Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% if customer %}
- {% if customer.orders_count > 1 %}
- This is not their first order.
- {% else %}
- This is their first order.
- {% endif %}
- {% endif %}
Advertisement
RAW Paste Data
Copied
Advertisement