×
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 reward_points >= 500 %}
Apply Reward Points ({{ reward_points }} points available)
{% endif %}
Discount: $0
Total Bill: ${{ subtotal }}
Proceed to Order
{% for suggestion in suggestions %}
{{ suggestion.Name }}
${{ suggestion.Price__c }}
Add
{% endfor %}