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
Post a Comment