From: Laury GvR Date: Tue, 5 Apr 2016 18:33:16 +0000 (-0400) Subject: Don't show extra price for variation products X-Git-Tag: v1.0.0^2~44 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=22a42b4594be69313964f1c60ce3e33b460b425e;p=WP-Themes%2Fjollylama.git Don't show extra price for variation products --- diff --git a/woocommerce/single-product/price.php b/woocommerce/single-product/price.php new file mode 100644 index 0000000..d1f16bf --- /dev/null +++ b/woocommerce/single-product/price.php @@ -0,0 +1,33 @@ + +
+ + is_type( 'simple' ) ){ ?>

get_price_html(); ?>

+ + + + + +
\ No newline at end of file