Advertisement
paulandzen

urth okendo tshooting

Oct 27th, 2023 (edited)
756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.21 KB | None | 0 0
  1. <div>
  2. <p style="text-align: left; vertical-align: middle; padding: 20px 25px;"><span style="font-family: 'Gilroy',Helvetica,sans-serif; font-weight: 600;">{{ item.product.title }}{% if item.presentment_variant_title %}, {{ item.presentment_variant_title }}{% endif %}{% if item.quantity > 1 %} x{{ item.quantity|default:'1'|floatformat:0 }}{% endif %}</span><br />{% currency_format item.price %} {{ event|lookup:'$currency_code' }}+{% if item.quantity > 1 %} ea{% endif %}</p>
  3. </div>
  4. <div>{% with product=item.product %} {% with productId=item.product.id|slugify %}</div>
  5. {% for value in feeds.product_review_aggregate %}{% if productId == value.product_id %}
  6. <table style="border: 0;" cellspacing="0" cellpadding="0">
  7. <tbody>
  8. <tr>
  9. <td style="padding-top: 2px; padding-right: 2px;"><img style="height: 14px;" src="https://d3hw6dc1ow8pp2.cloudfront.net/emails/review/stars/stars-{% widthratio value.rating 1 10 %}-000000.png" height="14" /></td>
  10. <td>
  11. <p style="padding-top: 1px; padding-left: 2px; font-size: 14px;">{{ value.count }} {% if value.count > 1 %} Reviews {% endif %}{% if value.count == 1 %} Review {% endif %}</p>
  12. </td>
  13. </tr>
  14. </tbody>
  15. </table>
  16. {% endif %}{% endfor %}
  17. <div>{% endwith %} {% endwith %}</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement