Discussion Section for: ATUM Pick and Pack
Boost productivity, exceed customer expectations, and drive profitability.
Boost productivity, exceed customer expectations, and drive profitability.
Would you mind let me know if you have installed their FREE MAIN PLUGIN from Wordpress website?Installing this doesn't seem to work. It activates and then isn't accessible?
I have. With it activated it doesn't show under ATUM Inventory at all. Clicking add-ons it shows it's installed but says "invalid license".Would you mind let me know if you have installed their FREE MAIN PLUGIN from Wordpress website?
Because that plugin holds the api connection to their server where they check the license thing.It appears the free plugin deactivates this add-on, and removes access to it.
atum-stock-manager-for-woocommerce/classes/Inc/Ajax.php
I wish I had the knowledge to help with that, but unfortunately I don't have programming under my belt. Appears to be a lost cause. I installed their trial and it was riddled with issues, so I'm just going to have to find an alternative plugin for creating order picking lists - what I'm after is a plugin that gives me list (with images and quantity) of current products needed to fulfill open orders.Because that plugin holds the api connection to their server where they check the license thing.
atum-stock-manager-for-woocommerce/classes/Inc/Ajax.php
It seems very hard to bypass their license check
Yeah it's best to find an alternative and not waste your time with this right now.I wish I had the knowledge to help with that, but unfortunately I don't have programming under my belt. Appears to be a lost cause. I installed their trial and it was riddled with issues, so I'm just going to have to find an alternative plugin for creating order picking lists - what I'm after is a plugin that gives me list (with images and quantity) of current products needed to fulfill open orders.
atum-stock-manager-for-woocommerce/classes/Inc/Ajax.php
Addons::check_license
, there should be 2 found.json_decode
, then add the following after that:$license_data->success = true;
$license_data->license = 'valid';
atum-stock-manager-for-woocommerce/classes/Addons/Addons.php
self::check_license
, there should be 1 found.json_decode
, then add the following after that:$license_data->success = true;
$license_data->license = 'valid';
123
or whatever license key to activate them.atum-stock-manager-for-woocommerce/classes/Inc/Ajax.php
- Look for
Addons::check_license
, there should be 2 found.- Find the closest
json_decode
, then add the following after that:
$license_data->success = true; $license_data->license = 'valid';
atum-stock-manager-for-woocommerce/classes/Addons/Addons.php
- Look for
self::check_license
, there should be 1 found.- Find the closest
json_decode
, then add the following after that:
$license_data->success = true; $license_data->license = 'valid';
You can ten use123
or whatever license key to activate them.
Thrive Ultimatum 10.2.2
|
|
ATUM Export Pro
|
|
ATUM Multi Inventory for WooCommerce
|
|
ATUM Purchase Orders PRO
|
|
ATUM Action Logs
|