guru-aliexpress
Forum Replies Created
-
Hello, I have tried to use one of your IDs “3256803035054400” on our demo website and the product was imported without any problems: screenshot.
You can try to import it on our demo website yourself too: https://demo.ali2woo.com/wp-admin/Perhaps that theme redefine default woocommerce templates which expect our plugin. If you really need that we can open a custom job and add styles for your theme, but this is out of scope of this support. Please contact our support center: https://support.ali2woo.com/
Hello, perhaps this issue is related with third-party plugin or your website theme? Because when we check an editing order on our demo website (you can check it yourself too): https://demo.ali2woo.com/wp-admin
it works fineOk, thank you for detailed information about the problem. According your error message you are using lite version of the plugin. Tracking sync is available only in premium version.
Hello, AST PRO is not our plugin, therefore we can’t say anything about it. You have to contact to AST PRO`s plugin support.
We have updated Ali2Woo Lite today. New version come with fixes for latest WordPress version. It should resolve your issue.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce consuming too much CPU resource@katyca we have noticed that you’re using our plugin (AliNext). If you have too many products in your store and have sync option enabled in plugin settings, then it can create high CPU load.
Below I put more detailed explanation and tips to optimize your server load.
AliNext runs the auto-sync task every 5 minutes. It will check if there are any old products (with last update time more than 24 hrs). If it found such products, it will take 100 products max and make 100 / 5 = 20 requests to update them.You can manage these values using your wp-config.php. So below you can find the constants which you can use and its default values.
define(‘A2W_UPDATE_PER_SCHEDULE’, 100);
define(‘A2W_UPDATE_PER_REQUEST’, 5);
define(‘A2W_UPDATE_PERIOD_DELAY’, 60*60*24);if your server is overloaded with so large amount of products, try to simplify task for your server.
For example, you can decrease the following value a bit
define(‘A2W_UPDATE_PER_SCHEDULE’, 50);
Also, if you don’t need to synchronze products every day and want to synchronize them one per two days, you can increase the following containt too:
define(‘A2W_UPDATE_PERIOD_DELAY’, 2*60*60*24);
Please remember you have to put these lines to the wordpress config file: wp-config.php
Forum: Reviews
In reply to: [AliExpress Dropshipping Plugin for WooCommerce Stores] ESTAFA – FAKEThank you for kind and warm words, such reviews serve good sign for our team that we move to the right direction with our product. Also, if you purchase premium plugin version, you can use our dedicated support center: https://support.ali2woo.com/
Hello, there is one problem with new version of WordPress. We have made a hot fix for premium plugin version already. We will make update of the lite version too soon. Our team is working on that now, within a few days we prepare new release o the lite version and update it here. Thank you for patience.
Forum: Reviews
In reply to: [AliExpress Dropshipping Plugin for WooCommerce Stores] ESTAFA – FAKEYour review is a little unclear. If you have a problem and want us to resolve it, please use our support form instead of the reviews section: https://wordpress.org/support/plugin/ali2woo-lite/
Hello,
“Missing Shipping method” means that AliExpress API couldn’t provide shipping data for the product. You have to place such order manually. Also we have a new dropshipping plugin (AliNext), it uses parser scripts instead of AliExpress API and therefore there will not be such a problm.
Hello, I just tested the plugin and it installed fine on our side.
Please send the request to our support center: https://support.ali2woo.com/We continue to assist you through our support center, therefore close this request here.
yes, the demo has latest version, please send the request to our support center: https://support.ali2woo.com
we will check it
Hello, could you check it on https://demo.ali2woo.com ?
Let me know if you see the same problem there?