Domestic laser lens
${function() {
const variantData = data.variant || {"id":"d62123e5-f0bb-419a-8e9d-dbe11fbe3b5e","product_id":"222bffdb-cf7e-418a-92f4-644be0d4aaa4","title":"11*11","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"11*11","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":205.48,"min_quantity":1}],"weight":"0","compare_at_price":"410.96","price":"205.48","retail_price":"410.96","available":true,"url":"\/products\/domestic-laser-lens?variant=d62123e5-f0bb-419a-8e9d-dbe11fbe3b5e","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":"d62123e5-f0bb-419a-8e9d-dbe11fbe3b5e","product_id":"222bffdb-cf7e-418a-92f4-644be0d4aaa4","title":"11*11","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"11*11","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":205.48,"min_quantity":1}],"weight":"0","compare_at_price":"410.96","price":"205.48","retail_price":"410.96","available":true,"url":"\/products\/domestic-laser-lens?variant=d62123e5-f0bb-419a-8e9d-dbe11fbe3b5e","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.