${function() {
const variantData = data.variant || {"id":"c4537fef-efc1-42cc-81a9-76adba65ef54","product_id":"e350faa8-a546-4884-a49e-ff51d1117f13","title":"OG Fearless-7","weight_unit":"kg","inventory_quantity":5000,"sku":"AJ-001-OG Fearless-7","barcode":"","position":2,"option1":"OG Fearless","option2":"7","option3":"","note":"","image":null,"wholesale_price":[{"price":88.88,"min_quantity":1}],"weight":"0","compare_at_price":"168.88","price":"88.88","retail_price":"168.88","available":true,"url":"\/products\/mens-air-cushion-sneakers-503388768-18bb-diib-miov-gzd4-jfd8-3dxz-aljy-dz92-t4iq-9aj0-t248-9lgm-qbdc-aim4-75kg-4vny-3m79-doiw-ofxv?variant=c4537fef-efc1-42cc-81a9-76adba65ef54","available_quantity":5000,"options":[{"name":"Color","value":"OG Fearless"},{"name":"US Size","value":"7"}],"off_ratio":47,"flashsale_info":[],"sales":7};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: OG Fearless
${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}
`
}()}
Us Size
: 7
${function(){
const optName = "US 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
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"c4537fef-efc1-42cc-81a9-76adba65ef54","product_id":"e350faa8-a546-4884-a49e-ff51d1117f13","title":"OG Fearless-7","weight_unit":"kg","inventory_quantity":5000,"sku":"AJ-001-OG Fearless-7","barcode":"","position":2,"option1":"OG Fearless","option2":"7","option3":"","note":"","image":null,"wholesale_price":[{"price":88.88,"min_quantity":1}],"weight":"0","compare_at_price":"168.88","price":"88.88","retail_price":"168.88","available":true,"url":"\/products\/mens-air-cushion-sneakers-503388768-18bb-diib-miov-gzd4-jfd8-3dxz-aljy-dz92-t4iq-9aj0-t248-9lgm-qbdc-aim4-75kg-4vny-3m79-doiw-ofxv?variant=c4537fef-efc1-42cc-81a9-76adba65ef54","available_quantity":5000,"options":[{"name":"Color","value":"OG Fearless"},{"name":"US Size","value":"7"}],"off_ratio":47,"flashsale_info":[],"sales":7};
return `
`
}()}