Hi,
would it be possible to force customers to compose boxes of products with fixed quantities, for example a "box" with 4 products (equals or different, 3/2/1 products does not allow checkout), or a "box" with 9 products (less than 9 products does not allows checkout) and so on.
A customer can compose 1 or more boxes.
Example.
Store with P1, P2, P3, P4, P5
Customer puts in cart 1xP1, 1xP2, 1xP5 => Total 3 items, cannot checkout.
Customer puts in cart 1xP1, 2xP2, 1xP5 => Total 4 items, can checkout.
Customer puts in cart 3xP1, 2xP2, 3xP4, 1xP5 => Total 9 items, can checkout.
Thanks
would it be possible to force customers to compose boxes of products with fixed quantities, for example a "box" with 4 products (equals or different, 3/2/1 products does not allow checkout), or a "box" with 9 products (less than 9 products does not allows checkout) and so on.
A customer can compose 1 or more boxes.
Example.
Store with P1, P2, P3, P4, P5
Customer puts in cart 1xP1, 1xP2, 1xP5 => Total 3 items, cannot checkout.
Customer puts in cart 1xP1, 2xP2, 1xP5 => Total 4 items, can checkout.
Customer puts in cart 3xP1, 2xP2, 3xP4, 1xP5 => Total 9 items, can checkout.
Thanks
Last edited by michelev on Wed Jan 10, 2018 7:10 pm, edited 1 time in total.
You can create bundles (combos) with a 3rd party extension. Just search the marketplace for one.
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
If you simply want to have minimum product quantity, you can set it right on product editing page in admin.
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Sorry, but the need is to compose cart of n different items or multiples.
Example.
Store with P1, P2, P3, P4, P5
Customer puts in cart 1xP1, 1xP2, 1xP5 => Total 3 items, cannot checkout.
Customer puts in cart 1xP1, 2xP2, 1xP5 => Total 4 items, can checkout.
Customer puts in cart 3xP1, 2xP2, 3xP4, 1xP5 => Total 9 items, can checkout.
Example.
Store with P1, P2, P3, P4, P5
Customer puts in cart 1xP1, 1xP2, 1xP5 => Total 3 items, cannot checkout.
Customer puts in cart 1xP1, 2xP2, 1xP5 => Total 4 items, can checkout.
Customer puts in cart 3xP1, 2xP2, 3xP4, 1xP5 => Total 9 items, can checkout.
You can do this with Restrict Checkout. Just set a restriction so that checkout is disabled if the cart quantity doesn't equal one of your multiples. For example:
------------------------------------------------------------------------------
RESTRICTION #1
Name: Disable checkout when 0-3 items
Message: You must have at least 4 items in your cart
Rule: Quantity of entire cart = 0-3
RESTRICTION #2
Name: Disable checkout when 5-8 items
Message: You must have 9 items in your cart
Rule: Quantity of entire cart = 5-8
ETC.
------------------------------------------------------------------------------
Feel free to take a look at the screenshots and demo site, and if you're interested let me know at www.getclearthinking.com/contact if you have any further questions.
------------------------------------------------------------------------------
RESTRICTION #1
Name: Disable checkout when 0-3 items
Message: You must have at least 4 items in your cart
Rule: Quantity of entire cart = 0-3
RESTRICTION #2
Name: Disable checkout when 5-8 items
Message: You must have 9 items in your cart
Rule: Quantity of entire cart = 5-8
ETC.
------------------------------------------------------------------------------
Feel free to take a look at the screenshots and demo site, and if you're interested let me know at www.getclearthinking.com/contact if you have any further questions.
Thank you, very nice extension!Johnathan wrote: ↑Wed Jan 10, 2018 10:25 pmYou can do this with Restrict Checkout. Just set a restriction so that checkout is disabled if the cart quantity doesn't equal one of your multiples. For example:
Who is online
Users browsing this forum: No registered users and 15 guests