jessy722 Posted May 15, 2009 Share Posted May 15, 2009 Creating a store for a bakery/deli pickup. The deli requires subs, sandwiches and wraps is it possible to make the attributes a radial check box? That will add comments to the cart i.e. I'm trying to make it possible to easily select toppings.Aide dans français ou anglais sa fait pas de différence. Link to comment Share on other sites More sharing options...
jessy722 Posted May 15, 2009 Author Share Posted May 15, 2009 No one add radial boxes to there shops? Link to comment Share on other sites More sharing options...
tomerg3 Posted May 15, 2009 Share Posted May 15, 2009 What is this radial box you speak of?If you mean a radio button, than I think it shouldn't be that hard to do, although it would give you the same results as the select box really...If you are talking about letting people enter their own text to a product (not from a pre-defined list), then you need a textarea.You can check the shop in my signature, I have added a textarea to each product where users can enter "special instructions". Link to comment Share on other sites More sharing options...
jessy722 Posted May 15, 2009 Author Share Posted May 15, 2009 yah sry im an idiot, radio button..... I'll look into your implemented textarea aswell thanks alot!but I am looking for a predefined list,I.e if you selected roasted chicken wrap, you would have radio buttons for all there available toppings and sauce,[]Pickles []Mayo []WhateverI was thinking just the drop down boxes but I would need to create one for each topping and the attribute would need to be named differently sotop1 : <-------I'm imitating a drop down btw or I was thinkingpickles : [Yes],[No] but then the person creating the sub/wrap/sandwich could be more easily confused since,The order will say pickles : No or pickles : YesThe main reason I would like to implement check boxes or radio button is not needing to look through a list each time you click the drop and the drop menus would take up more space.I'll experiment with the drop downs, but basically what I think I would have the most trouble with implementing the buttons is updating the item/in cart upon click on the radio button I would have no idea how to do. Well not that I don't know how, I just think I need it explained to me.Though even radio boxes may take up alot of space since,there are 14sauces 14toppings and 5 cheeses,so would it be possible to have three drop downs with all the options that when selected it would populate say a textarea(im thinking textarea so if they made a mistake the can erase it and the drop downs so they know the different toppings) Link to comment Share on other sites More sharing options...
Recommended Posts