Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 970ff0049e | |||
| c010e1f7b9 | |||
| bd7c17560f | |||
| fd80f71072 | |||
| 3ba7a4f48f |
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,6 +1,22 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## v1.4.0 (2023-02-23)
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
* SWC-89 remove the image from the header and add bigger image to PDP gallery. [Lang]
|
||||||
|
|
||||||
|
|
||||||
|
## v1.3.0 (2023-02-23)
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
* SWC-89 change the theme as the customer requested. [Lang]
|
||||||
|
|
||||||
|
* SWC-89 change the documentation for easy copy-paste. [Lang]
|
||||||
|
|
||||||
|
|
||||||
## v1.2.0 (2023-02-21)
|
## v1.2.0 (2023-02-21)
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"name": "itg-theme/etail-west-plugin",
|
"name": "itg-theme/etail-west-plugin",
|
||||||
"description": "eTail West theme plugin for presentation",
|
"description": "eTail West theme plugin for presentation",
|
||||||
"type": "shopware-platform-plugin",
|
"type": "shopware-platform-plugin",
|
||||||
|
"version": "1.4.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
(window.webpackJsonp=window.webpackJsonp||[]).push([["etail-conference-theme"],{AZcZ:function(n,e,o){(function(n){n((function(){setTimeout((function(){n(".shopware-overlay").addClass("fade-out"),n(".header-main, .footer-main, .content-main").removeClass("d-none"),setTimeout((function(){n(".shopware-overlay").addClass("d-none")}),500)}),500),n(".card.product-box").each((function(){n(this).find(".btn").append(n(this).find(".product-price"))}))}))}).call(this,o("UoTJ"))}},[["AZcZ","runtime","vendor-node"]]]);
|
(window.webpackJsonp=window.webpackJsonp||[]).push([["etail-conference-theme"],{AZcZ:function(e,n,t){(function(e){e((function(){setTimeout((function(){e(".shopware-overlay").addClass("fade-out"),e(".header-main, .footer-main, .content-main").removeClass("d-none"),setTimeout((function(){e(".shopware-overlay").addClass("d-none")}),500)}),500),e(".card.product-box").each((function(){e(this).find(".btn").append(e(this).find(".product-price"))}))}));var n,t,o=(n=document.documentElement,t=n.clientHeight,function(e,o){var i,a=[];for(e&&"resize"===e.type&&(t=n.clientHeight),i=o.elements.length;i--;)if(!a.includes(i)){var d=o.elements[i],r=d.getBoundingClientRect(),s=(r.top/t*100+r.bottom/t*100)/2,c=s>o.zone[1]&&s<100-o.zone[1];d.classList.toggle(o.markedClass,c),c&&a.push(d)}});function i(e){o(e,{elements:document.querySelectorAll("div.product-image-wrapper"),markedClass:"highlight--1",zone:[20,20]}),o(e,{elements:document.querySelectorAll("div.product-image-wrapper"),markedClass:"highlight--2",zone:[40,40]})}window.addEventListener("scroll",i),window.addEventListener("resize",i)}).call(this,t("UoTJ"))}},[["AZcZ","runtime","vendor-node"]]]);
|
||||||
@@ -109,7 +109,7 @@ header {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: right;
|
text-align: center;
|
||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
|
|
||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 500px) {
|
||||||
@@ -175,6 +175,10 @@ header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gallery-slider-image {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/** basket offcanvas */
|
/** basket offcanvas */
|
||||||
|
|
||||||
.offcanvas-cart {
|
.offcanvas-cart {
|
||||||
|
|||||||
@@ -20,10 +20,10 @@
|
|||||||
<h1>Shopware ecommerce platform</h1>
|
<h1>Shopware ecommerce platform</h1>
|
||||||
<h2>Build the exceptional</h2>
|
<h2>Build the exceptional</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="col text-center">
|
{# <div class="col text-center">#}
|
||||||
<img src="{{ asset('bundles/etailconferencetheme/assets/shopware-phone.png') }}"
|
{# <img src="{{ asset('bundles/etailconferencetheme/assets/shopware-phone.png') }}"#}
|
||||||
alt="Shopware phone">
|
{# alt="Shopware phone">#}
|
||||||
</div>
|
{# </div>#}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user