All things Shopify and commerce
Hello,
I'm super frustrated as i just launched my new collection last week, and been spending so much on promotions.
Starting last night, I got a message from a client that she couldn't complete check out and when I tried myself, she was right. I would add to cart and then it would take forever to load. This issue is happening only for apple safari MOBILE users. Using safari on laptop or google platforms is fine. Most of my targeted customers use their Iphone to shop. Please help. Website is reyneofficial.com
I've tried your site on my devices (including iPhone and iPhone simulator) and I was able to reach checkout problems.
However, there is a definite problem with your site.
I had it open for several minutes and it made thousands of network requests and continued to do so. It is highly possible that this may affect your site operations, especially on slower networks.
This is caused by the Tabby Promo integration, in particular, this code on your product page:
var intervalId = setInterval(function() {
if (parabirim !== getCookie("acscurrency")) {
if(getCookie("acscurrency") !== null){
parabirim = getCookie("acscurrency");
}else{
parabirim ="AED";
}
// parabirim = getCookie("acscurrency");
// console.log("'selectedCurrency' is now defined: " + parabirim);
if(parabirim == "AED"){
var fiyats = 63000;
setTimeout(function(){
if(fiyats != null ){}else{
detay();
}
}, 2500);
// console.log("bak="+fiyats);
var fiyat = fiyats/100;
if (fiyat > 10 && fiyat < 6001) {
$("#tabbyPromo").show();
new TabbyPromo({
selector: '#tabbyPromo', // required, content of Tabby Promo Snippet will be placed in element with that selector
source: 'product',
currency: 'AED',
//styleConfig: { hasBorder: false }
price: '' + fiyat + '', // required, price or your product
lang: 'EN' // optional, language of snippet and popups, if the property is not set, then it is based on the attribute 'lang' of your html tag
});
}
}else{
$("#tabbyPromo").hide();
}
}
});
This snippet of code basically creates an infinite loop which makes network requests to TabbyPromo as fast as possible.
You need to reach out to a person who did this and ask them to rectify.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024