jQuery(document).ready(function ($) {
// Hide price initially for variable products
$('.single_variation_wrap .woocommerce-variation-price').hide();
// Show the price when a variation is selected
$('form.variations_form').on('change', 'select', function () {
if ($('.single_variation_wrap .woocommerce-variation-price').length) {
$('.single_variation_wrap .woocommerce-variation-price').show();
}
});
});
✨
Website Under Redesign
Dr Linda Salvin’s website is currently being redesigned to create a better and more seamless experience for you.