Zen Follower
- Join Date:
- Jun 2005
- Location:
- Massachusetts
- Posts:
- 148
- Plugin Contributions:
- 0
multiple attributes submited with single add to cart
The ZC 1.3.8 cart I'm working on is for a fundraiser - a community 5K/one mile run. When a family signs up, a single entry fee is charged and up to 4 T-shirts of various sizes are allowed.
For each of the 4 family members, the person filling out the cart entry form chooses:
T-shirt size (dropdown)
family-member-name (text)
age (text)
gender (radio buttons)
5K or one mile (radio buttons)
I'd like the layout to look something like (attributes could also be in columns under member):
Member 1 Size Name Gender Age 5K One-Mile
Member 2 Size Name Gender Age 5K One-Mile
Member 3 Size Name Gender Age 5K One-Mile
Member 4 Size Name Gender Age 5K One-Mile
Question - I can't put together a combination of Attribute names/values that wil add all 4 T-shirts to the cart with one "Add to cart" click. Is there an add-on mod to modify the product page layout to do this? Or have I just not created the right atrribute combo?