Posts

Showing posts from April, 2023

How to set a minimum products number for an order in OpenCart v. 1.5.6.4

Image
 This modification is for OpenCart version: 1.5.6.4 With this change, the customer will not be able to order products below a certain number of products, in the below example is 50 buc.: Follows the steps: ================================= go to: catalog >> controller >> checkout >> checkout.php ================================= and change the value from: $product_total = 0 ; The zero value is for unlimited products. If you can't handle it and want to pay for this change, you can call here: https://creare-site-web.000webhostapp.com  or WhatsApp: +40 0726 054 690

How to set a minimum price for an order in OpenCart v. 1.5.6.4

Image
  This modification is for OpenCart version: 1.5.6.4 With this change, the customer will not be able to order products below a certain value. Follows the steps: ================================= go to: catalog >> controller >> checkout >> cart.php ================================= And edit the code like this: Then go to:  ================================= go to: catalog >> controller >> checkout >> checkout.php ================================= and edit like this: then go here: ================================= go to: catalog >> controller >> language >> english >> checkout >> cart.php ================================= Change to "english" for english, but you must to enter to "france" for france, etc. and make the same changes in cart.php from that language folder. If you can't handle it and want to pay for this change, you can call here: https://creare-site-web.000webhostapp.com  or WhatsApp: +40...