Birky
${function() {
const variantData = data.variant || {"id":"f1df121b-39eb-415d-bc32-1937985c107e","product_id":"88d79349-368c-4619-8829-5108f91a0e04","title":"Cream White-5-6 Women \/ 3.5-4.5 Men","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Cream White","option2":"5-6 Women \/ 3.5-4.5 Men","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a3b1dee7f7f56704f9e18e299183ae2.png","path":"5a3b1dee7f7f56704f9e18e299183ae2.png","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"33.99","retail_price":"49.99","available":true,"url":"\/products\/birky?variant=f1df121b-39eb-415d-bc32-1937985c107e","available_quantity":999999999,"options":[{"name":"Color","value":"Cream White"},{"name":"Size (US)","value":"5-6 Women \/ 3.5-4.5 Men"}],"off_ratio":32,"flashsale_info":[],"sales":13};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Cream White
${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}
`
}()}
Size (Us):
5-6 Women / 3.5-4.5 Men
${function(){
const optName = "Size (US)";
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
$33.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":"f1df121b-39eb-415d-bc32-1937985c107e","product_id":"88d79349-368c-4619-8829-5108f91a0e04","title":"Cream White-5-6 Women \/ 3.5-4.5 Men","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Cream White","option2":"5-6 Women \/ 3.5-4.5 Men","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a3b1dee7f7f56704f9e18e299183ae2.png","path":"5a3b1dee7f7f56704f9e18e299183ae2.png","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"33.99","retail_price":"49.99","available":true,"url":"\/products\/birky?variant=f1df121b-39eb-415d-bc32-1937985c107e","available_quantity":999999999,"options":[{"name":"Color","value":"Cream White"},{"name":"Size (US)","value":"5-6 Women \/ 3.5-4.5 Men"}],"off_ratio":32,"flashsale_info":[],"sales":13};
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":"f1df121b-39eb-415d-bc32-1937985c107e","product_id":"88d79349-368c-4619-8829-5108f91a0e04","title":"Cream White-5-6 Women \/ 3.5-4.5 Men","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Cream White","option2":"5-6 Women \/ 3.5-4.5 Men","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a3b1dee7f7f56704f9e18e299183ae2.png","path":"5a3b1dee7f7f56704f9e18e299183ae2.png","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"33.99","retail_price":"49.99","available":true,"url":"\/products\/birky?variant=f1df121b-39eb-415d-bc32-1937985c107e","available_quantity":999999999,"options":[{"name":"Color","value":"Cream White"},{"name":"Size (US)","value":"5-6 Women \/ 3.5-4.5 Men"}],"off_ratio":32,"flashsale_info":[],"sales":13};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}