• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

AliExpress Dropshipping Business plugin for WooCommerce

AliExpress Dropshipping Business plugin for WooCommerce 3.2.7

No permission to download
@Babak Please update this resource with this file. Clean code straight from Codecanyon. (I'm not sure if this needs nulling though. Let me know if it works.)
 

Attachments

  • aliexpress-dropship-for-woocommerce-wordpress-plugin.zip
    2.7 MB · Views: 57
if u know someone can null it please tell us :D
I tried but there is no way to null this plugin... as you said a long time before it calls their own API to get data so it's impossible to null it as it checks the licence key on their own!

@Babak I think it's better to close the topic to avoid useless downloads and complaints ?
 
I tried but there is no way to null this plugin... as you said a long time before it calls their own API to get data so it's impossible to null it as it checks the licence key on their own!

@Babak I think it's better to close the topic to avoid useless downloads and complaints ?
No its fun :D
 
I don't think that database will be helpful for this plugin as all requests are passed trough dev server:

2020-09-30 02_32_17-Project Find Results — ali2woo.png

and this is the outcome:

2020-09-30 02_32_40-https___api.ali2woo.com_v1_sync_plugin_data.php.png

All requests are built like this:

PHP:
$request_url = a2w_get_setting('api_endpoint').$function.'.php?' . A2W_Account::getInstance()->build_params()

where build_params function asks for purchase_code

public function build_params(){
            if (a2w_check_defined('A2W_ITEM_PURCHASE_CODE')) {
                $item_purchase_code = A2W_ITEM_PURCHASE_CODE;
            }else{
                $item_purchase_code = a2w_get_setting('item_purchase_code');
            }
            $result="token=".urlencode($item_purchase_code)."&version=".A2W()->version;
 
Aaaaahhh :(
Thanks for sharing, to bad i can't get it to work.


Code:
Product (id: 1005001322199836) Import Failed.
Auth error: undefined Purchase key, input your purchase key in the plugin settings.

I used the chrome extension to import a product.
 
  • Like
Reactions: Babak
@Babak Here's an updated version:

And here's the key that I'm not really sure will work multiple times. But you could try:
248fd469-3269-43fc-9c86-2d1a354152cf

Changelog for the new file:

AliExpress dropshipping plugin Version 1.11.8

*Fixed the product reviews count bug
*Fixed minor bugs

AliExpress dropshipping plugin Version 1.11.7
*Fixed shipping calculation bug
*Improved product synchronization module

AliExpress dropshipping plugin Version 1.11.6
*Fixed load product description method
*Fixed minor bugs
 

Attachments

  • aliexpress-dropship-for-woocommerce-wordpress-plugin.zip
    2.7 MB · Views: 26
  • Like
Reactions: JRGWxRxZ and Babak
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock