Announcement

Collapse
No announcement yet.

Toggle cart summary

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

    Toggle cart summary

    I guess this is a difficult question about Iron and Wool Checkout Process. So I do not have much hope, but I will try to post this anyway.

    I notice that cart summary is toggled on phone devices. Is there a way to have it untoggled by default.
    Which scrript and which code parameter is controlling the value for

    <div class="column whole medium-one-third cart-summary">

    <div class="basket-header-row align-center" id="js-toggle-cart-summary-contents">
    Basket <span>¨‹</span>
    </div>

    <div id="js-cart-summary-contents" style="display: block;">
    <div id="js-cart-summary-contents" style="display: none;">

    I want it to be untoggled on mobile also, so the customers can see all the charges....

    All the best //Andr¨¦

    #2
    In your scripts.js file, look for the cartSummary function, you should be able to comment out the following call
    Code:
                if ($(window).innerWidth() < 768) {
    
                    $('#js-toggle-cart-summary-contents').click();
    
                };
    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
      Thanks a lot Matt, I chosen to put Toggled On in both calls to have it Always seen on Check-out. You were of great help to us!
      Attached Files

      Comment

      Working...
      X