Home page cart total not updating…

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeHome page cart total not updating…

This topic has been marked as not resolved.

Hi,

When I add a product to the cart on any of the content pages, the cart total all works fine. Just when I go back to the Home page it goes back to $0 for some reason…

When I navigate to any content pages it displays correctly, just not on the Home page.

Does anyone know what this could be??

Thanks heaps

http://www.tinytaniwha.com/store/

February 11, 2012 at 8:32 pm #6103

could this be a problem with the screen.css that Ive accidentally modified??

February 13, 2012 at 9:38 am #6126

Hi,

Unfortunately, we can’t open the address you’ve given…

Generally, the css changes shouldn’t have anything to do with the cart update. If the problem is still valid, you can grant us with ftp access, so we could check.

Best,
ThemeBurn team

February 15, 2012 at 10:22 am #6201

Hi,

Thanks for your help.

Here are the details…

February 16, 2012 at 9:46 am #6234

Hi again,

it seems this issue is related to your shared hosting provider and not with Shoppica. You cart will be empty when you open your site http://www.tinytaniwha.com/store/ event when you disable Shoppica and enable your default theme. Another side effect with this issue is that you won’t be able to open the site as admin when in maintenance mode.

A workaround would be to display the links to the home page with ‘index.php’ at the end. Open catalog/controller/module/shoppica.php, and GoTo line 80, which should contain:

$this->document->shoppica_base_http        = modifyBase($base_http, $_SERVER['HTTP_HOST']);
replace it with:

$this->document->shoppica_base_http        = modifyBase($base_http, $_SERVER['HTTP_HOST']) . 'index.php';

Until now we encountered this issue with a few shared hosting providers, so it is related to their apache/php configuration. You can also read this topic – it’s the same problem.

February 20, 2012 at 10:34 am #6327

I am also facing the same issue with netfirms.
Im using Shoppica 2 and i cant find the shoppica.php file or shoppica2.php in the directory you mentioned

  • This reply was modified 4349 days ago by  kaliyas.
June 2, 2012 at 9:05 pm #9675

@kaliyas

Shoppica 2 has a totally different theme core. That is why you can’t find the same file and code.

Could you, please, provide some more information about your problem? We may need your website address, admin and ftp access as well.

Best,
ThemeBurn team

June 5, 2012 at 9:52 am #9804
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.