Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Mutually Exclusive Products - How To?

Mutually Exclusive Products - How To?

Locked

Views: 2,629

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
27 Jul 2006, 4:10 PM
#1
mouse13 avatar

mouse13

New Zenner

Join Date:
Jun 2006
Posts:
6
Plugin Contributions:
0

Mutually Exclusive Products - How To?

Hi everyone!

I'm wondering if it's possible to have the following scenario happen:
If I have product A and product B in my catalog and I put product A in my cart I DON'T want to be able to also put product B? Is this doable?

Company I work for is selling admission tickets to a consumer show and seminar tickets (seminars are part of the show) that also include an admission - so I don't want a customer to be able to add an admission ticket AND a seminar ticket since the cost of the seminar ticket already covers an admission.

Can someone please tell me if there's a setting of some sort in admin or, where I would need to hack to code?

Thank You!

8 Aug 2006, 4:52 PM
#2
mouse13 avatar

mouse13

New Zenner

Join Date:
Jun 2006
Posts:
6
Plugin Contributions:
0

Re: Mutually Exclusive Products - How To?

Can anyone help me with this? Please!!!

mouse13:

Hi everyone!

I'm wondering if it's possible to have the following scenario happen:
If I have product A and product B in my catalog and I put product A in my cart I DON'T want to be able to also put product B? Is this doable?

Company I work for is selling admission tickets to a consumer show and seminar tickets (seminars are part of the show) that also include an admission - so I don't want a customer to be able to add an admission ticket AND a seminar ticket since the cost of the seminar ticket already covers an admission.

Can someone please tell me if there's a setting of some sort in admin or, where I would need to hack to code?

Thank You!

8 Aug 2006, 6:24 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Mutually Exclusive Products - How To?

Can you make a Product for:

Show: Fantasia

Ticket Type:
Seminar & Show $125.00
Admission Only $25.00

8 Aug 2006, 7:31 PM
#4
mouse13 avatar

mouse13

New Zenner

Join Date:
Jun 2006
Posts:
6
Plugin Contributions:
0

Re: Mutually Exclusive Products - How To?

I realize I can but I really want to make this 'idiot-proof' and not allow a customer to put product B in if product A is in the cart. If it could display a little warning message upon such attempt - that would be the best!

Thanks for replying Linda!

8 Aug 2006, 7:37 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Mutually Exclusive Products - How To?

That was why I was wondering if the Product were the same product with attributes controlling the type of ticket if that might not help prevent unintentional or mistaken orders of both the Seminar & Show vs Admission only as it would be for the same event ...

8 Aug 2006, 7:41 PM
#6
mouse13 avatar

mouse13

New Zenner

Join Date:
Jun 2006
Posts:
6
Plugin Contributions:
0

Re: Mutually Exclusive Products - How To?

I understand what you're trying to say - the only problem is that there will be mutliple seminars throughout the show and people might get confused. It looks like I'll have to do some hacking or (worst case) duplicate the whole cart.

Thanks anyways! :wink2:

8 Aug 2006, 7:44 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Mutually Exclusive Products - How To?

You could get tricky and build a database of products to look up and see what products cannot be purchased together and incorporate that into a stop on the order ... before checkout can occure ...