Can i add in Customer Information a dropdown list with two options ?
Autor: Giannis T.
Visitado 962,
Seguidores 1,
Compartilhado 0
i want to add a custom dropdown list with two options for my customers when they write their details, asking them if they want home delivery or store pickup? i try to add but i cant.
I want to add let's say this:
<label for="delivery-method">Delivery:</label>
<select id="delivery-method">
<option value="delivery">Home Delivery</option>
<option value="pickup">Take it from Store</option>
</select>
Publicado em
The selection must be passed to a form script so that the selection is also sent with the form script.
Give more information about the site, shop or similar, possibly also a link to the website so that the experts can find a solution.
Autor
when the customer fills in his details in the order form, i want to add a field to select pick up from the store or delivery to his place
... without using EXTRA codes, ...you use two (or three) shipping methods:
------------------------------------------------
(●) - pick-up in store --------> | €.0.00
(●) - normal shipping -------> | €.10.00
(●) - express shipping ------> | €.20.00
------------------------------------------------
.