I don't want all the items listed in the right hand frame shopping bag - maybe just a few or text that shows how many items are in the bag and the total of the shopping cart with a link to the actual shopping cart. Is this possible and if so, how do I do it (see www.beadingsupplieswarehouse.com). Thanks.
Announcement
Collapse
No announcement yet.
Don't want shopping bag
Collapse
X
-
You would need to edit the proper frame.html page, depending on which one you are using. We happen to have a space for this at the top of the page which lists the number of items in the cart and the total cost. The code is as follows:
Code:[ITEMSINCART] item(s) in your cart<br> Total: [SUBTOTAL]
Comment