Adding text to Product Loop is not working
-
Hi,
I am trying to add a text and following the example in this site https://www.businessbloomer.com/woocommerce-add-text-product-shop-page-loop/
I placed this code at the bottom of the functions.php but didn’t work.
add_action( ‘woocommerce_after_shop_loop_item’, ‘bbloomer_show_free_shipping_loop’, 5 );
function bbloomer_show_free_shipping_loop() {
echo ‘<p class=”shop-badge”>Free Shipping</p>’;
}I tried it with all plugin deactivated except for WooCommerce and still not working.
Tried it with other theme and it did work.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding text to Product Loop is not working’ is closed to new replies.