Announcement

Collapse
No announcement yet.

OCST State Drop down select

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

    OCST State Drop down select

    Store owner is getting numerous reports from customers that they are getting errors with the State/Province field. The site ships gift baskets and I never realized that so many people did know know State Abbreviations. It looks like this field needs to be converted to a drop down select. Can I copy the code from another screen such as the ACAD screen?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Hi Leslie,

    Are you referring to when the country is not United States?
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Originally posted by Matt Zimmermann View Post
      Hi Leslie,

      Are you referring to when the country is not United States?
      No, this site only ships to the United States


      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        By default, the Levels ReadyTheme has the state list as a select when the country is set to United States. Has the code been modified for this site?
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #5
          Originally posted by Matt Zimmermann View Post
          By default, the Levels ReadyTheme has the state list as a select when the country is set to United States. Has the code been modified for this site?
          No
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            Hi Leslie,

            Try applying this patch and see if it corrects the issue: https://github.com/mivaecommerce/lev...heme/issues/33
            Matt Zimmermann

            Miva Web Developer
            Alchemy Web Development
            https://www.alchemywebdev.com
            Site Development - Maintenance - Consultation

            Miva Certified Developer
            Miva Professional Developer

            https://www.dev4web.net | Twitter

            Comment


              #7
              Originally posted by Matt Zimmermann View Post
              Hi Leslie,

              Try applying this patch and see if it corrects the issue: https://github.com/mivaecommerce/lev...heme/issues/33
              Thanks, that fixed it.
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment


                #8
                If the country is limited to US only, why do you guys output select and a hidden field with the same name?
                Code:
                requested:
                    <mvt:item name="countries" param="Customer_ShipCountry" />
                
                output:
                
                <select name="Customer_ShipCountry" id="Customer_ShipCountry" disabled="" class="input">
                    <option value="" selected="">United States</option>
                </select>
                
                <input type="hidden" name="Customer_ShipCountry" value="US">

                Comment


                  #9
                  This output is controlled by the software. I believe the select is output for display consistency and the hidden input for actual form processing.
                  Matt Zimmermann

                  Miva Web Developer
                  Alchemy Web Development
                  https://www.alchemywebdev.com
                  Site Development - Maintenance - Consultation

                  Miva Certified Developer
                  Miva Professional Developer

                  https://www.dev4web.net | Twitter

                  Comment

                  Working...
                  X