Bibu Posted April 13, 2015 Share Posted April 13, 2015 I have prestashop 1.6.0.9 running. All was well when suddenly after i wanted to test the order of a product, the last page validation, after confirming the order is blank. I used the modules bank wire and cash on delivery and with every module is returning the white page. I tried uninstalling this modules, delete them and then re-install but this didn't help. I wouldn't want to reinstall prestashop again and I wonder if there is a solution for this problem... Link to comment Share on other sites More sharing options...
cristic Posted April 13, 2015 Share Posted April 13, 2015 Enable _PS_MODE_DEV_ and then make a new order. Check the error message that will appear. Link to comment Share on other sites More sharing options...
Bibu Posted April 14, 2015 Author Share Posted April 14, 2015 If i turn the error reporting on then i can't buy a product because it gives me an error. so i can't get to that page. Link to comment Share on other sites More sharing options...
bellini13 Posted April 14, 2015 Share Posted April 14, 2015 then turn it on directly before that page. Link to comment Share on other sites More sharing options...
Yura1984 Posted July 17, 2015 Share Posted July 17, 2015 I have this error when going to validation step: http://www.kvitka.sumy.ua/module/cashondelivery/validation and the page goes blank Please, help. Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/kvitk14/public_html/themes/default-bootstrap/mails/uk/order_conf_product_list.txt" on line 2 "{$product[\'reference\']}" - Unexpected "\" <-- thrown in/home/kvitk14/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 2 Link to comment Share on other sites More sharing options...
bellini13 Posted July 17, 2015 Share Posted July 17, 2015 edit the following file "/home/kvitk14/public_html/themes/default-bootstrap/mails/uk/order_conf_product_list.txt" on line 2 you are going to see this... {$product[\'reference\']} change it to this... {$product['reference']} Link to comment Share on other sites More sharing options...
Yura1984 Posted July 18, 2015 Share Posted July 18, 2015 edit the following file "/home/kvitk14/public_html/themes/default-bootstrap/mails/uk/order_conf_product_list.txt" on line 2 you are going to see this... {$product[\'reference\']} change it to this... {$product['reference']} Thanks a lot! Your advise helped! I changed all lines in a file order_conf_product_list.txt in such a way: {foreach $list as $product} {$product['reference']} {$product['name']} {$product['price']} {$product['quantity']} {$product['price']} {foreach $product['customization'] as $customization} {$product['name']} {$customization['customization_text']} {$product['price']} {$product['customization_quantity']} {$product['quantity']} {/foreach} {/foreach} Hope this will help someone else! Link to comment Share on other sites More sharing options...
nrms Posted November 25, 2015 Share Posted November 25, 2015 edit the following file "/home/kvitk14/public_html/themes/default-bootstrap/mails/uk/order_conf_product_list.txt" on line 2 you are going to see this... {$product[\'reference\']} change it to this... {$product['reference']} I have only this to say... @bellini13 God bless you..! Link to comment Share on other sites More sharing options...
Recommended Posts