I am working on a pizza order site. Since people can order multiple toppings and since the options are the same for each selection I need to make multiple copies of the same list of attributes.
In other words I have "topping one" with a list of toppings. I want to duplicate this list of toppings as many times as the customer wants according to the number of toppings a person can order. "topping one" copied as "topping two" copied as "topping three" and so on. Each list same so multiple toppings and/or double toppings can be ordered. I know, I can enter the same information over and over and over but really would like to just make one attribute and then clone it
I have seen requests someplace for pizza ordering and once this is done will be happy to post a DATA DUMP of the data once compiled in case someone else wants to build a pizza ordering site.
![]()



