Kaynağa Gözat

check

master
Florian Eisenmenger 3 yıl önce
ebeveyn
işleme
52f175bb29
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  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 Dosyayı Görüntüle

@@ -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">


Yükleniyor…
İptal
Kaydet