Support

Account

Home Forums ACF PRO Integrate custom fields to WooCommerce product Reply To: Integrate custom fields to WooCommerce product

  • Hi @hcmendez

    I’d be inclined to use a repeater field for the ingredients list. I’d have 2 fields:
    1. The ingredient
    2. A post object which is then set to use products

    The code would then loop through the repeater fields, listing the ingredients but you can then create your links using the post object.