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

    (@japiera)

    Hi @webvizionph,

    Thanks for your post.

    We don’t store the ATUM data fields in the post meta table for performance reasons. We create a table (atum_product_data) to store product-related data.

    You can access the values programmatically using some code like:

    $atum_product = \Atum\Inc\Helpers::get_atum_product( $product );
    $supplier_id = $atum_product->get_supplier_id();


    You can also access the data by using SQL custom queries.

    Best Regards,
    José Andrés

    Thread Starter imwebvizion

    (@webvizionph)

    Got this, Jose. We’ll try.

    Thank you again for the assistance!

    Plugin Author Jose Andres Piera

    (@japiera)

    Hi @webvizionph,

    You’re welcome.

    Best Regards,
    José Andrés

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Supplier Meta’ is closed to new replies.