Announcement

Collapse
No announcement yet.

View Cart Accordion

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

    View Cart Accordion

    Is there a way to set the default state of the shopping cart accordion menu in the check out to open?
    www.flytesofancy.co.uk, www.electricfencingkits.co.uk, www.dorsetlogstores.co.uk, www.framebow.co.uk

    #2
    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>
    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.
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment

    Working...
    X