MarlboroMan 3 Posted October 28, 2016 (edited) Hi I've started receiving the below error during this month can anyone help to shed some light on how to fix this? "Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart" I'm using Prestashop1.6.1.5 with Wire Transfer and Payfast Module. I did find some topics on the issue but no confirmed fix. I'm also not able to get debug mode running to see what may cause the problem. Edited October 28, 2016 by MarlboroMan (see edit history) Share this post Link to post Share on other sites
Kaprylo 3 Posted October 28, 2016 HELP !!! Getting the same error. Looked everywhere. Share this post Link to post Share on other sites
Kaprylo 3 Posted October 29, 2016 Going crazy here. Been on this whole day today and yesteday. I am about to quit prestoshop and looking into other website builds. Share this post Link to post Share on other sites
kuipje 13 Posted October 29, 2016 +1 After my upgrade from 1.5.6.3 to 1.6.1.7 every order goes with the same error in my log file in 4 shops. Searching google with the error shows there are more with the same issue. Now chrome can't save product with 1.6.1.7 im exploring other software. Since 1.4 i see a lot of template changes that cost me a lot of time with little progress. Share this post Link to post Share on other sites
MarlboroMan 3 Posted October 30, 2016 Hi kuipje I've also had the save problem in Chrome. I was unable to save after editing product etc.. I found a fix on the forum that worked by removing the below code from line 252 - 254 in: PrestaShop/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl Code to remove: submitHandler: function(form) { form.submit(); }, After removing the code I went into Chrome/settings/Show advanced settings…/ and cleared all my browsing history Cache etc... I can now save again but still receive the below error at random. "Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart" Share this post Link to post Share on other sites
Kaprylo 3 Posted October 31, 2016 Issue has still not been resolved. Share this post Link to post Share on other sites
MarlboroMan 3 Posted November 1, 2016 Hi Did anyone manage to find a answer on the below error? Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart Share this post Link to post Share on other sites
MarlboroMan 3 Posted November 7, 2016 Any suggestions on how to fix this error? Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart Share this post Link to post Share on other sites
Kaprylo 3 Posted November 7, 2016 Over two weeks and no answer from prestopshop. Loseing so many customers. Share this post Link to post Share on other sites
ccw0103 5 Posted November 8, 2016 I created a bug report on forge for couple of months now, still no reply Share this post Link to post Share on other sites
Matte01990 2 Posted February 10, 2017 Is there anybody who was able to fix this? Share this post Link to post Share on other sites
Sobolev 18 Posted March 28, 2017 (edited) I have the same problem in system log: Prestashop 1.6.1.11 Transformer theme Is there solution to this issue? Edited March 28, 2017 by Sobolev (see edit history) Share this post Link to post Share on other sites
totor321 2 Posted April 4, 2017 Hi same problem with PS 1.6.1.4 and boostrap anyone? Share this post Link to post Share on other sites
usimportco 0 Posted July 17, 2018 The error is the email templates after of translate, edit and cause the cart show that message in order confirmation (Cart cannot be loaded or an order has already been placed using this cart). Also the system es very slow to place an order and for any related action to send a email. When you changed a status order or register a new user, you can try disable the email funtion in the prestashop preferences for the fast solution or edit the file public_html/classesPaymentModule.php and delete the function Mail:: and this disable email order confirmation. After this modification your prestashop order process very fast. I am updating more info... Sorry for my english DELETE THIS FUCTION Mail::Send( (int)$order->id_lang, 'voucher', sprintf(Mail::l('New voucher for your order %s', (int)$order->id_lang), $order->reference), $params, $this->context->customer->email, $this->context->customer->firstname.' '.$this->context->customer->lastname, null, null, null, null, _PS_MAIL_DIR_, false, (int)$order->id_shop Share this post Link to post Share on other sites