Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {% if item.discount %}
  2. <tr>
  3. <td>Your discount is {{ item.discount|commerceCurrency( currency ) }}</td>
  4. </tr>
  5. {% endif %}
  6.  
  7. {% if item.discount != '0.0000' %}
  8. {{"Discount"|t}}: {{ item.discount|commerceCurrency(cart.currency) }}<br>
  9. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement