Your Cart
{% for item in cart_items %}
{{ item.Name }}
-
+
${{ item.Price__c }}
Remove
{% else %}
Your cart is empty.
{% endfor %}
Subtotal: ${{ subtotal }}
Proceed to Order
{% for suggestion in suggestions %}
{{ suggestion.Name }}
${{ suggestion.Price__c }}
Add
{% endfor %}