Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div>
- <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>
- </div>
- <div>{% with product=item.product %} {% with productId=item.product.id|slugify %}</div>
- {% for value in feeds.product_review_aggregate %}{% if productId == value.product_id %}
- <table style="border: 0;" cellspacing="0" cellpadding="0">
- <tbody>
- <tr>
- <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>
- <td>
- <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>
- </td>
- </tr>
- </tbody>
- </table>
- {% endif %}{% endfor %}
- <div>{% endwith %} {% endwith %}</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement