Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    Try using the advanced title and content fields feature for that. In the examples section there are known fields for woocommerce as well.

    Best,
    Ernest M.d

    Hi

    Not sure if you came right here nsahin, had the same issue on my “custom results page”. If you are using a custom search results page then try this code to display the price, it worked for me – <?php global $woocommerce; $product = new WC_Product(get_the_ID()); echo $product->get_price_html(); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce price doesn’t shown’ is closed to new replies.