If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
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.
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.
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.
Leave a comment: