๐ Old Man Edition Car Emblem
${function() {
const variantData = data.variant || {"id":"91f16f4a-aa0b-42fb-90ae-c928594a5d15","product_id":"93d50506-041e-4908-9a97-61b63121e2d8","title":"Chrome and black-Chrome and black","weight_unit":"lb","inventory_quantity":9713,"sku":"","barcode":"","position":1,"option1":"Chrome and black","option2":"Chrome and black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d402d1d926b1142b4d79494e26fe5513.png","path":"d402d1d926b1142b4d79494e26fe5513.png","width":600,"height":598,"alt":"","aspect_ratio":1.0033444816053512},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0","compare_at_price":"24.99","price":"12.99","retail_price":"24.99","available":true,"url":"\/products\/old-man-edition-car-emblem?variant=91f16f4a-aa0b-42fb-90ae-c928594a5d15","available_quantity":999999999,"options":[{"name":"Buy 1\u2728First Colour","value":"Chrome and black"},{"name":"Get 1 Free\u2728Second Colour","value":"Chrome and black"}],"off_ratio":48,"flashsale_info":[],"sales":5};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Buy 1โจFirst Colour:
Chrome and black
${function(){
const optName = "Buy 1โจFirst Colour";
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}
`
}()}
Get 1 FreeโจSecond Colour:
Chrome and black
${function(){
const optName = "Get 1 FreeโจSecond Colour";
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
$12.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":"91f16f4a-aa0b-42fb-90ae-c928594a5d15","product_id":"93d50506-041e-4908-9a97-61b63121e2d8","title":"Chrome and black-Chrome and black","weight_unit":"lb","inventory_quantity":9713,"sku":"","barcode":"","position":1,"option1":"Chrome and black","option2":"Chrome and black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d402d1d926b1142b4d79494e26fe5513.png","path":"d402d1d926b1142b4d79494e26fe5513.png","width":600,"height":598,"alt":"","aspect_ratio":1.0033444816053512},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0","compare_at_price":"24.99","price":"12.99","retail_price":"24.99","available":true,"url":"\/products\/old-man-edition-car-emblem?variant=91f16f4a-aa0b-42fb-90ae-c928594a5d15","available_quantity":999999999,"options":[{"name":"Buy 1\u2728First Colour","value":"Chrome and black"},{"name":"Get 1 Free\u2728Second Colour","value":"Chrome and black"}],"off_ratio":48,"flashsale_info":[],"sales":5};
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":"91f16f4a-aa0b-42fb-90ae-c928594a5d15","product_id":"93d50506-041e-4908-9a97-61b63121e2d8","title":"Chrome and black-Chrome and black","weight_unit":"lb","inventory_quantity":9713,"sku":"","barcode":"","position":1,"option1":"Chrome and black","option2":"Chrome and black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d402d1d926b1142b4d79494e26fe5513.png","path":"d402d1d926b1142b4d79494e26fe5513.png","width":600,"height":598,"alt":"","aspect_ratio":1.0033444816053512},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0","compare_at_price":"24.99","price":"12.99","retail_price":"24.99","available":true,"url":"\/products\/old-man-edition-car-emblem?variant=91f16f4a-aa0b-42fb-90ae-c928594a5d15","available_quantity":999999999,"options":[{"name":"Buy 1\u2728First Colour","value":"Chrome and black"},{"name":"Get 1 Free\u2728Second Colour","value":"Chrome and black"}],"off_ratio":48,"flashsale_info":[],"sales":5};
return `
`
}()}