{% set cartSession = app.session.get(app.request.get('channelEcomId') ~ '_' ~ 'ecom_cart') %} {% if cartSession is not empty and cartSession['items'] is not empty %}
{{ item['productName'] }} {{ item['size'] is not empty ? ' - ' ~ item['size'] : '' }} {{ 'Sku' | trans }}: {{ item['productSku'] }}
{{ item['productName'] }} - {{ item['productSku'] }} {% if item['addOnInputAllLetterInputCapital'] %} {{ item.addOnText | upper }} {% else %} {{ item.addOnText }} {% endif %}