M4 & M4Pro park Metal tube
M4 & M4Pro park Metal tube
${function() {
const variantData = data.variant || {"id":"d80a45ca-6d91-4213-bdff-6eeb9c13f980","product_id":"ffe26c5b-b9a4-4250-b938-5ad2f3827247","title":"M4Pro park Metal tube","weight_unit":"kg","inventory_quantity":0,"sku":"M4 Pro\u6241\u7ba1","barcode":"","position":1,"option1":"M4Pro park Metal tube","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5d16699cac64036f09173446af235d14.jpg","path":"5d16699cac64036f09173446af235d14.jpg","width":573,"height":553,"alt":"M4 & M4Pro park Metal tube","aspect_ratio":1.0361663652802893},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"45","retail_price":"0","available":true,"url":"\/products\/m4-pro-park-metal-tube?variant=d80a45ca-6d91-4213-bdff-6eeb9c13f980","available_quantity":999999999,"options":[{"name":"M4 & M4Pro park Metal tube","value":"M4Pro park Metal tube"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
M4 & M4Pro Park Metal Tube:
M4Pro park Metal tube
${function(){
const optName = "M4 & M4Pro park Metal tube";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Si prega di selezionare un {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Aggiungi al carrello
€45.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":"d80a45ca-6d91-4213-bdff-6eeb9c13f980","product_id":"ffe26c5b-b9a4-4250-b938-5ad2f3827247","title":"M4Pro park Metal tube","weight_unit":"kg","inventory_quantity":0,"sku":"M4 Pro\u6241\u7ba1","barcode":"","position":1,"option1":"M4Pro park Metal tube","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5d16699cac64036f09173446af235d14.jpg","path":"5d16699cac64036f09173446af235d14.jpg","width":573,"height":553,"alt":"M4 & M4Pro park Metal tube","aspect_ratio":1.0361663652802893},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"45","retail_price":"0","available":true,"url":"\/products\/m4-pro-park-metal-tube?variant=d80a45ca-6d91-4213-bdff-6eeb9c13f980","available_quantity":999999999,"options":[{"name":"M4 & M4Pro park Metal tube","value":"M4Pro park Metal tube"}],"off_ratio":0,"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 ? `
` : ' ';
}
}()}
Acquista ora
Il prodotto era esaurito.
Il prodotto non è disponibile.
${function() {
const postageFreeAmount = 50;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Il tuo ordine \u00e8 in consegna gratuita";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}