Support

Account

Home Forums Front-end Issues Show acf checkbox values in WooCommerce category page

Unread

Show acf checkbox values in WooCommerce category page

  • Hi!

    I am new to Acf and I am not a php expert. I need your help. I have created a custom field with ACF, “Caratteristiche”, which is a checkbox field, as you can see here: https://imgur.com/XdSHxrC

    I want to show the field’s values in an unordered list under the product title in the WooCommerce category page (here: https://imgur.com/6oObxh7).

    I tried something, but it didn’t work…

    All I’m sure about is the WooCommerce hook:

    add_action( 'woocommerce_shop_loop_item_title', 'lista_tag', 30 );

    Can you please help me?

    Thanks!

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.