May 4, 2015 at 10:08 am
#2783
Tu Tran
Moderator
Hi,
To solve the problem, please go to the file skin\frontend\default\sns_nova\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://");
}
into right after the code:
if(action=="url"){
Thanks,
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