Salva Machi
Forum Replies Created
-
Forum: Plugins
In reply to: [ATUM WooCommerce Inventory Management and Stock Tracking] ATUM MetaHi @yward
We are glad you like our plugin. Thank you!
Indeed, the ATUM data is not exported with the WooCommerce’s native export because it’s stored on custom tables instead of meta. But the good news is you can do it anyway with an existing ATUM add-on. However, we cannot discuss nor mention our premium add-ons here, so if you need more info, please visit our website or ask about it at our official forums:
https://forum.stockmanagementlabs.com/
Best Regards,
Salva.Hi @alexcrd15
Both things you mention are actually possible. You can add multiple products to a PO at the same time (the field where you search and add products, it’s a multi-select, so you can search and add multiple products at once).
Also, you can search for products from there by name, SKU, supplier SKU, ID, etc. I’ve just tested it on my side and it’s working in that way.Are you using the latest ATUM version?
Best Regards,
Salva.- This reply was modified 4 years, 8 months ago by Salva Machi.
The Inventory Logs do not change the stock automatically. If you want to decrease/increase the stock, you can do so manually from within the Log. Just select any order item and the stock action buttons will show up.
You have detailed info at our documentation:
https://forum.stockmanagementlabs.com/d/560-increase-or-reduce-the-stock-from-an-inventory-logBest Regards,
Salva.Hi @keenanr
Please, do read this:
https://forum.stockmanagementlabs.com/d/1088-po-color-numbers/3
I believe it’s what you are looking for ??
Best Regards,
Salva.Hi @keenanr
That’s not actually possible but we are currently developing something like that. Just that will be delivered as a new premium add-on.
Best Regards,
Salva.I’m sorry but we are not allowed to discuss here about our premium add-ons.
Please, use our forums to get support for it:https://forum.stockmanagementlabs.com/
Best Regards,
Salva.Hi @dpacks
This issue seems familiar to me. Are you the same user who wrote this today at our forums?
https://forum.stockmanagementlabs.com/d/1329-bulk-adaptive-wc-manage-unmanage-stock
Best Regards,
Salva.- This reply was modified 4 years, 9 months ago by Salva Machi.
I’m sorry but I wrongly assumed that you knew how to add that PHP code.
That should be added directly to the PHP template where you want to display the Supplier’s SKU, not in functions nor in the product’s content editor.But helping you out to do so is out of the scope of our support (as it’s not related to ATUM at all). Perhaps you can try to ask this on StackOverflow.
I hope you understand.
Best Regards,
Salva.- This reply was modified 4 years, 9 months ago by Salva Machi.
- This reply was modified 4 years, 9 months ago by Salva Machi.
Hi @bsp4750
A simple snippet to do that would be:
$atum_product = \Atum\Inc\Helpers::get_atum_product( $product ); echo $atum_product->get_supplier_sku();
I hope this helps.
Best Regards,
Salva.Hi @chadreitsma
No problem at all. I’ve just added the ID and will be available on the next ATUM version ??
Best Regards,
Salva.I see. No problem.
I’d recommend you do all the testing on a staging site (if possible).
- This reply was modified 4 years, 10 months ago by Salva Machi.
But do they appear if you search by product name and choose the product name column from the dropdown?
Anyway, I’ve just tested it and, without selecting a column name, both (the product name and SKU) give me results. So, perhaps what it’s happening to you it’s related to some conflict with a 3rd party plugin.
I’d suggest you disable all your plugins except WooCommerce and ATUM and check if it works in that way. If so, you can start enabling them back until you find which is conflicting.Best Regards,
Salva.Hi @carazo
Sorry, but what is the issue?
Are you selecting a column from the dropdown before searching?Best Regards,
Salva.