Support

Account

Home Forums General Issues Can't output repeated fields? Reply To: Can't output repeated fields?

  • Hey John,

    I had to hop off this project for a little, but today I had time to get back to it, and I was finally able to wrap my head around it. Thanks for your help!

    Firstly, I didn’t realize I could enter more than one value in the repeater input, I was duplicating the input and then entering a value, which wasn’t working because the input I was duplicating, obviously wasn’t being called in my code, but once I added more values to my repeater input I was calling in my code, I was able to output them.

    Then, instead of setup_post_data($post); I used wc_setup_product_data($post); which didn’t break the entire site, like setup_post_data(); did.

    Again, thanks for your help!

    -Cheers