Help
Frequently asked questions and other useful tidbits.
Cart Item
Updated on September 29th, 2009
- item.id
-
Returns the id of an item.
- item.name
-
Returns the name of an item. This is done by combining the name of the product and name of the option, unless it’s a default option.
- item.price
-
Returns the price of an item multiplied by it’s quantity.
{{ item.name }} x {{ item.quantity }} = {{ item.price | money_with_sign }} - item.unit_price
-
Returns the price of for one of an item.
Each costs {{ item.unit_price | money_with_sign }} - item.shipping
-
Returns the shipping amount of an item, if you’re using Big Cartel’s shipping features.
Shipping: {{ item.shipping | money_with_sign }} - item.tax *
-
Returns the tax amount of an item, if you’re using Big Cartel’s tax features.
* DEPRECATED: now always returns 0.00Tax: {{ item.tax | money_with_sign }} - item.total
-
Returns the total price and shipping amount of an item.
Total: {{ item.total | money_with_sign }} - item.quantity
-
Returns the quantity in the cart for an item.
You are ordering {{ item.quantity }} of these - item.product
-
Returns the product of an item.
You are ordering {{ item.product.name }} - item.option
-
Returns the option of an item.
You selected this color {{ item.option.name }}
Contact
Can’t find an answer to your question? No worries, we’re here to help.