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¨¦
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¨¦
Comment