Hi I'm using v8 and have a client who is selling multiple products all at the same price. Customers may order the products in any combination provided that the total orders are a multiple of 3.
Using the minimum order value option it's possible to ensure that at least 3 have been ordered. But that's about as far as I can get.
With this option activated it seems that when one clicks on the checkout button a check is done to ensure that the minimum order value has been met.
I would like to replace that check with one that ensures that the quantity of items in the cart is a multiple of 3, otherwise it displays an info message along the lines of "Your order must be a multiple of 3 items".
Can anyone help with that?
Cheers.
Using the minimum order value option it's possible to ensure that at least 3 have been ordered. But that's about as far as I can get.
With this option activated it seems that when one clicks on the checkout button a check is done to ensure that the minimum order value has been met.
I would like to replace that check with one that ensures that the quantity of items in the cart is a multiple of 3, otherwise it displays an info message along the lines of "Your order must be a multiple of 3 items".
Can anyone help with that?
Cheers.
Comment