Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Ebay HTTPS requirement #63

Open
tarmogr opened this issue Nov 13, 2017 · 1 comment
Open

Ebay HTTPS requirement #63

tarmogr opened this issue Nov 13, 2017 · 1 comment

Comments

@tarmogr
Copy link

tarmogr commented Nov 13, 2017

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

@202-ecommerce
Copy link
Contributor

Hi, unfortunately free version of eBay module is not supported anymore. Please use eBay module version 2 : https://addons.prestashop.com/en/marketplaces/27282-ebay-20-marketplace.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants