When a variable product has the same price for all variations, a unique price is shown to website users i.e. the one at the top of the page. However, this behaves differently when each variation has its own unique price – in this case the single variation price shows after a variation is selected.
Now, this can be good or this can be bad – it depends. So in this snippet we’ll see a quick fix to make this behavior consistent i.e. showing the variation price after selection every time, no matter the conditions.
Thankfully, it’s literally one line of PHP. Enjoy!
PHP Snippet: Always Display Single Variation Price @ WooCommerce Single Product Page
/**
* @snippet Always Show Variation Price @ WooCommerce Single Product
* @how-to businessbloomer.com/woocommerce-customization
* @author Rodolfo Melogli, Business Bloomer
* @compatible WooCommerce 8
* @community https://businessbloomer.com/club/
*/
add_filter( 'woocommerce_show_variation_price', '__return_true' );
Hi, that not work fir me. Elementor Pro, WoCommerce last update on Hello theme.
If it works without Elementor, then the problem is Elementor
Thank you ! it’s working like a charm
Cool!
Unfortunately it’s not working, I am using Divi and Woocommerce.
Does it work if you temporarily switch to another theme? I fear it may be because of Divi
Hi.
Interesting!! But is it possible to always show instead the quantity of product of the single variation for a single product?
Hello Laura, thanks so much for your comment! Yes, this is definitely possible, but I’m afraid it’s custom work. If you’d like to get a quote, feel free to contact me here. Thanks a lot for your understanding!
I am using DIVI and Woocommerce
Worked perfectly for me
Thanks
Great!
Worked like a charm
Cool!
Hi:
I’m using woocommerce 3.8.1 and It’s not working.
Thanks
Screenshot please?
Does this still work? Did he have a valid issue?
Should work, yes
Is it possible to get this to show on the product archive page? So that it shows the lowest variation with each product on the archive pages?
Thank you!
Hello Kodi, thanks so much for your comment! Yes, this is definitely possible, but I’m afraid it’s custom work. If you’d like to get a quote, feel free to contact me here. Thanks a lot for your understanding!
Hello,
It is also possible to create something where you can show the lowest price and highest price but separately?
So for in my case where someone can rent a product for a specific time:
Buy product: €500 = highest price
rent 10 months: €60 = lowest price
Regards,
Melle
Hello Melle, thanks so much for your comment! Yes, this is definitely possible, but I’m afraid it’s custom work. If you’d like to get a quote, feel free to contact me here. Thanks a lot for your understanding!
It was breaking my mind! THANK YOU!
Ps: Working on Elementor + GP
Great!
Hi Rodolfo,
It does not work either on Storefront
A greeting
Thanks Tomas. Please read https://businessbloomer.com/woocommerce-always-display-single-variation-price/#comment-138997
Hi
I tried this snippet on my website but it does not work.
using storefront.
Hey there, works for me on Storefront. Please note this snippet: “shows the variation price AFTER SELECTION every time, no matter the conditions”
Hai, I already tried this snippet on my website but it does not work.
I am using Ocean WP theme for your information.
Is there is additional code should I add in order it to work.
By the way, cool stuff ..
Thank you
Hi Mark! I’m not familiar with Ocean WP, anyway you need to check if they override default WooCommerce functions including this one, and in that case slightly modify the snippet accordingly. Hope this helps