diff --git a/README.md b/README.md
index 07f176fbb..0e84452d1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hummingbird theme
-This is a PrestaShop's theme we are working on. Please, if you work on this theme, use the `1.7.8.x` branch of PrestaShop to make sure this theme is compatible with the latest `1.7` version.
+This is a PrestaShop's theme we are working on. Please, if you work on this theme, use the `8.0.x` branch of PrestaShop to make sure this theme is compatible with the latest `8.x` version.
[Read more](https://build.prestashop.com/news/new-theme-announce/) about this theme on the blog.
diff --git a/config/theme.yml b/config/theme.yml
index 5a967e9e7..6155422f3 100644
--- a/config/theme.yml
+++ b/config/theme.yml
@@ -8,7 +8,7 @@ author:
meta:
compatibility:
- from: 1.7.0.0
+ from: 8.0.0
to: ~
available_layouts:
@@ -85,7 +85,7 @@ global_settings:
- ps_linklist
- ps_customeraccountlinks
- ps_contactinfo
- - ~
+ - blockwishlist
displayLeftColumn:
- ps_categorytree
- ps_facetedsearch
@@ -135,6 +135,43 @@ global_settings:
width: 170
height: 115
scope: [stores]
+ default_xs:
+ width: 120
+ height: 120
+ scope: [products, manufacturers, suppliers, categories]
+ default_s:
+ width: 160
+ height: 160
+ scope: [categories, products]
+ default_m:
+ width: 200
+ height: 200
+ scope: [stores, manufacturers, suppliers, products]
+ default_md:
+ width: 320
+ height: 320
+ scope: [categories, products]
+ default_xl:
+ width: 400
+ height: 400
+ scope: [stores, products]
+ product_main:
+ width: 720
+ height: 720
+ scope: [products]
+ category_cover:
+ width: 1000
+ height: 200
+ scope: [categories]
+ product_main_2x:
+ width: 1440
+ height: 1440
+ scope: [products]
+ category_cover_2x:
+ width: 2000
+ height: 400
+ scope: [categories]
+
theme_settings:
rtl_generation: false
@@ -145,3 +182,5 @@ theme_settings:
new-products: layout-left-column
prices-drop: layout-left-column
contact: layout-left-column
+ manufacturer: layout-left-column
+ supplier: layout-left-column
diff --git a/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl b/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl
new file mode 100644
index 000000000..44b247234
--- /dev/null
+++ b/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl
@@ -0,0 +1,62 @@
+{**
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ *}
+
+
diff --git a/modules/blockwishlist/views/templates/components/modals/create.tpl b/modules/blockwishlist/views/templates/components/modals/create.tpl
new file mode 100644
index 000000000..400ffb5fe
--- /dev/null
+++ b/modules/blockwishlist/views/templates/components/modals/create.tpl
@@ -0,0 +1,79 @@
+{**
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ *}
+
+
diff --git a/modules/blockwishlist/views/templates/components/modals/delete.tpl b/modules/blockwishlist/views/templates/components/modals/delete.tpl
new file mode 100644
index 000000000..68f4923fd
--- /dev/null
+++ b/modules/blockwishlist/views/templates/components/modals/delete.tpl
@@ -0,0 +1,75 @@
+{**
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ *}
+
+
diff --git a/modules/blockwishlist/views/templates/components/modals/login.tpl b/modules/blockwishlist/views/templates/components/modals/login.tpl
new file mode 100644
index 000000000..e2d4faa66
--- /dev/null
+++ b/modules/blockwishlist/views/templates/components/modals/login.tpl
@@ -0,0 +1,64 @@
+{**
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ *}
+
+
+
+
+
+
+
+
{l s='You need to be logged in to save products in your wishlist.' d='Modules.Blockwishlist.Shop'}
+
+
+
+
+
+
+
+
+
diff --git a/modules/blockwishlist/views/templates/components/modals/rename.tpl b/modules/blockwishlist/views/templates/components/modals/rename.tpl
new file mode 100644
index 000000000..38478cbe4
--- /dev/null
+++ b/modules/blockwishlist/views/templates/components/modals/rename.tpl
@@ -0,0 +1,76 @@
+{**
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ *}
+
+
diff --git a/modules/blockwishlist/views/templates/components/modals/share.tpl b/modules/blockwishlist/views/templates/components/modals/share.tpl
new file mode 100644
index 000000000..0ddeff71a
--- /dev/null
+++ b/modules/blockwishlist/views/templates/components/modals/share.tpl
@@ -0,0 +1,78 @@
+{**
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ *}
+
+
diff --git a/modules/productcomments/views/templates/hook/confirm-modal.tpl b/modules/productcomments/views/templates/hook/confirm-modal.tpl
index 5beb32c87..cca85af99 100644
--- a/modules/productcomments/views/templates/hook/confirm-modal.tpl
+++ b/modules/productcomments/views/templates/hook/confirm-modal.tpl
@@ -38,10 +38,10 @@