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.
If yours is set to hide and the button says "click to show" try opening design library and looking for the Checkout Shopping Cart Grid layout and (provided you haven't customised it in any other way) click to revert to factory settings.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