Choose Size Detail Product

0.0/5
<?php
add_action("wp_footer", "wpd_change_buy_text");

function wpd_change_buy_text(){
?>
<script>
	jQuery(document).ready(function() {
    setTimeout(function() {
		jQuery('.woo-variation-items-wrapper').prepend('<div>Choose size</div>');
    }, 200);
});

</script>
<?php
}

Comments and reviews

{{ reviewsTotal }} Review
{{ reviewsTotal }} Reviews
{{ options.labels.newReviewButton }}
{{ userData.canReview.message }}

Description

This snippet adds a text to the size selection.

Author

Tags