Roxfe Posted January 29, 2012 Share Posted January 29, 2012 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 More sharing options...
El Patron Posted January 29, 2012 Share Posted January 29, 2012 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 More sharing options...
shacker Posted January 30, 2012 Share Posted January 30, 2012 and try disabling third party modules, and check with default prestashop theme if works Link to comment Share on other sites More sharing options...
shacker Posted January 30, 2012 Share Posted January 30, 2012 add this module to get the download list all in a same place (without entering to orders) http://catalogo-onlinersi.com.ar/en/blocks-prestashop-modules/293-all-downloads-prestashop-module.html Link to comment Share on other sites More sharing options...
Recommended Posts