Announcement

Collapse
No announcement yet.

Levels Theme OCST "Save My Info" & "Continue to Shipping" not working together

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

    Levels Theme OCST "Save My Info" & "Continue to Shipping" not working together

    Hi Folks,

    We are facing a seeming bug on OCST in Levels: If customer selects "Save My Info" checkbox, then "Continue to Shipping" button does NOT continue to shipping. It does create the customer account, but does not continue to shipping. Another press of the button only sends an error that the account has already been set up.

    Has anyone else found this problem? Do you have a solution?
    Last edited by pixlfixr; 05-17-16, 03:07 PM.

    #2
    Can you post a link to the site so I can try to duplicate the concern?
    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
      Thank you Matt, for finding this bad spot in the Javascript.
      Changing this line in scripts.js did the trick. Solved our problem.


      In your scripts.js file at line 1167, replace Code:

      url: cust_create_url,

      with Code:

      url: '/mm5/merchant.mvc',
      Last edited by pixlfixr; 05-17-16, 03:13 PM.

      Comment


        #4
        Awesome, this fix worked for me too! Thank you very much for posting this Pixlfixr.

        Comment

        Working...
        X