Jump to content

Where to change attributes


Recommended Posts

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

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

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 []Whatever

I 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
so
top1 :

  1. <-------I'm imitating a drop down btw :P

    or I was thinking

    pickles : [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 : Yes

    The 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

×
×
  • Create New...