Viewing 5 replies - 1 through 5 (of 5 total)
  • I am having the same issue. This PDF plugin is picking up the METAKEY data for 1 of my other plugins and it looks just like the topic authors screenshot. Please advise on how to fix this issue.

    Plugin Author Bas Elbers

    (@baaaaas)

    You can have a look at the FAQ.

    Can you copy paste the code you are using to display the meta fields.

    Hi,

    Thanks. Actually I didn’t really need to do anything. I think after I upgraded to your newest version the problem went away. I no longer see the meta fields on my invoice or packing list.

    Wondering if you can still help me figure something out.
    I am using a plugin called WC Fields Factory and I am trying to put a custom field on the packing list template wccaf_cost is the custom field name. I tried various methods but it does not seem to be working. Here is API details https://sarkware.com/add-custom-fields-woocommerce-admin-products-admin-product-category-admin-product-tabs-using-wc-fields-factory/

    Please let me know what code I can use to accomplish this?

    Plugin Author Bas Elbers

    (@baaaaas)

    Code depends on what type of custom field you are trying to display. Product or Order?

    get_post_meta( $order->get_id(), 'wccaf_cost', true );
    get_post_meta( $product->get_id(), 'wccaf_cost', true );

    Thanks. I tried both but it is not passing the information on and the field is still blank. Not sure why.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Product Attributes from PDF’ is closed to new replies.