WebSite X5Help Center

 
Giannis T.
Giannis T.
User

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

Auteur : Giannis T.
Visité 599, Followers 1, Partagé 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>

Posté le
3 RéPONSES
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois 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.

Lire plus
Posté le de Daniel W.
Giannis T.
Giannis T.
User
Auteur

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

Lire plus
Posté le de 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
------------------------------------------------

.

Lire plus
Posté le de  ‪ KolAsim ‪ ‪