Retro Motorcycle Helmet
${function() {
const variantData = data.variant || {"id":"3d3224fd-1c3c-408b-aeed-1674aed6aa07","product_id":"28330c13-6d20-4c61-962a-8d10f559f072","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/86e3b097eb61965a57bbb4fe89d4f29f.png","path":"86e3b097eb61965a57bbb4fe89d4f29f.png","width":718,"height":726,"alt":"","aspect_ratio":0.9889807162534435},"wholesale_price":[{"price":119.99,"min_quantity":1}],"weight":"0","compare_at_price":"159.99","price":"119.99","retail_price":"159.99","available":true,"url":"\/products\/b27-retro-motorcycle-helmet?variant=3d3224fd-1c3c-408b-aeed-1674aed6aa07","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Accessory size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Black
${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}
`
}()}
Accessory Size:
S
${function(){
const optName = "Accessory 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}
`
}()}
Add to cart
$119.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":"3d3224fd-1c3c-408b-aeed-1674aed6aa07","product_id":"28330c13-6d20-4c61-962a-8d10f559f072","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/86e3b097eb61965a57bbb4fe89d4f29f.png","path":"86e3b097eb61965a57bbb4fe89d4f29f.png","width":718,"height":726,"alt":"","aspect_ratio":0.9889807162534435},"wholesale_price":[{"price":119.99,"min_quantity":1}],"weight":"0","compare_at_price":"159.99","price":"119.99","retail_price":"159.99","available":true,"url":"\/products\/b27-retro-motorcycle-helmet?variant=3d3224fd-1c3c-408b-aeed-1674aed6aa07","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Accessory size","value":"S"}],"off_ratio":25,"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.