Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ExportFeed.com

    (@purpleturtlepro)

    Hi,

    With the plugin, there is no such feature to edit the product page. Our plugin will simply help you create product feed. We can only help you with feed creation. If you want such field to be added in your product page, please use our add-on: https://www.exportfeed.com/documentation/additional-product-fields/ or import the values using some importer plugins.

    Thanks.

    Thread Starter seangnc

    (@seangnc)

    infact i am using the plugin if you check https://pastebin.com/eHpJt0iR
    my objective is to show these values in the product page
    in the mata.php template > below the ADD TO CART button.

    what is the code to display this information?

    Plugin Author ExportFeed.com

    (@purpleturtlepro)

    Hi,

    You can change the hook action to display additional field on inventory page.

    Please modify below code:
    add_action( ‘woocommerce_product_options_general_product_data’, ‘cpf_custom_general_fields’ );

    To:
    add_action( ‘woocommerce_product_options_inventory_product_data’, ‘cpf_custom_general_fields’ );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘display [brand], [mpn], [upc] in product page’ is closed to new replies.