Jump to content

Item conditional validation


Recommended Posts

I have an item (Item A) that I want to be sold ONLY if the customer has purchased another item ( Item B ). How can I make it so that a customer cannot purchase Item A, if Item B is not in their cart too? At the same time, I don't want to make it mandatory that they purchase Item A.

Edited by mc3mcintyre (see edit history)
Link to comment
Share on other sites

Yes, Paul, you did misunderstand my question. I don't want to force my customers to purchase both items. I want them to be able to choose, but at the same time, there should be a condition to purchasing Item A. They can't purchase Item A unless Item B is in their shopping cart.

Link to comment
Share on other sites

You could make 2 products,

one with B only (so you can buy this 'stand alone')

one with item A and B together (so you can only buy 'A' together with 'B')

 

Would this work? (I actually think Paul had this in mind as well)

 

pascal

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...