• Resolved davidol

    (@davidol)


    Is there a way to show a custom taxonomy in Purchase orders?

    We sell a number of products with the same name, identified by their brand

    Example:
    White T Shirt by Nike
    White T Shirt by Adidas

    Purchase orders currently just show the product title so if we were to show the purchase order to a supplier they wouldn’t be able to distinguish what product we want to purchase.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jose Andres Piera

    (@japiera)

    Hi davidol.

    Thank you very much for your post.

    Unfortunately, ATUM doesn’t support what you are asking for.

    However you can use any of the multiple hooks that ATUM includes within its code.

    For example:
    – To change the product’s name in the search popup, you should use “atum/ajax/search_products/json_search_found_products” filter located at /classes/Inc/Ajax.php
    – To change the item’s info appearing in the PO screen, you should use any of the hooks you can find in /views/meta-boxes/atum-order/item.php

    Hope this helps.

    José Andrés

    Thread Starter davidol

    (@davidol)

    Thanks Jose,

    I’ve looked into /views/meta-boxes/atum-order/item.php and can manually update the code to include the Brand name but unfortunately there’s no webhook to take advantage of so I’ll have to manually make this change everytime the plugin is updated.

    It would be great if a more elegant solution could be found.

    Thanks for your help!

    Plugin Author Stock Management Labs

    (@stockmanagementlabs)

    Hi Davidol,

    I am sure we will improve the interface by some point next year.
    I guess the same time as the purchasing add-on.

    Hope this helps.

    Pavel

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show custom taxonomy column in purchase orders’ is closed to new replies.