Hi,
Product links are encoded and it will work when you use extension to open link.
Best regards
I am working with chrome and my extension is acitvated. When I click on the extension while on my wordpress installation it says:
WooCommerce AliExpress Dropshipping Extension
Green Button: Import products from Aliexpress
etc..
So I am not sure what you mean by “use extension”.
When I click on most of the links it says:
404 Not Found
On some of the links it works.
Thank you. This problem will be fixed in next release of extension.
Best regards
To create the correct link you can simply take the SKU and make:
var SKU = item.sku
var URL = https://aliexpress.com/item/ + SKU + .html
Do I have to reimport all the products again? When will there be a new extension?
-
This reply was modified 6 years, 3 months ago by
cueqzapper.
-
This reply was modified 6 years, 3 months ago by
cueqzapper.
No you don’t need to reimport all products again.
Extension takes very long to review so if you need to fix this problem now, please delete the extension and install this dev version https://drive.google.com/open?id=1XiNZODwCtm1234wCtBfuA0-RStFFdHQD
Simple fix for others, with no re-download of extension:
Go to plugins/woo-alidropship/admin/settings.php
Change href of View on AliExpress to (appears twice):
href=”<?php echo “https://www.aliexpress.com/item/”.$sku.”.html” ?>”
And added benefit, there are no more affiliate links.
I don’t see it affects your benefit but feel free with your solution.
As soon as there is a new version I will update to latest, and remove my changes. Where do I get informed for latest versions?
Nice, you are doing an awesome job. The plugin works great! How do you make money with it? Is there a way to pay you people for your work?
Thank you for your kindness.
Here’s the list of our WP plugins https://profiles.wordpress.org/mrt3vn/#content-plugins
Some of them have premium version(https://codecanyon.net/user/villatheme/portfolio), some does not. If you’re willing to buy us a coffee, you can buy one plugin which is useful to you. That will help us both.
Best regards