Home › Forums › General Issues › ACF Input Fields on woocomemrce checkout Page › Reply To: ACF Input Fields on woocomemrce checkout Page
Hi @kreativcube,
Thanks for the post.
Is it possible that you are calling the function from the wrong filter?
can you confirm that the expected value is being returned when you debug the $value of ‘acf_strasse’?
<?php
$value = get_field(‘acf_strasse’, $product_id );
echo '<pre>';
var_dump( $value );
echo '</pre>';
?>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.