fadedsuede Posted December 21, 2013 Share Posted December 21, 2013 (edited) Hello ~ In the back office of Prestashop 1.5.6.1, under: Preferences Orders I have set the minimum order value to 100.00 While this works in the checkout to prevent customers from being able to check out with orders <100.00, it is not showing the customer what the minimum order value is! I have opened up and changed the wording in controllers/front/ordercontroller.php so that the only thing it can say is $100.00 USD instead of seeing the below. Still shows the same thing - See Below: A minimum purchase total of (tax excl.) is required in order to validate your order, current purchase total is $71.00 (tax excl.). Edited December 21, 2013 by fadedsuede (see edit history) Link to comment Share on other sites More sharing options...
glennlawre Posted December 29, 2013 Share Posted December 29, 2013 Try changing this in - /controllers/front/OrderOpcController.php Worked for me... Link to comment Share on other sites More sharing options...
Jakaria Nawaz Posted January 22, 2014 Share Posted January 22, 2014 Try changing this in - /controllers/front/OrderOpcController.php Worked for me... I am also having the same problem. Yes, in OrderOpcController.php I could do it manually but I didn't able to do it dynamically. Link to comment Share on other sites More sharing options...
Jakaria Nawaz Posted January 22, 2014 Share Posted January 22, 2014 (edited) @Line 533 of OrderOpcController.php --- Try $minimal_purchase to $minimalPurchase . This worked for me. Prestashop version 1.5.6.1 Edited January 22, 2014 by Jakaria Nawaz (see edit history) Link to comment Share on other sites More sharing options...
jvicente Posted October 22, 2014 Share Posted October 22, 2014 @Line 533 of OrderOpcController.php --- Try $minimal_purchase to $minimalPurchase . This worked for me. Prestashop version 1.5.6.1 That worked for me in 1.5.6.2 Thanks Jakaria Link to comment Share on other sites More sharing options...
Recommended Posts