{% pour le produit dans les produits%}
Code de catalogue: {{product.sku | majuscule}}
£{{product.price | argent }}
{% if product.was_price et product.was_price! = « 0 » et product.was_price! = « »%}
Était
{{product.was_price | argent }}
{% endif%}
{% if product.was_price et product.was_price! = « 0 » et product.was_price! = « »%}
Sauvegarder £{{product.was_price – product.price | argent }}
{% si product.list_price> = product.was_price%}
RRP £{{product.list_price | argent }}
{% endif%}
{% endif%} {% if product.was_price == 0 ou product.was_price == « 0 »%} {% if product.price
RRP £{{product.list_price | argent }}
{% endif%} {% endif%}
{% end pour%}