From 7d37dfd34e7d1d2a95a8f91e161bf5e18a2d61d5 Mon Sep 17 00:00:00 2001 From: SharakPL Date: Thu, 1 Feb 2024 00:11:07 +0100 Subject: [PATCH 1/3] fix missing add to wishlist button --- templates/catalog/_partials/miniatures/product.tpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/catalog/_partials/miniatures/product.tpl b/templates/catalog/_partials/miniatures/product.tpl index 80be446ac..9357c4481 100644 --- a/templates/catalog/_partials/miniatures/product.tpl +++ b/templates/catalog/_partials/miniatures/product.tpl @@ -5,13 +5,17 @@ {$componentName = 'product-miniature'} {block name='product_miniature_item'} -
+
- + > diff --git a/modules/blockwishlist/views/templates/components/modals/create.tpl b/modules/blockwishlist/views/templates/components/modals/create.tpl index 01e0a1f3a..cb7375dbf 100644 --- a/modules/blockwishlist/views/templates/components/modals/create.tpl +++ b/modules/blockwishlist/views/templates/components/modals/create.tpl @@ -32,8 +32,7 @@ @click="toggleModal" data-dismiss="modal" aria-label="Close" - > - + > - + > diff --git a/modules/blockwishlist/views/templates/components/modals/delete.tpl b/modules/blockwishlist/views/templates/components/modals/delete.tpl index 6c0ef106a..79e775043 100644 --- a/modules/blockwishlist/views/templates/components/modals/delete.tpl +++ b/modules/blockwishlist/views/templates/components/modals/delete.tpl @@ -37,11 +37,10 @@ @click="toggleModal" data-dismiss="modal" aria-label="Close" - > - + > - + > diff --git a/modules/blockwishlist/views/templates/components/modals/login.tpl b/modules/blockwishlist/views/templates/components/modals/login.tpl index 8eb930b01..d6830db7c 100644 --- a/modules/blockwishlist/views/templates/components/modals/login.tpl +++ b/modules/blockwishlist/views/templates/components/modals/login.tpl @@ -27,8 +27,7 @@ @click="toggleModal" data-dismiss="modal" aria-label="Close" - > - + > @@ -59,6 +54,5 @@ {literal} :class="{in: !isHidden}" {/literal} - > - + > diff --git a/modules/blockwishlist/views/templates/components/modals/rename.tpl b/modules/blockwishlist/views/templates/components/modals/rename.tpl index c72361146..911782ac9 100644 --- a/modules/blockwishlist/views/templates/components/modals/rename.tpl +++ b/modules/blockwishlist/views/templates/components/modals/rename.tpl @@ -31,8 +31,7 @@ @click="toggleModal" data-dismiss="modal" aria-label="Close" - > - + > - + > diff --git a/modules/blockwishlist/views/templates/components/modals/share.tpl b/modules/blockwishlist/views/templates/components/modals/share.tpl index 201f64683..ec7857235 100644 --- a/modules/blockwishlist/views/templates/components/modals/share.tpl +++ b/modules/blockwishlist/views/templates/components/modals/share.tpl @@ -31,8 +31,7 @@ @click="toggleModal" data-dismiss="modal" aria-label="Close" - > - + > - + > From d602e92bdc7eff4b412d0a50da56ef312b72438d Mon Sep 17 00:00:00 2001 From: SharakPL Date: Thu, 1 Feb 2024 20:26:59 +0100 Subject: [PATCH 3/3] fix backdrop, remove literals --- .../views/templates/components/modals/add-to-wishlist.tpl | 8 ++------ .../views/templates/components/modals/create.tpl | 8 ++------ .../views/templates/components/modals/delete.tpl | 8 ++------ .../views/templates/components/modals/login.tpl | 8 ++------ .../views/templates/components/modals/rename.tpl | 8 ++------ .../views/templates/components/modals/share.tpl | 8 ++------ 6 files changed, 12 insertions(+), 36 deletions(-) diff --git a/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl b/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl index 3cfb13dfb..95400d6d4 100644 --- a/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl +++ b/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl @@ -9,9 +9,7 @@ > diff --git a/modules/blockwishlist/views/templates/components/modals/create.tpl b/modules/blockwishlist/views/templates/components/modals/create.tpl index cb7375dbf..184c6b3ee 100644 --- a/modules/blockwishlist/views/templates/components/modals/create.tpl +++ b/modules/blockwishlist/views/templates/components/modals/create.tpl @@ -15,9 +15,7 @@ > diff --git a/modules/blockwishlist/views/templates/components/modals/delete.tpl b/modules/blockwishlist/views/templates/components/modals/delete.tpl index 79e775043..e9a4d3b93 100644 --- a/modules/blockwishlist/views/templates/components/modals/delete.tpl +++ b/modules/blockwishlist/views/templates/components/modals/delete.tpl @@ -20,9 +20,7 @@ > diff --git a/modules/blockwishlist/views/templates/components/modals/login.tpl b/modules/blockwishlist/views/templates/components/modals/login.tpl index d6830db7c..9edc2ecac 100644 --- a/modules/blockwishlist/views/templates/components/modals/login.tpl +++ b/modules/blockwishlist/views/templates/components/modals/login.tpl @@ -10,9 +10,7 @@ > diff --git a/modules/blockwishlist/views/templates/components/modals/rename.tpl b/modules/blockwishlist/views/templates/components/modals/rename.tpl index 911782ac9..c66f8ab60 100644 --- a/modules/blockwishlist/views/templates/components/modals/rename.tpl +++ b/modules/blockwishlist/views/templates/components/modals/rename.tpl @@ -14,9 +14,7 @@ > diff --git a/modules/blockwishlist/views/templates/components/modals/share.tpl b/modules/blockwishlist/views/templates/components/modals/share.tpl index ec7857235..f43608165 100644 --- a/modules/blockwishlist/views/templates/components/modals/share.tpl +++ b/modules/blockwishlist/views/templates/components/modals/share.tpl @@ -14,9 +14,7 @@ >