Support

Account

Home Forums Add-ons Repeater Field Multiple Repeater fields on single template woes Reply To: Multiple Repeater fields on single template woes

  • Found my issue I wrote:

    $price_product = get_the_field('price_product');

    Should have been

    $price_product = get_sub_field('price_product');

    Cheers 🙂