Unisex Hoodie – Music is Life
Price range: $44.99 through $57.99
Gives music education for one year
jQuery(document).ready(function(){
jQuery('.kid_count_wrap').insertAfter('.quantity');
let cnt = jQuery('#product_helps_kid_mulitpler').val();
if(!cnt)cnt = 1;
if(cnt==999)cnt = 0;
if(cnt == 0){
jQuery('.kid_count').html('' );
jQuery('.kid_count_wrap').hide();
}else if(cnt == 1)
{
jQuery('.kid_count').html('' + cnt + ' kid');
jQuery('.kid_count_wrap').show();
}else{
jQuery('.kid_count').html('' + cnt + ' kids');
jQuery('.kid_count_wrap').show();
}
jQuery('input.qty').change(function(){
let vl = jQuery(this).val();
let vll = vl * parseInt(cnt);
if(vll == 0){
jQuery('.kid_count').html('' );
jQuery('.kid_count_wrap').hide();
}else if(vll > 1)
{
jQuery('.kid_count').html('' + vll + ' kids');
jQuery('.kid_count_wrap').show();
}
else{
jQuery('.kid_count').html('' + vll + ' kid');
jQuery('.kid_count_wrap').show();
}
});
});
SKU
Additional information
| Weight | N/A |
|---|
You must be logged in to post a review.












Reviews
There are no reviews yet.