| |
| USAGE |
| [#CART#] |
| |
| BEHAVIOUR |
| Returns the items (and quantity) currently added to the shopping cart, the total number of items, and the subtotal price in a given session. Also includes links to 'view cart' and 'checkout'. |
| |
| CONTEXT |
- index.html
- product.html
- product_listing.html
- category descriptions
|
| |
| SCREENSHOT |
 |
| |
| NOTES |
|
| |
| SEE ALSO: |
|
/* CHUNK: CART */
#widget_cart {}
#cart-contents { list-style-type: none; padding: 0; }
#cart-contents li { padding: 2px 0; }
#cart-itemcount { display: block; font-weight: bold; margin: 10px 0 0; }
#cart-total { display: block; font-size: 16px; font-weight: bold; }
.cart-view { display: block; margin: 5px 0 0; padding: 2px 0; }
.cart-checkout { display: block; padding: 2px 0; }