{% extends 'ecom.html.twig' %} {% block content %} {{ form_start(form) }}
{{ 'Product' | trans }} | {{ 'Quantity' | trans }} | {{ 'Price' | trans }} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if item['addOn'] == false %}
{% if item['productThumbnail'] is not empty %}
{% else %}
{{ item['productName'] }} {{ item['size'] is not empty ? ' - ' ~ item['size'] : '' }}
{{ item['productName'] }} - {{ item['productSku'] }}
{% if item['addOnInputAllLetterInputCapital'] %}
|
{{ item['quantity'] }} | {{ item['productPriceEcomIncTax'] }} {{ 'kr' | trans }} | ||||||||||
{{ form_row(form.comment) }}
|
|