Announcement

Collapse
No announcement yet.

How can I remove 'Select Country' from the drop-down field on the first checkout page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can I remove 'Select Country' from the drop-down field on the first checkout page

    By default, SellerDeck will add in 'Select Country' to the drop-down box to force the user to choose a country, however, you can remove that option and have a particular country show up by default by doing the following:

    Versions 8 and 9

    1. on the 'Design' tab, select 'Checkout Page 0' from the 'Select Page Type' drop-down box on the preview pane



    2. scroll down the preview until you see the drop-down box and click on it

    3. you should then see the 'Delivery Country List' layout in the layout code window




    4. click on the 'click here to edit list layout settings' link

    5. on the 'Overall Design' tab you should see the following on the 2nd line in the 'Start of List' box:

    HTML Code:
    <option value="">
    6. comment this out by changing it to:

    HTML Code:
    <!--<option value="">-->
    7. click 'OK' and on the preview you should see the first country in the list displayed rather than 'select country'

    Version 10

    Version 10 is identical to the above except that at step 3. where the layout is called 'All Countries List'.

    To set the default country ensure that it is at the top of the list in the 'Settings | Locations' list. This will then be the default for any customer who has not placed an order on your site before. Returning customers will see the country that they chose previously as it is saved to their cookie.
    Attached Files
Working...
X