Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Load recently viewed module in my account page - @gibkigonzo (#3722)
- Added validation message for city field on checkout page - @dz3n (#3723)
- Improving is_comparable to work with booleans and digits - @dz3n (#3697)
- Fixed links to the promoted banners - @andrzejewsky (#3753)
- Fixed missing parameter in the compare list - @andrzejewsky (#3757)

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/themes/default/resource/banners/de_main-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"title": "Neue Wege beschreiten.",
"subtitle": "Eine Mode kann sich zu einem neuen Stil durchsetzen und offenbart die neusten Kreationen von Designern, Technologen, Ingenieuren und Designmanagern.",
"image": "/assets/full_width_banner.jpg",
"link": "/women"
"link": "/women/frauen-20"
}
}
8 changes: 4 additions & 4 deletions src/themes/default/resource/banners/de_promoted_offers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"title": "Lässige Büro",
"subtitle": "Kollektion",
"image": "/assets/ban1.jpg",
"link": "/women"
"link": "/women/frauen-20"
}
],
"smallBanners": [
{
"title": "Glänzen Sie mit",
"subtitle": "Accessoires",
"image": "/assets/ban2.jpg",
"link": "/men"
"link": "/men/herren-11"
},
{
"title": "Der Frühling kommt",
"subtitle": "Hüte",
"image": "/assets/ban3.jpg",
"link": "/gear"
"link": "/gear/gerat-3"
}
],
"productBanners": [
{
"title": "Der Frühling kommt",
"subtitle": "Hüte",
"image": "/assets/ban3.jpg",
"link": "/gear"
"link": "/gear/gerat-3"
}
]
}
2 changes: 1 addition & 1 deletion src/themes/default/resource/banners/it_main-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"title": "Cammina la passeggiata.",
"subtitle": "Una moda può diventare lo stile prevalente nel comportamento o manifestare le ultime creazioni di designer, tecnologi, ingegneri e responsabili del design.",
"image": "/assets/full_width_banner.jpg",
"link": "/women"
"link": "/women/la-donne-20"
}
}
8 changes: 4 additions & 4 deletions src/themes/default/resource/banners/it_promoted_offers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"title": "Ufficio casual",
"subtitle": "Collezione",
"image": "/assets/ban1.jpg",
"link": "/women"
"link": "/women/la-donne-20"
}
],
"smallBanners": [
{
"title": "Brilla",
"subtitle": "Accessori",
"image": "/assets/ban2.jpg",
"link": "/men"
"link": "/men/signori-11"
},
{
"title": "La primavera sta arrivando",
"subtitle": "Cappelli",
"image": "/assets/ban3.jpg",
"link": "/gear"
"link": "/gear/equipaggiamento-3"
}
],
"productBanners": [
{
"title": "La primavera sta arrivando",
"subtitle": "Cappelli",
"image": "/assets/ban3.jpg",
"link": "/gear"
"link": "/gear/equipaggiamento-3"
}
]
}
8 changes: 4 additions & 4 deletions src/themes/default/resource/promoted_offers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"title": "Office casual",
"subtitle": "Collection",
"image": "/assets/ban1.jpg",
"link": "/women"
"link": "/women/women-20"
}
],
"smallBanners": [
{
"title": "Shine on",
"subtitle": "Accessories",
"image": "/assets/ban2.jpg",
"link": "/men"
"link": "/men/men-11"
},
{
"title": "Spring is coming",
"subtitle": "Hats",
"image": "/assets/ban3.jpg",
"link": "/gear"
"link": "/gear/gear-3"
}
],
"productBanners": [
{
"title": "Spring is coming",
"subtitle": "Hats",
"image": "/assets/ban3.jpg",
"link": "/gear"
"link": "/gear/gear-3"
}
]
}