Cozy Cradle
${function() {
const variantData = data.variant || {"id":"1aff7555-4a5c-475d-8dfa-465a2fe9c0f0","product_id":"dc10a0d3-9dd8-4002-bb1d-963d90b0ff11","title":"Grey Stripe","weight_unit":"lb","inventory_quantity":1000,"sku":"DJ-0091-Grey Stripe","barcode":"","position":1,"option1":"Grey Stripe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/becdb74dfc2773847132e46de6d083fe.png","path":"becdb74dfc2773847132e46de6d083fe.png","width":1510,"height":1184,"alt":"","aspect_ratio":1.275337837837838},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"22.99","retail_price":"0","available":true,"url":"\/products\/cozy-cradle?variant=1aff7555-4a5c-475d-8dfa-465a2fe9c0f0","available_quantity":999999999,"options":[{"name":"Color","value":"Grey Stripe"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Grey Stripe
${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
$22.99
${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":"1aff7555-4a5c-475d-8dfa-465a2fe9c0f0","product_id":"dc10a0d3-9dd8-4002-bb1d-963d90b0ff11","title":"Grey Stripe","weight_unit":"lb","inventory_quantity":1000,"sku":"DJ-0091-Grey Stripe","barcode":"","position":1,"option1":"Grey Stripe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/becdb74dfc2773847132e46de6d083fe.png","path":"becdb74dfc2773847132e46de6d083fe.png","width":1510,"height":1184,"alt":"","aspect_ratio":1.275337837837838},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"22.99","retail_price":"0","available":true,"url":"\/products\/cozy-cradle?variant=1aff7555-4a5c-475d-8dfa-465a2fe9c0f0","available_quantity":999999999,"options":[{"name":"Color","value":"Grey Stripe"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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":"1aff7555-4a5c-475d-8dfa-465a2fe9c0f0","product_id":"dc10a0d3-9dd8-4002-bb1d-963d90b0ff11","title":"Grey Stripe","weight_unit":"lb","inventory_quantity":1000,"sku":"DJ-0091-Grey Stripe","barcode":"","position":1,"option1":"Grey Stripe","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/becdb74dfc2773847132e46de6d083fe.png","path":"becdb74dfc2773847132e46de6d083fe.png","width":1510,"height":1184,"alt":"","aspect_ratio":1.275337837837838},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"22.99","retail_price":"0","available":true,"url":"\/products\/cozy-cradle?variant=1aff7555-4a5c-475d-8dfa-465a2fe9c0f0","available_quantity":999999999,"options":[{"name":"Color","value":"Grey Stripe"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}