Announcement

Collapse
No announcement yet.

Possible checkout bug

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

    Possible checkout bug

    When checking out, even if the Billing Info has the Billing Info Same as Shipping is checked it is not selected the State/Province.
    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
    In my fresh Shadows store that's not happening. So likely not a bug in the actual software.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Originally posted by Rick Wilson View Post
      In my fresh Shadows store that's not happening. So likely not a bug in the actual software.
      I've never had an issue with Shadows doing this but it also does this in the demo of Storyteller. I checked it first before I posted.

      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
        Storyteller perhaps, but that's not a currently updated theme. So I'm sure it's some sort of CSS issue but not a bug in the software (as in we won't be pushing out a software release to fix it).

        I'll ask Nick and I also suspect Matt Zimmermann might know offhand.
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Originally posted by Rick Wilson View Post
          Storyteller perhaps, but that's not a currently updated theme. So I'm sure it's some sort of CSS issue but not a bug in the software (as in we won't be pushing out a software release to fix it).
          Yeah, I know. It's the ReadyTheme the store owner wanted/wants for his store.

          Hey Matt Zimmermann - any suggestions? I can send you the link to the store. It's probably the one all my posts for Storyteller relate to.
          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
            lesliekirk it looks like there is a bug in the Storyteller framework (which is now fixed on the demo store). When the OCST page first loads the shipping country is defaulted to US which activates the shipping select input to choose a US state. The issue is the billing country does not default to US therefore the billing state select is never activated. The fix for this issue is to default the billing country to the same country as the shipping state.

            If the store default shipping state is US then you could add something like this to the scripts.js file

            Code:
            $('#BillCountry').val('US');
            You can add the code to the jsOCST function in the window on load function.
            Nicholas Adkins
            Technical Training Specialist / Miva, Inc.
            [email protected]
            https://www.miva.com/mivalearn

            Comment

            Working...
            X