Wordpress - How to display product price of the product in loop
I sorted this out, $post
should be $p
in:
global $post;
$product = new WC_Product( $post->ID );
I sorted this out, $post
should be $p
in:
global $post;
$product = new WC_Product( $post->ID );