From 22a42b4594be69313964f1c60ce3e33b460b425e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 5 Apr 2016 14:33:16 -0400 Subject: [PATCH] Don't show extra price for variation products --- woocommerce/single-product/price.php | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 woocommerce/single-product/price.php 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 -- 2.17.1