Casual Jeans
${function() {
const variantData = data.variant || {"id":"ed8e2ccb-4688-401d-83e1-409e2eea55f9","product_id":"1a1b1365-eef9-46d7-9aee-6a12359e0032","title":"Black-S","weight_unit":"g","inventory_quantity":718,"sku":"SKU102822500001","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0a8ea2a384b548be80ec2f92b1b1c04c.jpeg","path":"0a8ea2a384b548be80ec2f92b1b1c04c.jpeg","width":1440,"height":1800,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":6.99,"min_quantity":1}],"weight":"220","compare_at_price":"0","price":"6.99","retail_price":"0","available":true,"url":"\/products\/carhartt-casual-jeans-6iyr?variant=ed8e2ccb-4688-401d-83e1-409e2eea55f9","available_quantity":718,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : SKU102822500001
Weight : 220g
${function(){
const variantData = data.variant || {"id":"ed8e2ccb-4688-401d-83e1-409e2eea55f9","product_id":"1a1b1365-eef9-46d7-9aee-6a12359e0032","title":"Black-S","weight_unit":"g","inventory_quantity":718,"sku":"SKU102822500001","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0a8ea2a384b548be80ec2f92b1b1c04c.jpeg","path":"0a8ea2a384b548be80ec2f92b1b1c04c.jpeg","width":1440,"height":1800,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":6.99,"min_quantity":1}],"weight":"220","compare_at_price":"0","price":"6.99","retail_price":"0","available":true,"url":"\/products\/carhartt-casual-jeans-6iyr?variant=ed8e2ccb-4688-401d-83e1-409e2eea55f9","available_quantity":718,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}