You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
The product template inserts automatically a css reference to the template, you can not remove it.
This reference is http not https as required by ebay (as a result ebay hides your description and forces buyers to click "see full item description" button.
I think the css reference comes from this function in classes/tabs/EbayTabs.php
return Tools::getShopDomain(true).PS_BASE_URI.'modules/ebay/';
I changed it to
return Tools::getShopDomainSsl(true).PS_BASE_URI.'modules/ebay/';
But it has no effect
The text was updated successfully, but these errors were encountered:
The product template inserts automatically a css reference to the template, you can not remove it.
This reference is http not https as required by ebay (as a result ebay hides your description and forces buyers to click "see full item description" button.
I think the css reference comes from this function in classes/tabs/EbayTabs.php
return Tools::getShopDomain(true).PS_BASE_URI.'modules/ebay/';
I changed it to
return Tools::getShopDomainSsl(true).PS_BASE_URI.'modules/ebay/';
But it has no effect
The text was updated successfully, but these errors were encountered: