When checking out, even if the Billing Info has the Billing Info Same as Shipping is checked it is not selected the State/Province.
Announcement
Collapse
No announcement yet.
Possible checkout bug
Collapse
X
-
Possible checkout bug
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
Tags: None
-
Originally posted by Rick Wilson View PostIn my fresh Shadows store that's not happening. So likely not a bug in the actual software.
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
-
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.
Comment
-
Originally posted by Rick Wilson View PostStoryteller 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).
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
-
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');
Nicholas Adkins
Technical Training Specialist / Miva, Inc.
[email protected]
https://www.miva.com/mivalearn
Comment
Comment