Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
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.
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.