Congrat with that.
Images are downloaded in the background as well. Please go to media library or take a look at very first imported products to see if there are any new images.
Thread Starter
simowp
(@simowp)
not in the media and in the library not including the images
the problem images because I have delete two scheduled actions? …… Now what were they that I don’t remember anymore?
-
This reply was modified 5 years, 2 months ago by
simowp.
Thread Starter
simowp
(@simowp)
Now (wp controll) can I also uninstall it or is it indispensable?
-
This reply was modified 5 years, 2 months ago by
simowp.
Of course you can uninstall it.
What’s about product images, are they downloaded?
Thread Starter
simowp
(@simowp)
I do not see them on variations instead gallery yes …… on woocommerce no and no on the bookshop
What can be the cause?
Do you check your media library? Is there any duplicated images?
Thread Starter
simowp
(@simowp)
No there are no duplicate images. The images I am manually adding are not imported nor the gallery of multiple product images.
It makes it difficult for me to manually insert each photo if you can solve it …. thanks
Thread Starter
simowp
(@simowp)
1-Is the plug in (wp controll) dangerous for your Dropshipping and Fulfillment?
I canceled some scheduled actions ….
Are actions planned for Dropshipping and Fulfillment?
I noticed Today the function to import no longer works … this is impossible because I added another cron so I have 2
my cron works perfectly …. if i add an article with scheduled publication, it publishes it regularly
2-If I uninstall the your plug-in and then download and reinstall it, will I lose the items imported from aliexpres?
-
This reply was modified 5 years, 2 months ago by
simowp.
-
This reply was modified 5 years, 2 months ago by
simowp.
-
This reply was modified 5 years, 2 months ago by
simowp.
I am experiencing this same problem, and I just installed this software. Brand new install of WP, no products as of yet. I was trying to add the following product as an example:
https://www.aliexpress.com/item/4000098174587.html
– wp-cron is not disabled
– PHP is up to date
– Getting no errors on the server side to account for this issue.
– SSL is working as intended
Steps to reproduce:
– Use browser extension to import the product, which it does successfully
– Go to the “import list” page, see the product, and attempt to “import now”
– The page will reload, with the product gone, and it shows a little red “1” next to the page title “imported”, indicating that it has been imported.
– I click on the “imported” page to see the product, and its not there, it shows back up under the “import list” page again.
Thread Starter
simowp
(@simowp)
Exactly the imported products return to the list page without any legal import
Video example num 200
-
This reply was modified 5 years, 2 months ago by
simowp.
-
This reply was modified 5 years, 2 months ago by
simowp.
@simowp,
1. Why do you need to cancel some scheduled actions? Cron of our plugin are prefixed with vi_wad so please do not touch them if you want our plugin to work properly.
In common, the import only takes several second to complete importing a product with about 100 variations. Downloading images will take a bit longer depending on your server, network speed…
2. No. Nothing is deleted.
@smashinghats,
Please check if any product is published on WooCommerce products page.
And please try importing product with only 1 variation to see if it works.
Best regards
Thread Starter
simowp
(@simowp)
I uninstalled the plug-in and reinstalled
I have inserted a plug in for cleaning cache but nothing still doesn’t work it doesn’t transfer anything
Thread Starter
simowp
(@simowp)
Today when opening my site I saw this: 96 image errors
Why?
example image
Hello, @simowp
Can we have a chat somewhere? I dont except the help from the author.
I have the same problem in my website, so let me know how and where can we chat.
@simowp @smashinghats
After two days debugging I found how to see the error message.
1. Go here: wp-content/plugins/woo-alidropship/admin/settings.php
2. Find the line: $process->save()->dispatch()
3. Wrap into var_dump: var_dump($process->save()->dispatch());die;
4. Open: wp-content/plugins/woo-alidropship/includes/wp-async-request.php
5. Find the line and comment it: 'blocking' => false,
6. Open the developers toolbar in your browser
7. Import product again and see the error message.
The problem is NOT related with this plugin, but with the async tool this plugin uses.
Reference:
https://github.com/deliciousbrains/wp-background-processing/issues/24#issuecomment-412409391