Be Createful Straight Outta Patients Rhinestone Transfer created with SS6 LUXE Rhinestones is an easy way to create a beautiful rhinestone garment. Rhinestone Transfers are the easiest way to create rhinestone shirts, hoodies, jackets, and more. Create a single rhinestone garment or cover the entire team in rhinestones with just a press.
This is a machine set design, so the stones sit close together, giving them so much sparkle!
Need custom colors?
Contact us at
2 Color
9.5' x 9.6'
Stone Count 5407 Rhinestones
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"165806",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'165806',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'165806'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});