#2667

Tu Tran
Moderator

Hi,

– I have checked and seen the producttab was showing properly as the product’s setting. Please check again ! The attribute was ‘is_featured’. You can see the screenshot.
https://monosnap.com/file/aa7YV4YNSJN5zMZh39XD7pr80LZ4nv

– The wishlist issue, I have edited file
sns_toronto\skin\frontend\default\sns_toronto\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 ‘if(action==”url”){‘

– The compare issue, I have edited file app\design\frontend\default\sns_toronto\template\sns\ajaxcart\head-script.phtml, replace the code
if(trim(ac_href)!=''){

By

if(ac_href!=''){

Please check again !

Thanks,