Hi there,
I was wondering if there is a way of forcing a minimum order quantity through weight-based (or some other) shipping?
I have a minimum order of 4 forced through the product as I would like customers to be able to opt to have two types of products, but I would like the overall minimum to be 8 if that makes sense?
So a customer may buy 8 of one product or 4 of one and 4 of another but not just 4.
Is there an easy way of forcing this through shipping?
Many thanks,
Blundelli
So a customer may buy 8 of one product or 4 of one and 4 of another but not just 4.thanks!
------------------------------------------------------------------------------------
Rc Hobby|Remote Control Helicopters
------------------------------------------------------------------------------------
Rc Hobby|Remote Control Helicopters
Add:
Before:
Regards,
Joel.
Code: Select all
if ($this->cart->getQuantity() < 8) {
$status = false;
}
Code: Select all
if ($status) {
Regards,
Joel.
I think you meanOpenCart Addons wrote:Add:Code: Select all
if ($this->cart->getQuantity() < 8) { $status = false; }
Code: Select all
$this->cart->countProducts()
Qphoria wrote:I think you meanOpenCart Addons wrote:Add:Code: Select all
if ($this->cart->getQuantity() < 8) { $status = false; }
Code: Select all
$this->cart->countProducts()
Ah yes, sorry.
Joel.
Who is online
Users browsing this forum: No registered users and 2 guests