Jump to content

[FREE] Best Zoom Magnifier Effect - BAZoom Magnifier


tdsoft

Recommended Posts

  • 8 months later...

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 by gouna (see edit history)
Link to comment
Share on other sites

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

  • 3 months later...

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 by PrestonThePenguin (see edit history)
Link to comment
Share on other sites

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.");
    	}

     

  • Thanks 1
Link to comment
Share on other sites

  • 6 months later...

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

  • 2 weeks later...
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

  • 5 months later...

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

  • 3 weeks later...
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

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...