Hi,
Thanks for the reply, the issue is fixed now!
I have another problem now, only on my home page, the products have no prices displayed. If I opened each product, it will display the prices since its using the woocommerce templates to display the page. But for the theme I’m using, it is not able to display the prices.
Using:
$product = new WC_Product( get_the_ID() ); $price = $product->price;
doesn’t seem to be retrieving the prices. Can you tell me the code I can use to retrieve the prices?
Cheers!