April 29, 2015 at 4:04 pm
#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,
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7