Boxy Tee
${function() {
const variantData = data.variant || {"id":"7d733bb0-4118-4b6a-803d-b27e87275126","product_id":"47051914-7c92-41db-a708-8f53b54ac6ee","title":"L-Whitewash","weight_unit":"lb","inventory_quantity":7,"sku":"LA11609-WTW-L","barcode":"","position":4,"option1":"L","option2":"Whitewash","option3":"","note":"","image":null,"wholesale_price":[{"price":54,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"54","retail_price":"0","available":true,"url":"\/products\/boxy-tee-white?variant=7d733bb0-4118-4b6a-803d-b27e87275126","available_quantity":7,"options":[{"name":"Size","value":"L"},{"name":"Color","value":"Whitewash"}],"off_ratio":0,"flashsale_info":[],"sales":1};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Size:
L
${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:
Whitewash
${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
$54.00
${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":"7d733bb0-4118-4b6a-803d-b27e87275126","product_id":"47051914-7c92-41db-a708-8f53b54ac6ee","title":"L-Whitewash","weight_unit":"lb","inventory_quantity":7,"sku":"LA11609-WTW-L","barcode":"","position":4,"option1":"L","option2":"Whitewash","option3":"","note":"","image":null,"wholesale_price":[{"price":54,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"54","retail_price":"0","available":true,"url":"\/products\/boxy-tee-white?variant=7d733bb0-4118-4b6a-803d-b27e87275126","available_quantity":7,"options":[{"name":"Size","value":"L"},{"name":"Color","value":"Whitewash"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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.
Sku : LA11609-WTW-L
Weight : 0.5lb
${function(){
const variantData = data.variant || {"id":"7d733bb0-4118-4b6a-803d-b27e87275126","product_id":"47051914-7c92-41db-a708-8f53b54ac6ee","title":"L-Whitewash","weight_unit":"lb","inventory_quantity":7,"sku":"LA11609-WTW-L","barcode":"","position":4,"option1":"L","option2":"Whitewash","option3":"","note":"","image":null,"wholesale_price":[{"price":54,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"54","retail_price":"0","available":true,"url":"\/products\/boxy-tee-white?variant=7d733bb0-4118-4b6a-803d-b27e87275126","available_quantity":7,"options":[{"name":"Size","value":"L"},{"name":"Color","value":"Whitewash"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}