Store logo responsive problems/changing top header links

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeStore logo responsive problems/changing top header links

This topic has been marked as resolved.

I have set up a OC e-commerce site using Pavilion theme and I have a few questions:

3. The store logo (ie at the top left) looks fine on my desktop, phone but on my ipad and when I reduce my desktop screen to around 700/800 pixels wide the logo goes very small ie shrinks!
It is a long logo and the size is 654 by 100 – how can I ensure it is responsive for all screen sizes?

2. Also in the top header there is 3 links My Account/Shopping Basket/Checkout – how can I remove these please as we already have the shopping cart icon and login button

3. I have based my shipping on weight based but on the checkout and customer invoice I do not want the actual weight of the products to show front end – can it be removed?

The site is at http://www.pocketwalks.com/dev/

Thanks
Jo

December 14, 2014 at 5:21 pm #35580

any advice/reply please?!

December 15, 2014 at 6:39 pm #35653

2 days later and NO response?
For a paid premium theme this is terrible service!
Please support as promised when we paid for this system

December 16, 2014 at 1:28 pm #35693
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 16, 2014 at 2:54 pm #35702

Hi

Thanks for reply.

1. I have put back long banner now
2. thanks

3. Yes i already have the box Display Weight on Cart Page set to NO but at checkout and in all order emails and records it is showing the actual weight of the product in brackets next to shipping method ie
UK Shipping (Weight: 10.00g):
The weight is merely for behind the scenes to calculate postage and is not a true weight so we do not want it to show for ccustomer anywhere.

Thanks
J

December 16, 2014 at 3:07 pm #35703
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 16, 2014 at 4:05 pm #35714

Hi

1. thanks that has worked perfectly and yes understand it is not a normal long size!
3. I could probably modify the templates pages myself if you point me in the right direction please?

Thanks
J

December 16, 2014 at 4:20 pm #35715

Hi,

You can relatively easy change (not delete) “weight” specific strings in your language files. Check the language file of your shipping method first:

catalog/language/english/shipping/weight.php

You will need then to mod the shipping method itself catalog/model/shipping/weight.php; find this line:

'title'        => $result['name'] . '  (' . $this->language->get('text_weight') . ' ' . $this->weight->format($weight, $this->config->get('config_weight_class_id')) . ')',

and change it to:

'title'        => $result['name'],

Make sure to make these modification with vQmod(OCmod) in order to keep the OC/theme update process easier :)

BR,
ThemeBurn team

December 18, 2014 at 1:37 pm #35829

Hi there

when you say “Make sure to make these modification with vQmod(OCmod) in order to keep the OC/theme update process easier”

can you advise how to do that? ie do I need to install an extension called OCmod? I have not used either vQmod or OCmod before but I thought the OCmod was built in to the opencart software?

I am using Opencart Version 2.0.1.1

How do I access these php files using Ocmod please?

Thanks
J

December 18, 2014 at 1:42 pm #35830

Hi,

vQmod is not a part of OC and should be installed separately. OCmod is part of OC2 and does not required any additional installation.

Both modification engines use the same syntax with small differences. Here is the documentation of OCmod with some examples:

https://github.com/opencart/opencart/wiki/Modification-System

BR,
ThemeBurn team

December 21, 2014 at 10:58 am #35892
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.