The shortcode below can be uses in page and post editor.  Change the product ID of the product you want to show.


[product_page id="PRODUCT_ID"]


 

 The PHP code below can be uses in any PHP file.  Change the product ID of the product you want to show.


<?php echo do_shortcode('[product_page id="PRODUCT_ID"]'); ?>