German imported silicon wafer
${function() {
const variantData = data.variant || {"id":"d4d18476-e97f-458c-a6c8-f77a1c4b34dd","product_id":"55e1b3f8-bb16-45d6-be6f-2e4484127d3a","title":"11*11","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"11*11","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":342.47,"min_quantity":1}],"weight":"0","compare_at_price":"684.93","price":"342.47","retail_price":"684.93","available":true,"url":"\/products\/german-imported-silicon-wafer?variant=d4d18476-e97f-458c-a6c8-f77a1c4b34dd","available_quantity":999999999,"options":[{"name":"Size(CM)","value":"11*11"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"d4d18476-e97f-458c-a6c8-f77a1c4b34dd","product_id":"55e1b3f8-bb16-45d6-be6f-2e4484127d3a","title":"11*11","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"11*11","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":342.47,"min_quantity":1}],"weight":"0","compare_at_price":"684.93","price":"342.47","retail_price":"684.93","available":true,"url":"\/products\/german-imported-silicon-wafer?variant=d4d18476-e97f-458c-a6c8-f77a1c4b34dd","available_quantity":999999999,"options":[{"name":"Size(CM)","value":"11*11"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 399;
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 = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
If your order is less than 5,000 USD, you can pay directly on the website. If your order is 5,000 USD or more, please contact our customer service.