I need display specific shipping methods only if specific acf checkbox in product is checked. I created custom field viac ACF plugin with name "zpusob_prepravy"
I use easy posts by oxygen builder. I'm trying to filter posts by field from the ACF. To do this, I use Advanced Query, but I can't figure out the settings. In
So I am encountering some issues with the way that my ACF is structured on a custom post type. Due to the way the post type works (it's for work case studies) t
Using the functions below I've applied a custom field to products added in Woocommerce cart and checkout page also to orders and notification email. My questi
i try to display image but with Basic display (Object) but no showing <?php $image = get_field('image'); if( !empty($image) ): ?> <img src="&l
I’m using the great Advanced Forms plugin (Version: 1.9.1) for Wordpress for a client. Therefore I have a question. How can I send the current page/post t
I have a custom field in ACF which is a button that I need to change to a different colour based on what page they are on, so for example Page 1 - Button needs
I have a custom date field, added with ACF, for each of my products at which point the product status should change to draft. I know there are a bunch of schedu
I've been experimentating with Sage 9 recently and trying out ACF Builder. I followed this guide: https://roots.io/guides/using-acf-builder-with-sage/ But upon