Announcement

Collapse
No announcement yet.

Country & State drop down

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

    Country & State drop down

    Hi
    Is it possible for the drop down of all the states of America to only show if someone choses the USA from the country selection drop down?
    Thanks for any help
    Laura

    #2
    Hi Peter

    I'm going to have to check with development about this, as soon as I hear back from them I'll get back to you.

    Kind Regards
    Kiran Chandran
    Technical Support - SellerDeck
    http://www.sellerdeck.co.uk/

    Further help can also be found at http://community.sellerdeck.com/forumdisplay.php?f=27

    Comment


      #3
      Hi Peter

      Just wanted to let you know that I'm still waiting, as soon as I have an answer I'll let you know.

      Kind Regards
      Kiran Chandran
      Technical Support - SellerDeck
      http://www.sellerdeck.co.uk/

      Further help can also be found at http://community.sellerdeck.com/forumdisplay.php?f=27

      Comment


        #4
        Hi Peter

        Attached below is a workaroud but this will only work if just the delivery drop downs are visible.

        _______________

        In Act_LocationSelectTemplate.html, locate NETQUOTEVAR:LOCATIONSTATE and change it to

        <div id="showhidearea" style="visibility: hidden">
        NETQUOTEVAR:LOCATIONSTATE
        </div>

        Then in 'Design | Text' go to (-1, 1204) and change it to:

        <SELECT ID="%s" NAME="%s" onchange="javascript:div =
        document.getElementById('showhidearea'); if
        (this.options[this.selectedIndex].value == 'US' ||
        this.options[this.selectedIndex].value == 'CA') div.style.visibility =
        'visible'; else div.style.visibility = 'hidden';">

        (without the line breaks)

        _____________________________

        Hope this helps

        Kind Regards
        Kiran Chandran
        Technical Support - SellerDeck
        http://www.sellerdeck.co.uk/

        Further help can also be found at http://community.sellerdeck.com/forumdisplay.php?f=27

        Comment

        Working...
        X