remove duplicate price range for variable products
-
Hi,
on my website I have single products and variable products.
The price appears normal for single products (below the title), however for variable products the price is displayed twice on the single product page (beneath the header and above the add to cart button).
How can I remove the price range beneath the header without either removing the single product price or removing the price range on the shop page too?I tried this and it worked perfectly for variable products, however then the price for single products doesnt appear anymore:
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );any ideas?
thanks a lot! ??
- The topic ‘remove duplicate price range for variable products’ is closed to new replies.