[FONT=Times New Roman]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:
[/FONT][FONT=Times New Roman]Red[/FONT]
[FONT=Times New Roman]Blue[/FONT]
[FONT=Times New Roman]Green[/FONT]
[FONT=Times New Roman]They all share the same the same Option Value=color.
When I click on preview (and look at the HTML) they all have different names:
[/FONT][FONT=Times New Roman]name="id[10]"
name="id[11]"
name="id[12]"[/FONT]
[FONT=Times New Roman]I want the client to choose either red, blue or green.
[/FONT][FONT=Times New Roman]name="id[10]"
name="id[10]"
name="id[10]"[/FONT]
[FONT=Times New Roman]Where did I go wrong? I have read, practised and poured over: https://www.zen-cart.com/tutorials/index.php?article=57
John[/FONT]