Sherpa Hood Ski Mask
${function() {
const variantData = data.variant || {"id":"6d59e29c-0fcd-4252-9eba-9352faf631ec","product_id":"4cb5ff1c-2085-49a4-bd38-30edb838d3a4","title":"khaki","weight_unit":"lb","inventory_quantity":996,"sku":"CA62113-C011","barcode":"","position":1,"option1":"khaki","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/724e61e7db89bf851a629f1f0e551e27.jpeg","path":"724e61e7db89bf851a629f1f0e551e27.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.95,"min_quantity":1}],"weight":"0","compare_at_price":"49.95","price":"25.95","retail_price":"49.95","available":true,"url":"\/products\/sherpa-hood-ski-maskab0b64cc-de0f-40a7-8682-2a542b347b7e6475f50a-2bfa-4578-9d0e-00da651be39b?variant=6d59e29c-0fcd-4252-9eba-9352faf631ec","available_quantity":999999999,"options":[{"name":"Color","value":"khaki"}],"off_ratio":48,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
khaki
${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
$25.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":"6d59e29c-0fcd-4252-9eba-9352faf631ec","product_id":"4cb5ff1c-2085-49a4-bd38-30edb838d3a4","title":"khaki","weight_unit":"lb","inventory_quantity":996,"sku":"CA62113-C011","barcode":"","position":1,"option1":"khaki","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/724e61e7db89bf851a629f1f0e551e27.jpeg","path":"724e61e7db89bf851a629f1f0e551e27.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.95,"min_quantity":1}],"weight":"0","compare_at_price":"49.95","price":"25.95","retail_price":"49.95","available":true,"url":"\/products\/sherpa-hood-ski-maskab0b64cc-de0f-40a7-8682-2a542b347b7e6475f50a-2bfa-4578-9d0e-00da651be39b?variant=6d59e29c-0fcd-4252-9eba-9352faf631ec","available_quantity":999999999,"options":[{"name":"Color","value":"khaki"}],"off_ratio":48,"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":"6d59e29c-0fcd-4252-9eba-9352faf631ec","product_id":"4cb5ff1c-2085-49a4-bd38-30edb838d3a4","title":"khaki","weight_unit":"lb","inventory_quantity":996,"sku":"CA62113-C011","barcode":"","position":1,"option1":"khaki","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/724e61e7db89bf851a629f1f0e551e27.jpeg","path":"724e61e7db89bf851a629f1f0e551e27.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.95,"min_quantity":1}],"weight":"0","compare_at_price":"49.95","price":"25.95","retail_price":"49.95","available":true,"url":"\/products\/sherpa-hood-ski-maskab0b64cc-de0f-40a7-8682-2a542b347b7e6475f50a-2bfa-4578-9d0e-00da651be39b?variant=6d59e29c-0fcd-4252-9eba-9352faf631ec","available_quantity":999999999,"options":[{"name":"Color","value":"khaki"}],"off_ratio":48,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}