Ring-specific rotating shaft
${function() {
const variantData = data.variant || {"id":"ad3cc1e2-6a57-4682-9bb1-cb02f012af1d","product_id":"d3a048d1-5a9b-47a9-bfc6-f5d9d8aec322","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":246.58,"min_quantity":1}],"weight":"0","compare_at_price":"493.15","price":"246.58","retail_price":"493.15","available":true,"url":"\/products\/ring-specific-rotating-shaft?variant=ad3cc1e2-6a57-4682-9bb1-cb02f012af1d","available_quantity":999999999,"options":[],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"ad3cc1e2-6a57-4682-9bb1-cb02f012af1d","product_id":"d3a048d1-5a9b-47a9-bfc6-f5d9d8aec322","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":246.58,"min_quantity":1}],"weight":"0","compare_at_price":"493.15","price":"246.58","retail_price":"493.15","available":true,"url":"\/products\/ring-specific-rotating-shaft?variant=ad3cc1e2-6a57-4682-9bb1-cb02f012af1d","available_quantity":999999999,"options":[],"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.