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

Ebay HTTPS requirement #63

@tarmogr

Description

@tarmogr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions