woocommerce offtopic – Add custom text to product category page
Question
I am using Advanced Custom Fields and want to add a display a custom text below the product image on the Woo product category page.
I used this but nothing is showing:
add_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 );
function woocommerce_shop_loop_item_title() { ?>
<?php if(get_field(product_promo_loop')) { ?>
<div class="style"><?php the_field('product_promo_loop'); ?></div>
<?php
}}
0
2 months
2023-02-07T18:42:57-05:00
2023-02-07T18:42:57-05:00 0 Answers
0 views
0
Leave an answer