Thread Starter
naitud
(@naitud)
Solved! Problem with W3 Total Cache
Thread Starter
naitud
(@naitud)
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!
Thread Starter
naitud
(@naitud)
Hi Cuong,
Thanks for the quick reply.
Here is the image: here
Cheers,
Ted