{{ 'sylius.ui.variant'|trans }} | +{{ 'sylius.ui.price'|trans }} | ++ | |
---|---|---|---|
+ {{ variant.name|default(variant.descriptor) }}
+ {% if product.hasOptions() %}
+
+ {% for optionValue in variant.optionValues %}
+
+ {% endif %}
+
+ {{ optionValue.value }}
+
+ {% endfor %}
+ |
+ {% if variant.hasChannelPricingForChannel(sylius.channel) %}
+ {% set appliedPromotions = channelPricing.appliedPromotions|map(promotion => ({'label': promotion.label, 'description': promotion.description})) %}
+ + {{ money.calculatePrice(variant) }} + | + {% else %} ++ | + {% endif %} ++ {{ form_widget(form.cartItem.variant[key], {'label': false}) }} + | +