tdsoft Posted September 15, 2021 Author Share Posted September 15, 2021 On 9/10/2021 at 11:01 PM, MightyMouseofGod said: Thanks for I great add-on. It did pretty much exactly what I wanted it to once you hooked it into my site. Hope this helps anyone else who can't get it to work. Thanks. 1 Link to comment Share on other sites More sharing options...
gouna Posted June 6, 2022 Share Posted June 6, 2022 (edited) Bonjour, j'ai installé ce module sur ma boutique prestashop 1.7.6.8, mais il n'y a aucun effet lorsque je passe la souris sur les produits. J'utilise un template basé sur "Presta Rocket" (BLCK) https://www.arnaud-merigeau.fr/theme-prestashop-1-7-gratuit-blck/ So, i've got a chrome inspector warning : "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/" Une idée à ce sujet? Mon URL : https://gounacreations.com/mug/1465-mug-photo-personnalise.html Merci !! Edited June 6, 2022 by gouna (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted June 9, 2022 Author Share Posted June 9, 2022 On 6/6/2022 at 2:30 PM, gouna said: Bonjour, j'ai installé ce module sur ma boutique prestashop 1.7.6.8, mais il n'y a aucun effet lorsque je passe la souris sur les produits. J'utilise un template basé sur "Presta Rocket" (BLCK) https://www.arnaud-merigeau.fr/theme-prestashop-1-7-gratuit-blck/ So, i've got a chrome inspector warning : "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/" Une idée à ce sujet? Mon URL : https://gounacreations.com/mug/1465-mug-photo-personnalise.html Merci !! Where do we see this error? Link to comment Share on other sites More sharing options...
PrestonThePenguin Posted September 30, 2022 Share Posted September 30, 2022 (edited) Hello, I use this module and it works exactly as I need it. But unfortunately there is a bug. I get this error on the product page in the debugger console: Uncaught TypeError: Cannot read properties of undefined (reading 'autocomplete') Because of this, the autocomplete function for the search does not work. I would be happy if there is a solution. Thank you for the great module! Edited September 30, 2022 by PrestonThePenguin (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted October 4, 2022 Author Share Posted October 4, 2022 On 10/1/2022 at 4:39 AM, PrestonThePenguin said: Hello, I use this module and it works exactly as I need it. But unfortunately there is a bug. I get this error on the product page in the debugger console: Uncaught TypeError: Cannot read properties of undefined (reading 'autocomplete') Because of this, the autocomplete function for the search does not work. I would be happy if there is a solution. Thank you for the great module! You can try to remove jQuery of our module: Open file: modules\baproductzoommagnifier\views\templates\front\template.tpl Remove code if (!window.jQuery){ var jq = document.createElement("script"); jq.type = "text/javascript"; jq.src = linkjq; document.getElementsByTagName('head')[0].appendChild(jq); console.log("Added jQuery!"); } else { console.log("jQuery already exists."); } 1 Link to comment Share on other sites More sharing options...
PrestonThePenguin Posted October 4, 2022 Share Posted October 4, 2022 Thank you for the answer! It fixed the problem Link to comment Share on other sites More sharing options...
tdsoft Posted October 11, 2022 Author Share Posted October 11, 2022 On 10/5/2022 at 1:23 AM, PrestonThePenguin said: Thank you for the answer! It fixed the problem Do not worry, if you need any our support. We are always ready to free work. Thanks. Link to comment Share on other sites More sharing options...
awnar Posted April 29, 2023 Share Posted April 29, 2023 Good morning, I installed this module on my prestashop 1.7.8.2 store, but there is no effect when I hover the mouse over the products. I use a template based on "smartbox" https://myprestamodules.com/prestashop-themes/smartbox.html My URL: https://farhadni.tn/fr/ THANKS !! Link to comment Share on other sites More sharing options...
tdsoft Posted May 11, 2023 Author Share Posted May 11, 2023 On 4/30/2023 at 5:27 AM, awnar said: Good morning, I installed this module on my prestashop 1.7.8.2 store, but there is no effect when I hover the mouse over the products. I use a template based on "smartbox" https://myprestamodules.com/prestashop-themes/smartbox.html My URL: https://farhadni.tn/fr/ THANKS !! I think your theme removed some hooks in Prestashop's Core. for your issue, can you give us in private message: 1. admin account + FTP account. we can check this issue for help you. If you need any our support. We are always ready to work. Thanks. Link to comment Share on other sites More sharing options...
Sarevok81 Posted October 30, 2023 Share Posted October 30, 2023 Hi, I have installed this module, version 1.0.14. When active I encounter malfunctions in the ps_serchbar module. Sometimes the drop-down menu linked to the quick search does not open, or it opens but you are not allowed to click on the links within it. If I deactivate the module everything works correctly again. Prestashop 1.7.8.10 Best zoom magnifier plugin 1.0.14 ps_serchbar 2.1.3. Link to comment Share on other sites More sharing options...
tdsoft Posted November 20, 2023 Author Share Posted November 20, 2023 On 10/30/2023 at 11:39 PM, Sarevok81 said: Hi, I have installed this module, version 1.0.14. When active I encounter malfunctions in the ps_serchbar module. Sometimes the drop-down menu linked to the quick search does not open, or it opens but you are not allowed to click on the links within it. If I deactivate the module everything works correctly again. Prestashop 1.7.8.10 Best zoom magnifier plugin 1.0.14 ps_serchbar 2.1.3. You can try to remove jquery in file: modules\baproductzoommagnifier\views\templates\front\template.tpl Change lines 33 to: //document.getElementsByTagName('head')[0].appendChild(jq); Link to comment Share on other sites More sharing options...
tdsoft Posted November 20, 2023 Author Share Posted November 20, 2023 Released version 1.0.17 - fix Security report - add .htaccess file in root of module - change Tools::jsonEncode to json_encode, json_decode Link to comment Share on other sites More sharing options...
Sarevok81 Posted November 20, 2023 Share Posted November 20, 2023 5 hours ago, tdsoft said: You can try to remove jquery in file: modules\baproductzoommagnifier\views\templates\front\template.tpl Change lines 33 to: //document.getElementsByTagName('head')[0].appendChild(jq); The solution seems to work. Thank you. Link to comment Share on other sites More sharing options...
tdsoft Posted December 1, 2023 Author Share Posted December 1, 2023 On 11/20/2023 at 9:17 PM, Sarevok81 said: The solution seems to work. Thank you. Thanks again! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now