Jump to content

Cannot "Add to Cart"


Recommended Posts

I have prestashop version 1.4.4.1, but there is something wrong with my blockcart module. I can add only one product into the cart. If i try to add another one, the cart will simply replace the previous product with the new one.

 

Also, when i click View Cart (when there's a product in it), it will report as empty. The product that was before in the cart now disappears once order.php is loaded

 

Anyone have encountered similar situation? Or have idea why this happens? I have replaced all files in modules/blockcart with the original version and it does not help.

 

Please help me solve this issue. Thank you

Link to comment
Share on other sites

Lets see if we can get any debug info.

 

Change your config/confing.inc.php

from

@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);

to

@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);
v

 

reproduce your problem and post any messages you get.

 

also if you could post a url, that is very helpful

Link to comment
Share on other sites

×
×
  • Create New...