Difference between revisions of "Liquid Template Variables - line item"

From Spiffy Stores Knowledge Base

Line 1: Line 1:
A line item represents a single line in the shopping cart. There is one line item for each distinct product variant being purchased, regardless of the quantity of that variant in the cart. It is important to include the line item's quantity whenever displaying the item to the user. Line items can be accessed from any theme or email template which makes a cart or order object available.
+
A '''line item''' represents a single line in the shopping cart.
  
You are most likely to see line items used in the following theme and email templates:
+
There is one line item for each distinct product variant being purchased, regardless of the quantity of that variant in the cart. It is important to include the line item's quantity whenever displaying the item to the user. Line items can be accessed from any theme or email template which makes a cart or order object available.
 +
 
 +
Line items used in the following theme and email templates:
 +
 
 +
*  cart.liquid
 +
* Order Confirmation
 +
* New Order Notification
 +
* New Order Notification (mobile)
 +
* Shipping confirmation
 +
* Shipping update
 +
* Additional Content & Scripts
 +
 
 +
== <code>line_item.id</code> ==

Revision as of 15:14, 12 September 2008

A line item represents a single line in the shopping cart.

There is one line item for each distinct product variant being purchased, regardless of the quantity of that variant in the cart. It is important to include the line item's quantity whenever displaying the item to the user. Line items can be accessed from any theme or email template which makes a cart or order object available.

Line items used in the following theme and email templates:

  • cart.liquid
  • Order Confirmation
  • New Order Notification
  • New Order Notification (mobile)
  • Shipping confirmation
  • Shipping update
  • Additional Content & Scripts

line_item.id