Viewing 1 replies (of 1 total)
  • Plugin Contributor ModDish

    (@moddish)

    in your single.php theme file

    <?php
    if (get_post_type( $post->ID ) == ‘products’ ){
    $price=’$’.get_post_meta( get_the_ID(), ‘_grid_product_price’, true );
    echo $price;
    }
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Display price in the product page’ is closed to new replies.