Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save aatronco/c7e6b51351c24f99de764b9486101a11 to your computer and use it in GitHub Desktop.

Select an option

Save aatronco/c7e6b51351c24f99de764b9486101a11 to your computer and use it in GitHub Desktop.
{% if customer %}
Precio: {{product.price | price}}
{% else %}
<a href="/customer/login">Regístrate para poder comprar</a>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment