kamimatze
Forum Replies Created
-
edit: marked as solved
Hi,
first thank you for the answer, to reduce the load on the server we did not communicate the exact time of our restock. So users wouldn’t try to load the website at the same time. This solution works pretty well and the whole cart and payment process is also less stressful.
Thank you all for your help and keep safe.
yeah it is ?? they sell like crazy
That’s what I thought. I’ll see to which options I can upgrade. Thanks for the help.
Hi Thomas,
thanks for the quick answer
Best, Matthias
Hi again,
I got the bug again and tracked down the problem.
Looks like the Theme I was using (ShoperaPRO) used the the same “form.variations_form” for the featured product AND the related products.
So the magnifier initialized 6 times instead of 1 and with each initialization the image data was renewed and replaced.
My solutions was to change line 22 on assets/js/frontend.js from
$(document).on(‘found_variation’, ‘form.variations_form’, function (event, variation) {
to
$(document).on(‘found_variation’, ‘div.featured form.variations_form’, function (event, variation) {
It seems to work fine.
Hi
seems to be gone now. Maybe some plugin was in the way.
May I contact you again if the problem reoccurs?