Innovo GTX Mid
${function() {
const variantData = data.variant || {"id":"8f002450-38cd-4b73-8c64-d2584f0b7154","product_id":"a50c55ea-b0d7-47cc-88ae-5495e24aa53a","title":"Grey\/petrol-38-Free shoe sole replacement 2 times","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":20,"option1":"Grey\/petrol","option2":"38","option3":"Free shoe sole replacement 2 times","note":"","image":{"src":"\/\/img.staticdj.com\/3f9287a77c22be8b257387e32d68b392.jpg","path":"3f9287a77c22be8b257387e32d68b392.jpg","width":980,"height":980,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":245,"min_quantity":1}],"weight":"0","compare_at_price":"450","price":"245","retail_price":"450","available":true,"url":"\/products\/innovo-gtx-mid?variant=8f002450-38cd-4b73-8c64-d2584f0b7154","available_quantity":999999999,"options":[{"name":"Color","value":"Grey\/petrol"},{"name":"Size","value":"38"},{"name":"Guarantee","value":"Free shoe sole replacement 2 times"}],"off_ratio":46,"flashsale_info":[],"sales":7};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Grey/petrol
${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}
`
}()}
Size:
38
${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}
`
}()}
Guarantee:
Free shoe sole replacement 2 times
${function(){
const optName = "Guarantee";
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
€245.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":"8f002450-38cd-4b73-8c64-d2584f0b7154","product_id":"a50c55ea-b0d7-47cc-88ae-5495e24aa53a","title":"Grey\/petrol-38-Free shoe sole replacement 2 times","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":20,"option1":"Grey\/petrol","option2":"38","option3":"Free shoe sole replacement 2 times","note":"","image":{"src":"\/\/img.staticdj.com\/3f9287a77c22be8b257387e32d68b392.jpg","path":"3f9287a77c22be8b257387e32d68b392.jpg","width":980,"height":980,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":245,"min_quantity":1}],"weight":"0","compare_at_price":"450","price":"245","retail_price":"450","available":true,"url":"\/products\/innovo-gtx-mid?variant=8f002450-38cd-4b73-8c64-d2584f0b7154","available_quantity":999999999,"options":[{"name":"Color","value":"Grey\/petrol"},{"name":"Size","value":"38"},{"name":"Guarantee","value":"Free shoe sole replacement 2 times"}],"off_ratio":46,"flashsale_info":[],"sales":7};
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":"8f002450-38cd-4b73-8c64-d2584f0b7154","product_id":"a50c55ea-b0d7-47cc-88ae-5495e24aa53a","title":"Grey\/petrol-38-Free shoe sole replacement 2 times","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":20,"option1":"Grey\/petrol","option2":"38","option3":"Free shoe sole replacement 2 times","note":"","image":{"src":"\/\/img.staticdj.com\/3f9287a77c22be8b257387e32d68b392.jpg","path":"3f9287a77c22be8b257387e32d68b392.jpg","width":980,"height":980,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":245,"min_quantity":1}],"weight":"0","compare_at_price":"450","price":"245","retail_price":"450","available":true,"url":"\/products\/innovo-gtx-mid?variant=8f002450-38cd-4b73-8c64-d2584f0b7154","available_quantity":999999999,"options":[{"name":"Color","value":"Grey\/petrol"},{"name":"Size","value":"38"},{"name":"Guarantee","value":"Free shoe sole replacement 2 times"}],"off_ratio":46,"flashsale_info":[],"sales":7};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}