Regular price
$4.00
Sale price
$0.00
Unit price/per
This listing is for one (1) scrunchie, please make your style selection and quantity before adding to cart. 100% cotton. Because of the nature of the fabric, the exact pattern placement on the scrunchie you receive may differ from the picture shown.
choosing a selection results in a full page refresh
Opens in a new window.
Opens external website in a new window.
$(document).ready(function() {
$('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() {
if ($('#agree').is(':checked')) {
$(this).submit();
}
else {
alert("You must agree with the shop policies to check out.");
return false;
}
});
});