Announcement

Collapse
No announcement yet.

base ready theme mini cart and ssl

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

    base ready theme mini cart and ssl

    This has me stumped a little. I didn't expect this issue.

    It's a new store using Base Ready theme. Worked fine in dev mode but now we've added the SSL and some things are working correctly. On the basket page, I've fixed the update and remove function to check g.secure. But now there are a couple other https issues.

    On the BASK page:
    The estimate shipping link no longer goes anywhere.
    seems it can't find this link #shipping now that BASK is https.

    The MiniBask in global header is similar now that there is https.
    seems that it can't find #cart link.

    I don't see anything in the docs for ready themes and I am not sure some javascript isn't looking for these #shipping or #cart.

    One side affect is that once you get to the secure BASK page, clicking on the cart icon takes you back to the SFNT. Unless you go through checkout or modify the address to screen=bask, you can't get back there to edit the basket if you need to.

    I am wondering if I missing something or I need to change the #cart and #shipping to something else.

    Thanks,

    Scott
    Need to offer Shipping Insurance?
    Interactive Design Solutions https://www.myids.net
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    Competitive Rates, Custom Modules and Integrations, Store Integration
    AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
    My T-shirt Collection is mostly MivaCon T-shirts!!

    #2
    Re: base ready theme mini cart and ssl

    Check the console. I'll bet you're getting some JS errors which may lead you to the problem.

    Both of those are using Bootstraps modal feature to make the popup work. There is probably something with the JS that is causing issues.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: base ready theme mini cart and ssl

      Thanks Brennan. Breaking on the first error, says that Jquery isn't defined. I haven't looked yet, but I am not sure why that would be.

      Was working until the SSL was added to domain settings.

      Scott
      Last edited by ids; 02-04-15, 05:02 PM.
      Need to offer Shipping Insurance?
      Interactive Design Solutions https://www.myids.net
      MivaMerchant Business Partner | Certified MivaMerchant Web Developer
      Competitive Rates, Custom Modules and Integrations, Store Integration
      AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
      My T-shirt Collection is mostly MivaCon T-shirts!!

      Comment


        #4
        Re: base ready theme mini cart and ssl

        The https issue appears to be solved and the modal popups now work as expected.

        This was the problem code:

        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
        This works in http mode but jquery doesn't get loaded in a secure page.

        ...changed to this:

        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
        I am wondering if that is in the Base Ready Theme framework? I/We hadn't worked in the global footer at all during the dev.

        Thanks,

        Scott
        Need to offer Shipping Insurance?
        Interactive Design Solutions https://www.myids.net
        MivaMerchant Business Partner | Certified MivaMerchant Web Developer
        Competitive Rates, Custom Modules and Integrations, Store Integration
        AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
        My T-shirt Collection is mostly MivaCon T-shirts!!

        Comment


          #5
          Re: base ready theme mini cart and ssl

          Yes that was a recent bug in the framework that we fixed.
          Brennan Heyde
          VP Product
          Miva, Inc.
          [email protected]
          https://www.miva.com

          Comment

          Working...
          X