ProductPromotionDrop
The product_promotion object describes a promotion applied to a product.
{%- comment -%} Show product promotion {%- endcomment -%}
{% if product.promotion %}
<promotion type="{{ product.promotion.type }}">{{ product.promotion.title }}</promotion>
{% endif %}type
Returns the promotion type
title
Returns the promotion title if any.
description
Returns the promotion description if any.