I believe you need to use get_sub_field() for the repeater field (designer_achievements) and get_field() for its parent. Please take a look at the ACF documentation for the Repeater field’s subfield.
You will also need to use a have_rows() loop, as noted in the documentation.
if( have_rows('parent_field') ):
while( have_rows('parent_field') ) : the_row();
$value = get_sub_field('sub_field');
endwhile;
endif;
Related Posts:
- The values of custom fields are not available functions.php
- Set ACF on order during checkout
- Get field value and use as variable in php
- Place product field value as variable in php
- ACF under category name in shop page [closed]
- Order woo products, but first products must be with acf fields
- ACF | WooCommerce | Theme Development | How to include a /template-part/ that makes use of ACF’s on a custom WooCommerce homepage?
- Show button in header when product custom field is not empty
- How to check if woocommerce is activated in theme
- Query WooCommerce orders grouped by several order statuses
- If Custom Field is empty don’t display div
- retrieve thumbnail from post ID of best selling product in category
- Display a selected custom product option in WooCommerce cart
- Automatically check the option “Enable stock management at product level” on product creation
- Problem with ACF shortcode with Repeater Field in WordPress? [closed]
- Replace existing content from specific WooCommerce admin orders list column
- Woocommerce: Is it possible to overide the settings for allowing to purchase out of stock products [closed]
- How does WooCommerce ensure that a product doesn’t run out of stock during payment? [closed]
- How to get woocommerce cart content without an action?
- WooCommerce: Add Payment Gateway Field to Webhooks [closed]
- Advanced Custom Fields: Post Object – Not returning data [closed]
- Woocommerce product download URL
- woocommerce – hide payment method in new order email
- Change the URL of an image from wp_get_attachment_image_src except in the frontpage
- Get stock by custom meta field on all Woocommerce variable products
- Set a condition based on WooCommerce checkout city field while placing order
- woocommerce subscriptions – get expiration date [closed]
- Strip characters, Including spaces, for tel: link
- How can I add multiple ‘tax_query’ arrays via a loop?
- Change output based on text field value
- Remove price from Woocommerce variable product dropdown menu
- Display PHP within HTML values
- Woocommerce hook run after an Order been created through REST API
- Get and insert order email address to the PHP template inside HTML text
- Woocommerce api: create product with images – bad request
- Woocommerce: hook action/filter I could use to add variation id and price with each attribute opt on WooCommerce Rest api
- Unable to write multiple values back to ACF user field – PHP
- Update grandchild repeater field with value per row
- WooCommerce custom product dimensions
- WordPress Woocommerce – Product Type [closed]
- Redirect to another page using contact form 7? [closed]
- Can a plugin redirect product page based on IF condition?
- Remove page title in product page using a function
- woocommerce specific quantities for product
- ACF Repeater Pagination stopped working since upgrade to php7.2
- woocommerce related product title length
- what is the method to echo class attribute inside the i tag? [closed]
- WordPress site with embedded menu – gives You don’t have permission to access /wp-content/themes/xxx/taxonomy-redirect.php on this server
- Show get_sub_field value if it exists [closed]
- Woocommerce custom Plugin in wordpress [closed]
- Remove Post if Advanced Custom Field is checked to fix paging
- How to separate product payment and shipping payment in WooCommerce checkout? [closed]
- Output product category link from WP_Query
- Delete images from media library when user deletes an image from ACF Gallery
- How to get woocommerce orders with get_posts method in a shortcode
- Variation prices breakdown only for single product page
- Woocommerce disable order item link (backend) [closed]
- Set all WooCommerce Products to Simple, Virtual & Downloadable
- Undefined array key 0 wp-includes/capabilities.php on line 76
- How do I know if the user is a customer?
- I want to fusion the product columns in email table order
- WooCommerce is_product_category() not working
- Best way to use variables in multiple functions?
- Display all categories including sub categories under a list ul
- How do I programmatically add ‘reviews_allowed’ to WooCommerce product?
- ACF relationship on user profile page used for allowed access
- Adding new divs with custom classes to products on WooCommerce shop page [closed]
- Get product price in a different currency using WooCommerce Currency Switcher
- Adding product permalink on admin order page throwing error
- How to override WooCommerce Order Item Meta with data from Cart?
- How to get total gross revenue for current month in the woocommerce dashboard status widget
- Add custom attribute to product’s HTML to woocommerce cart page
- Change WooCommerce template for PDF – access to custom field
- How can i style “echo apply_filters”
- Get all woocommerce product names with price and show using core php
- Add custom ID attribute to all woocommerce products on archive pages
- How to properly create multiple conditions to redirect users roles to different pages
- Ordering / grouping posts by datepicker ACF
- Sort WooCommerce data with WP-CRON?
- Display specific main Sub Nav on Woocommerce product pages
- Clone the “proceed to cart” button and place it above checkout on the cart page, but only appear display size is 320px
- Use PHP code in Menu Admin Section
- Need Quick Help With Product Category Page
- How to set up and use a custom upload directory for post type ‘product’
- How to get the rating value of each comment
- How keep woocommerce users separeted in multisite install and keep admins on network
- Exclude specific product tags from related products in WooCommerce 3+ [closed]
- WooCommerce Orders pagination
- Product Category Page in Full Width
- After declaring woocommerce theme support products are no longer displayed
- Replace the image of a product with its video in the shop page
- How call WordPress shortcode inside function file
- strict custom php script on specific product category [closed]
- Woocommerce product variations getting created without attribute values selected
- PHP Add products to cart with WooCommerce Addons
- Adding extra cost to woocommerce flat rate based on shipping zone
- Woocommerce product search result page layout
- Woocommerce, via php snippet: How to get product price and divide it by a number from an attribute, and then display the new price via php/html?
- WooCommerce: Custom dropdown for variation selection
- WooCommerce coupon codes in order overview HPOS