Florian Eisenmenger hace 3 años
padre
commit
52f175bb29
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      testsystem/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-cart.html.twig

+ 3
- 2
testsystem/zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-cart.html.twig Ver fichero

@@ -13,9 +13,10 @@
{% for lineItem in page.cart.lineItems %}
{% if lineItem.payload is defined and lineItem.payload.customFields is defined and
lineItem.payload.customFields.spwn_discountable_box is defined %}
{# {{dump(lineItem.payload)}}#}
{% set customizedProductsCount = customizedProductsCount + lineItem.quantity %}
{% set isProgram = isProgram + lineItem.payload.customFields.custom_weightlossplan_day1_breakfast is defined %}
{% if lineItem.payload.customFields.custom_weightlossplan_day1_breakfast is defined %}
{% set isProgram = isProgram + lineItem.quantity %}
{% endif %}
{% endif %}
{% endfor %}
<div class="offcanvas-cart-items">


Cargando…
Cancelar
Guardar