{% for product in combo.productsCombo %} {% endfor %}
Sku Título Precio Cantidad
{{ product.child is defined ? product.child.sku : product.sku }} {{ product.child is defined ? product.child.title : product.title }} ${{ product.child is defined ? product.child.listPrice|number_format(2, '.', ',') : product.listPrice|number_format(2, '.', ',') }} {{ product.quantity }}