New Zenner
- Join Date:
- Mar 2007
- Posts:
- 73
- Plugin Contributions:
- 0
Attributes - trouble setting them up
I'm back. I gave up on Zen because I thought I could find another cart that would do this easier. I'm going to give this a second chance.
Under attributes_controller.php I have three Option Names set up as radio buttons:
RedThey all share the same the same Option Value=color.
Blue
Green
When I click on preview (and look at the HTML) they all have different names:
name="id[10]"I want the client to choose either red, blue or green.
name="id[11]"
name="id[12]"
name="id[10]"Where did I go wrong? I have read, practised and poured over: https://www.zen-cart.com/tutorials/index.php?article=57
name="id[10]"
name="id[10]"
John