Announcement

Collapse
No announcement yet.

Possible checkout bug

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

  • Nick
    replied
    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.

    Leave a comment:


  • lesliekirk
    replied
    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.

    Leave a comment:


  • Rick Wilson
    replied
    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:


  • lesliekirk
    replied
    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.

    Leave a comment:


  • Rick Wilson
    replied
    In my fresh Shadows store that's not happening. So likely not a bug in the actual software.

    Leave a comment:


  • lesliekirk
    started a topic Possible checkout bug

    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.
Working...
X