Is there a way to set the default state of the shopping cart accordion menu in the check out to open?
Announcement
Collapse
No announcement yet.
View Cart Accordion
Collapse
X
-
In a default v16 site the cart is set to display and the button is click to hide.
Code:<div id="idShowHideCart" style="display:none;"><a href="javascript:;" onclick="SetShoppingCartVisibility();" class="checkout-checkoutbg" >Click here to <span id="idShowHide">hide</span> cart details</a> <span id="idCartHeadingTotal" style="display:none; font-weight: bold;font-size: <actinic:variable name="LargerFontSize" />;"><Actinic:Variable Name="TotalCaption"/>: <Actinic:Variable Name="Total"/></span> </div>
Jonathan Chappell
Website Designer
SellerDeck Website Designer
Actinic to SellerDeck upgrades
Graphicz Limited - www.graphicz.co.uk
Comment