Kukirin G4 Fork
${function() {
const variantData = data.variant || {"id":"a500be0c-359f-4192-bc5c-a7aae2c521c9","product_id":"2e1a5537-72ea-476a-874f-0b0e0a888b4a","title":"Front Fork","weight_unit":"kg","inventory_quantity":0,"sku":"Kukirin G4\u524d\u53c9","barcode":"","position":1,"option1":"Front Fork","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/777f63956f6b6c97c24485aa9b16f3cb.JPG","path":"777f63956f6b6c97c24485aa9b16f3cb.JPG","width":800,"height":800,"alt":"Kukirin G4 Fork","aspect_ratio":1},"wholesale_price":[{"price":59.9,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.9","retail_price":"0","available":true,"url":"\/products\/kukirin-g4-fork?variant=a500be0c-359f-4192-bc5c-a7aae2c521c9","available_quantity":999999999,"options":[{"name":"Model","value":"Front Fork"}],"off_ratio":0,"flashsale_info":[],"sales":2};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const postageFreeAmount = 30;
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 = "Votre commande est la livraison gratuite";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
${function(){
const tipText = "Veuillez s\u00e9lectionner un {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Le produit était en rupture de stock.
Le produit n'est pas disponible.
${function(){
const variantData = data.variant || {"id":"a500be0c-359f-4192-bc5c-a7aae2c521c9","product_id":"2e1a5537-72ea-476a-874f-0b0e0a888b4a","title":"Front Fork","weight_unit":"kg","inventory_quantity":0,"sku":"Kukirin G4\u524d\u53c9","barcode":"","position":1,"option1":"Front Fork","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/777f63956f6b6c97c24485aa9b16f3cb.JPG","path":"777f63956f6b6c97c24485aa9b16f3cb.JPG","width":800,"height":800,"alt":"Kukirin G4 Fork","aspect_ratio":1},"wholesale_price":[{"price":59.9,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.9","retail_price":"0","available":true,"url":"\/products\/kukirin-g4-fork?variant=a500be0c-359f-4192-bc5c-a7aae2c521c9","available_quantity":999999999,"options":[{"name":"Model","value":"Front Fork"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Poids : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
code à barre : ${variantData && variantData.barcode}
`
}()}