Skip to content

Commit 72bfff3

Browse files
committed
DmfManuTheme v2.0.2
1 parent 1bbeeb7 commit 72bfff3

12 files changed

Lines changed: 304 additions & 213 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.2
2+
- Add Wishlist button to 1-Column Layout
3+
- Add delivery time to standard box layout
4+
15
# 2.0.1
26
- Fixed js error if wishlist is not enabled
37

CHANGELOG_de-DE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.2
2+
- Wunschliste auch für 1-spaltiges Layout im Listing integrieren
3+
- Lieferzeit zur Produktkachel hinzugefügt
4+
15
# 2.0.1
26
- Fix für javascript Fehler wenn Merkzettel nicht aktiviert ist
37

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dmf/sw6-manu-theme",
33
"description": "Manu Theme",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"type": "shopware-platform-plugin",
66
"authors": [
77
{

src/Resources/app/storefront/src/scss/component/product-box.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,11 @@ Custom styling for product box component.
173173
}
174174
}
175175
}
176+
177+
.box-single-column {
178+
.product-wishlist {
179+
.product-wishlist-action-circle {
180+
right: 2rem;
181+
}
182+
}
183+
}

src/Resources/app/storefront/src/scss/page/checkout/cart-item.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,11 @@ Contains custom styles for the cart item component.
249249
}
250250
}
251251
}
252+
253+
254+
.offcanvas-cart {
255+
.cart-item-remove {
256+
position: relative;
257+
right: 0px;
258+
}
259+
}

src/Resources/theme.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@Storefront",
1717
"app/storefront/dist/storefront/js/dmf-manu-theme.js"
1818
],
19-
"asset": ["app/storefront/src/assets"],
19+
"asset": ["@Storefront", "app/storefront/src/assets"],
2020
"config": {
2121
"tabs": {
2222
"colorsTypo": {
@@ -2882,4 +2882,3 @@
28822882
}
28832883
}
28842884
}
2885-

0 commit comments

Comments
 (0)