I’ve used woodmart theme for my website. These are all variable products. It is showing price like range value. but the price in A section must be printed like in b section. what I’ve to change here to do so.
I need output like this, these were also variable products
While changing the weight by clicking the box the price needs to be updated dynamically ideally the selected weight’s respective price have to be displayed instead of a range of prices
waiting for a response…
2
Answers
If you only need to hide the price range for that particular product, you can use this CSS snippet. Replace 1234 with your actual product ID.
To disable the price range for all variable products, add this snippet to your child theme’s function.php file:
I have the same issue with this theme.
It appears Woodmart hasn’t supported this functionality.
You need to contact the theme author or try other ways to implement it by yourself.