Hello,
I'm using a plugin to add 'SOLD' on to products. You can see it on this page:
http://ramsayonline.jetlabs.net/product/nevison-arthur-loraine/
This should also automatically appear on the shop page, but it doesn't:
http://ramsayonline.jetlabs.net/
I did some research, and this was what I found the plugin authors had suggested. Is there any way you can implement this please?:
. . . . . . . . . . . . . . .
Hi there,
If you cannot see badges on Single Product page or on Shop page, your theme probably doesn’t use the standard WooCommerce hooks and functions.
YITH WooCommerce Badge Management uses the following hooks to add the badges on product images:
woocommerce_single_product_image_thumbnail_html
post_thumbnail_html
This case, you should contact your theme developers and ask them to add/use these missing hooks in their theme.
. . . . . . . . . . . . . . .
(Source: https://wordpress.org/support/topic/not-showing-on-shop-page-2/ )