php - Put minimum price order condition on single product in store -


I am in my shopping website OpenCart and I want to put some conditions on special products in my store. For example: I have a product in my store and I want to position it on low order.

Terms: You need to order at least $ 50.00 in order to be able to buy it

Could you please tell me what is the correct way to do this ?

There is no default method for this, AFAIK you have to write a simple VQMod, which in the cart operation The order will check the order sub-object on add.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -