ClanMayo Posted January 18, 2011 Share Posted January 18, 2011 Hi,I've installed the NEWORDER module on tmaxpasion.com. We're using the prestashop theme on PS version 1.3.6.0. The instalation has been runned succesfully.When we're near to end a new order by back office, appears these error message. Fatal error (Order -> total_products_wt is empty) Anybody can help me?Do you know because appears these message?What's the file to modify?What's the text to modify?Thanks,best regards Link to comment Share on other sites More sharing options...
kadir koymen Posted January 22, 2011 Share Posted January 22, 2011 I have the exact same problem!Any kind of answer would be much appreciated!Regards. Link to comment Share on other sites More sharing options...
Radu Posted January 26, 2011 Share Posted January 26, 2011 please check classes/PaymentModule.php -> it may be an old version or modified in a wrong way.alternatively it depends on what paymetn method you use - it may have bugs or is very old Link to comment Share on other sites More sharing options...
mma87 Posted November 20, 2013 Share Posted November 20, 2013 Hi, in modules/cashondeliverywithfee/cashondeliverywithfee.php add this $order->total_products_wt = floatval(Tools::convertPrice(floatval(number_format($cart->getOrderTotal(true, 1),2, ‘.’, ‘’)), $currency)); after this $order->total_products = floatval(Tools::convertPrice(floatval(number_format($cart->getOrderTotal(false, 1), 2, ‘.’, ‘’)), $currency)); ciao Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now