tzviak1 Posted February 8, 2008 Posted February 8, 2008 Doing a pizza store any idea how to make the attribute like the link below or similar? http://www.citywaiter.com/demo/order/order...QMKE1D5DA9N2W9D Thank you. :blink: Quote
Guest Posted February 8, 2008 Posted February 8, 2008 attributes. just style them nicely in a table once you've got them all filled in, on your admin side. the text box is something like option type text (forget the precise wordage, but something similar) Quote
tzviak1 Posted February 8, 2008 Author Posted February 8, 2008 attributes. just style them nicely in a table once you've got them all filled in, on your admin side.the text box is something like option type text (forget the precise wordage, but something similar) Thank you for the responds.. Can you give me an example how can i set them in a table? With the attribute i find that when i have 12 select option (like 12 different topping each one has 4 selects- none,1st half,2half,whole pizza) even if you dont select anything it will carry on to the shopping cart so i get Pizza - and 12 topping with "none" value... If i could find a way that will move only the non "NONE" selection to the cart it will work good for me. Any ideas? Quote
Guest Posted February 15, 2008 Posted February 15, 2008 you put the source in a table, not the actual output :) and make "none" your top attribute (first created, or #1 if you use an attribute sorter) find the code in product_info.php that processes attributes and add the table html around those. but be careful you don't break the function doing so... you may want to ensure the table codes are echo'ed properly. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.