#2668

Tu Tran
Moderator

Hi,

Yes, I have edited file skin\frontend\default\default\sns\ajaxcart\js\sns-ajaxcart.js, add the code bellow

if(window.location.href.match("https://") && !url.match("https://")){
            url = url.replace("http://", "https://");
        }
        if(window.location.href.match("http://") && !url.match("http://")){
            url = url.replace("https://", "http://");
        }

to right after the code:

if(action=="url"){

And the shopping cart has been working fine now. Please check again.

Thanks you,