WebSite X5Help Center

 
Giannis T.
Giannis T.
User

Can i add in Customer Information a dropdown list with two options ?  en

Author: Giannis T.
Visited 594, Followers 1, Shared 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>

Posted on the
3 ANSWERS
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

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.

Read more
Posted on the from Daniel W.
Giannis T.
Giannis T.
User
Author

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

Read more
Posted on the from Giannis T.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... 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
------------------------------------------------

.

Read more
Posted on the from  ‪ KolAsim ‪ ‪