Comfy The Label™ Sparkly Rhinestone Tights
${function() {
const variantData = data.variant || {"id":"7631b677-65eb-41b4-809f-e48e2f7dce03","product_id":"9c5279f7-12e2-4072-a334-ce3f6b5b2eab","title":"One Size Fits All-Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"One Size Fits All","option2":"Black","option3":"","note":"","image":null,"wholesale_price":[{"price":9.95,"min_quantity":1}],"weight":"0","compare_at_price":"30","price":"9.95","retail_price":"30","available":true,"url":"\/products\/comfy-the-label\u2122-sparkly-rhinestone-tights?variant=7631b677-65eb-41b4-809f-e48e2f7dce03","available_quantity":999999999,"options":[{"name":"Size","value":"One Size Fits All"},{"name":"Color","value":"Black"}],"off_ratio":67,"flashsale_info":[],"sales":2};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Size:
One Size Fits All
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Color:
Black
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$9.95
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"7631b677-65eb-41b4-809f-e48e2f7dce03","product_id":"9c5279f7-12e2-4072-a334-ce3f6b5b2eab","title":"One Size Fits All-Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"One Size Fits All","option2":"Black","option3":"","note":"","image":null,"wholesale_price":[{"price":9.95,"min_quantity":1}],"weight":"0","compare_at_price":"30","price":"9.95","retail_price":"30","available":true,"url":"\/products\/comfy-the-label\u2122-sparkly-rhinestone-tights?variant=7631b677-65eb-41b4-809f-e48e2f7dce03","available_quantity":999999999,"options":[{"name":"Size","value":"One Size Fits All"},{"name":"Color","value":"Black"}],"off_ratio":67,"flashsale_info":[],"sales":2};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"7631b677-65eb-41b4-809f-e48e2f7dce03","product_id":"9c5279f7-12e2-4072-a334-ce3f6b5b2eab","title":"One Size Fits All-Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"One Size Fits All","option2":"Black","option3":"","note":"","image":null,"wholesale_price":[{"price":9.95,"min_quantity":1}],"weight":"0","compare_at_price":"30","price":"9.95","retail_price":"30","available":true,"url":"\/products\/comfy-the-label\u2122-sparkly-rhinestone-tights?variant=7631b677-65eb-41b4-809f-e48e2f7dce03","available_quantity":999999999,"options":[{"name":"Size","value":"One Size Fits All"},{"name":"Color","value":"Black"}],"off_ratio":67,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}