Florian Eisenmenger 4 lat temu
rodzic
commit
dc89778e4d
6 zmienionych plików z 22 dodań i 13 usunięć
  1. +2
    -2
      zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-item.html.twig
  2. +2
    -2
      zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/checkout-item.html.twig
  3. +5
    -5
      zenitPlatformAtmosSet2/composer.json
  4. +10
    -1
      zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_footer.scss
  5. +1
    -1
      zenitPlatformAtmosSet2/src/Resources/views/storefront/component/checkout/offcanvas-item.html.twig
  6. +2
    -2
      zenitPlatformAtmosSet2/src/Resources/views/storefront/page/checkout/checkout-item.html.twig

+ 2
- 2
zenitPlatformAtmosSet1/src/Resources/views/storefront/component/checkout/offcanvas-item.html.twig Wyświetl plik

@@ -48,9 +48,9 @@
{% if lineItem.payload is defined and lineItem.payload.customFields is defined and
lineItem.payload.customFields.spwn_discountable_box is defined and addCustomizedProducts !== 0 %}
<div class="spwn-add-customized-products">
<a href="/Abnehmprogramme/6-Tage-Abnehmprogramme/" class="spwn-add-customized-products-detail">{{ "checkout.diaekoItemNotice"|trans|sw_sanitize }}</a>
<a href="/Abnehmprogramme/" class="spwn-add-customized-products-detail">{{ "checkout.diaekoItemNotice"|trans|sw_sanitize }}</a>
{% if addCustomizedProducts == 1 %}
<a href="/Abnehmprogramme/6-Tage-Abnehmprogramme/" class="spwn-add-customized-products-detail">{{ "checkout.diaekoItemNotice"|trans|sw_sanitize }}</a>
<a href="/Abnehmprogramme/" class="spwn-add-customized-products-detail">{{ "checkout.diaekoItemNotice"|trans|sw_sanitize }}</a>
{% endif %}
</div>
{% endif %}


+ 2
- 2
zenitPlatformAtmosSet1/src/Resources/views/storefront/page/checkout/checkout-item.html.twig Wyświetl plik

@@ -41,9 +41,9 @@
{% if lineItem.payload is defined and lineItem.payload.customFields is defined and
lineItem.payload.customFields.spwn_discountable_box is defined and addCustomizedProducts !== 0 %}
<div class="spwn-add-customized-products">
<a href="/Abnehmprogramme/6-Tage-Abnehmprogramme/" class="spwn-add-customized-products-detail"><span>{{ "checkout.diaekoItemNotice"|trans|sw_sanitize }}</span></a>
<a href="/Abnehmprogramme/" class="spwn-add-customized-products-detail"><span>{{ "checkout.diaekoItemNotice"|trans|sw_sanitize }}</span></a>
{% if addCustomizedProducts == 1 %}
<a href="/Abnehmprogramme/6-Tage-Abnehmprogramme/" class="spwn-add-customized-products-detail"><span>{{ "checkout.diaekoItemNotice"|trans|sw_sanitize }}</span></a>
<a href="/Abnehmprogramme/" class="spwn-add-customized-products-detail"><span>{{ "checkout.diaekoItemNotice"|trans|sw_sanitize }}</span></a>
{% endif %}
</div>
{% endif %}


+ 5
- 5
zenitPlatformAtmosSet2/composer.json Wyświetl plik

@@ -1,7 +1,7 @@
{
"name": "zenit/atmos-set-2",
"description": "Theme Atmos by Zenit Design",
"version": "2.4.1",
"version": "2.4.2",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
@@ -20,12 +20,12 @@
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by Zenit Design",
"label": {
"de-DE": "Theme Atmos | Pro - Set 2",
"en-GB": "Theme Atmos | Pro - Set 2"
"de-DE": "Theme Atmos | Pro - Set 2 Easyfit",
"en-GB": "Theme Atmos | Pro - Set 2 Easyfit"
},
"description": {
"de-DE": "Theme Atmos | Pro - Set 2",
"en-GB": "Theme Atmos | Pro - Set 2"
"de-DE": "Theme Atmos | Pro - Set 2 Easyfit",
"en-GB": "Theme Atmos | Pro - Set 2 Easyfit"
},
"manufacturerLink": {
"de-DE": "https://store.shopware.com/zenit-design.html",


+ 10
- 1
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_footer.scss Wyświetl plik

@@ -9,18 +9,27 @@
}
.footer-newsletter {
.footer-logo {
max-width: 170px;
}
.newsletter-inner-text {
font-size: 18px;
line-height: 24px;
}
.footer-newsletter-column-input-email {
border-bottom: 2px solid $sw-color-brand-primary;
border-bottom: 2px solid #FFF;
margin: 0 15px;
padding: 0;
}
.form-control,
.input-group-append .btn {
border: none;
.icon {
color: #FFF;
}
}
.form-control::-webkit-input-placeholder {
color: #FFF;
}
.form-control {
padding-top: 0;


+ 1
- 1
zenitPlatformAtmosSet2/src/Resources/views/storefront/component/checkout/offcanvas-item.html.twig Wyświetl plik

@@ -50,7 +50,7 @@
<div class="spwn-add-customized-products">
<a href="/6-Tage-Pakete/" class="spwn-add-customized-products-detail">{{ "checkout.easyfitItemNotice"|trans|sw_sanitize }}</a>
{% if addCustomizedProducts == 1 %}
<a href="/6-Tage-Pakete//" class="spwn-add-customized-products-detail">{{ "checkout.easyfitItemNotice"|trans|sw_sanitize }}</a>
<a href="/6-Tage-Pakete/" class="spwn-add-customized-products-detail">{{ "checkout.easyfitItemNotice"|trans|sw_sanitize }}</a>
{% endif %}
</div>
{% endif %}


+ 2
- 2
zenitPlatformAtmosSet2/src/Resources/views/storefront/page/checkout/checkout-item.html.twig Wyświetl plik

@@ -41,9 +41,9 @@
{% if lineItem.payload is defined and lineItem.payload.customFields is defined and
lineItem.payload.customFields.spwn_discountable_box is defined and addCustomizedProducts !== 0 %}
<div class="spwn-add-customized-products">
<a href="/Abnehmprogramme/6-Tage-Abnehmprogramme/" class="spwn-add-customized-products-detail"><span>{{ "checkout.easyfitItemNotice"|trans|sw_sanitize }}</span></a>
<a href="/6-Tage-Pakete/" class="spwn-add-customized-products-detail"><span>{{ "checkout.easyfitItemNotice"|trans|sw_sanitize }}</span></a>
{% if addCustomizedProducts == 1 %}
<a href="/Abnehmprogramme/6-Tage-Abnehmprogramme/" class="spwn-add-customized-products-detail"><span>{{ "checkout.easyfitItemNotice"|trans|sw_sanitize }}</span></a>
<a href="/6-Tage-Pakete/" class="spwn-add-customized-products-detail"><span>{{ "checkout.easyfitItemNotice"|trans|sw_sanitize }}</span></a>
{% endif %}
</div>
{% endif %}


Ładowanie…
Anuluj
Zapisz