• Hey.
    I use Atum Multi Inventory and WooCommerce PDF Invoices & Packing Slips.
    Atum Multi Inventory allows me to assign my item LOT / Batch No. and expiration date.
    I would very much like to have Lot No. and also very much like BBE date on my Packing Slips.
    Do you know if it is possible to have that adjustment made?
    Can you point me in the direction of a developer who made it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hello Brian,

    Do you know how Atum is saving the lot number? It’s a custom field? Let me know.

    Plugin Contributor alexmigf

    (@alexmigf)

    Hi @brianln

    Alternatively we have a similar product called WooCommerce Product Batch Numbers that integrates flawless with our PDF plugin.

    Thread Starter Brian Lindemose Nymark

    (@brianln)

    Hi Alex.

    That surly looks interesting.
    Do you have a demo of that plugin?

    I need it to print the bath (and the BBE date) on the packing slip.
    And be shown in the order info in WC.
    And for later use I need the info to be stored in the WC, so I will be able the filter out all the orders who have received a specific batch no.
    What happen if a customer byes 10 items.
    The oldest batch in stock is 8 pcs, and the next is 15pcs.
    I will expect that the order will be 8 pcs of batch #1 and 2 pcs of batch #2
    Will that be shown in 2 lines or similar on the packing slip?

    Plugin Contributor Ewout

    (@pomegranate)

    Hi! The plugin indeed does do all of this (and more).
    www.ads-software.com does not allow us to use these forums for supporting our paid extensions, but if you send an email with your question (referring to this thread) we’ll do our best to answer all your questions.

    @alexmigf
    Hi!
    Atum plugin show the bbe_date using shortcode called [atum_mi_product_info data=”bbe_date”]

    I am trying to show the bbe date in invoice using
    do_shortcode(‘[atum_mi_product_info data=”bbe_date”]’);

    But, unfortunately its not showing the result.
    Remember that, this shortcode work any woocommerce page.

    So, let me know how can I get the result of this shprtcode in this plugin!!!

    Plugin Contributor Ewout

    (@pomegranate)

    This is something that ATUM support should be able to answer for you. I think you’ll need to pass the product ID to the shortcode somehow, because (contrary to a frontend product page), in the invoice there is no product context directly available to ATUM.

    @pomegranate
    Yes!! Here is a way to add product id in this shortcode.
    So,
    How can generate product id for your plugin????

    @pomegranate
    [atum_mi_product_info product_id=”1″ data=”inventory_date, bbe_date, region, location, lot” with_labels=”no” no_info_message=”write your message here” date_format=”Y-m-d” class=”your-class”]

    This is the shortcode..
    How can insert here product_id dynamically.

    Please provide me the shortcode with dynamic product_id with replacing static “1”.

    Thanks

    • This reply was modified 4 years, 4 months ago by sultan97.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Batch No and BBE date on Packing Slip.’ is closed to new replies.