This sidebar appears on the cart page, to show what is in the cart while the customer inputs their credit card and purchasing information.
{% pattern sections/cart-contents icon="coffee" product-name="Honey with Coffee" product-quantity="2 x $8.99" product-name2="Honey with Orange" product-quantity2="1 x $8.99" icon2="orange" subtotal="$26.97" total="$44.97" %}
Field name | Data type | Example | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
icon
required
|
string
|
"coffee" | |||||||||||||||||||||
product-name
required
|
string
|
"Honey with Coffee" | |||||||||||||||||||||
product-quantity
required
|
string
|
"2 x $8.99" | |||||||||||||||||||||
product-name2
required
|
string
|
"Honey with Orange" | |||||||||||||||||||||
product-quantity2
required
|
string
|
"1 x $8.99" | |||||||||||||||||||||
icon2
required
|
string
|
"orange" | |||||||||||||||||||||
subtotal
required
|
string
|
"$26.97" | |||||||||||||||||||||
total
required
|
string
|
"$44.97" |