WebSite X5Help Center

 
Giannis T.
Giannis T.
User

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

Autore: Giannis T.
Visite 595, Followers 1, Condiviso 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>

Postato il
3 RISPOSTE
Daniel W.
Daniel W.
User
Utente del mese DEUtente del mese 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.

Leggi di più
Postato il da Daniel W.
Giannis T.
Giannis T.
User
Autore

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

Leggi di più
Postato il da 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
------------------------------------------------

.

Leggi di più
Postato il da  ‪ KolAsim ‪ ‪