shopping cart button not working in mobile view

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themeshopping cart button not working in mobile view

This topic has been marked as not resolved.

I have a problem that only exist in mobile view and when general cache of javascript is turned on.

If I press on “shopping cart” after I put some items in my basket, the store leads me to another store of mine. I have a multi store installation

please help

 

 

April 26, 2017 at 2:02 am #58565

Hi,

can you try the following:

1. Open system/vendor/BurnEngine/catalog/plugin/CommonPlugin.php, find the following line:

$themeData->addJavascriptVar('tb/url/shopping_cart',          $this->engine->getOcUrl()->link('checkout/cart'));

and replace it with:

$themeData->addJavascriptVar('tb/url/shopping_cart',          $this->engine->getOcUrl()->link('checkout/cart'), false);

You can then enable the javascript caching and check if there is still an issue. We can’t do it, because the FTP credentials you provided do not allow us to modify files.

Regards,
ThemeBurn team

May 2, 2017 at 9:35 am #58706
May 10, 2017 at 12:46 am #58949

We can’t still change files. Can you please change the permissions and then test the credentials you have provided ?

You can also try to apply the attached patch (unzip it and copy the files in your root folder, overwriting the existing ones), which contains additional fixes to the theme, related to caching.

Best,
ThemeBurn team

May 11, 2017 at 5:17 pm #59016
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.