Sandro Cavazzoni Posted October 1, 2015 Share Posted October 1, 2015 Hi to all, i'm having trouble to sync prestashop with ebay. I installed the latest version of the ebay module (v1.11.0) and set it up with an ebay account (a professional account without shop). Now, everything is green. When i choose the categories i can see the products to sync (about 30-40 products). But then, when i go to "synchronization" it say that there are 0 products to sync. So if i start a sync, it just do nothing. A strange thing, i'm seeing a message that say "You are currently connected to the Prestashop Back Office using a different URL than set up, this module will not work properly. Please login in using URL_Back_Office". I tried to debug a little and i can see that here https://github.com/PrestaShop/ebay/blob/05553d063e6c05cac62cd1c307c1ae6e333450a7/ebay.php#L1262 my $shop->domain and $shop->domain_ssl are both NULL (i'm not using ssl anyway). My installation is a multi store installation (2 frontend on 2 domains with 1 backend). As last thing, that maybe can be related on some ways. I'm using nginx. I can see that prestashop suggest apache, but at the moment this is what i have on my production server. Also there are hints to configure it inside the official documentation: http://doc.prestashop.com/display/PS16/System+Administrator+Guide#SystemAdministratorGuide-NginxfriendlyURLs So i suppose it should work The only thing i don't get (and maybe i've misconfigured it) is the part that say: If your installation of PrestaShop is using the multistore mode, you need to add a few lines for each store. For instance, if one of your stores is called "high-tech": location /PRESTASHOP_FOLDER/high-tech/ { rewrite ^/PRESTASHOP_FOLDER/high-tech/(.*)$ /PRESTASHOP_FOLDER/$1 last; try_files $uri $uri/ /PRESTASHOP_FOLDER/index.php?$args; } That "high-tech" entry, about what field of my stores configuration is related? Any help is appreciated. Thanks Sandro 1 Link to comment Share on other sites More sharing options...
shopiemonte Posted February 23, 2016 Share Posted February 23, 2016 Hello, I have the same problem with a multistore installation. Any help ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now