×
Your Cart
{% for item in cart_items %}
{{ item.Name }}
Add-ons: {{ item.Add_Ons__c }}
Instructions: {{ item.Instructions__c or "None" }}
-
+
$
{{ item.Price__c }}
Remove
{% else %}
Your cart is empty.
{% endfor %}
Subtotal: ${{ subtotal }}
{% if coupons %}
Apply Coupon Code
Select a coupon
{% for coupon in coupons %}
{{ coupon }}
{% endfor %}
{% endif %}
Discount: $0
Total Bill: ${{ subtotal }}
Proceed to Order
{% for suggestion in suggestions %}
{{ suggestion.Name }}
${{ suggestion.Price__c }}
Add
{% endfor %}