Car Fender Panel Dent Edge Repair Tools
people are viewing this right now
${function() {
const minInventory = parseInt('30');
const maxInventory = parseInt('80');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + ' ');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
${function() {
const variantData = data.variant || {"id":"b20dbccb-a361-4802-8a73-eea16557ab98","product_id":"76275d71-4652-4d63-80bd-542497cfaf56","title":"Buy 1 pc","weight_unit":"kg","inventory_quantity":10000,"sku":"6ZYL240927","barcode":"","position":1,"option1":"Buy 1 pc","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ea32c42ea6d133cc15acf7d24190be0c.jpeg","path":"ea32c42ea6d133cc15acf7d24190be0c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"44.99","retail_price":"59.99","available":true,"url":"\/products\/panel-dent?variant=b20dbccb-a361-4802-8a73-eea16557ab98","available_quantity":999999999,"options":[{"name":"Buy More Get More Discounts!","value":"Buy 1 pc"}],"off_ratio":25,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Buy More Get More Discounts!:
Buy 1 pc
${function(){
const optName = "Buy More Get More Discounts!";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$44.99
${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":"b20dbccb-a361-4802-8a73-eea16557ab98","product_id":"76275d71-4652-4d63-80bd-542497cfaf56","title":"Buy 1 pc","weight_unit":"kg","inventory_quantity":10000,"sku":"6ZYL240927","barcode":"","position":1,"option1":"Buy 1 pc","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ea32c42ea6d133cc15acf7d24190be0c.jpeg","path":"ea32c42ea6d133cc15acf7d24190be0c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"44.99","retail_price":"59.99","available":true,"url":"\/products\/panel-dent?variant=b20dbccb-a361-4802-8a73-eea16557ab98","available_quantity":999999999,"options":[{"name":"Buy More Get More Discounts!","value":"Buy 1 pc"}],"off_ratio":25,"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 ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"b20dbccb-a361-4802-8a73-eea16557ab98","product_id":"76275d71-4652-4d63-80bd-542497cfaf56","title":"Buy 1 pc","weight_unit":"kg","inventory_quantity":10000,"sku":"6ZYL240927","barcode":"","position":1,"option1":"Buy 1 pc","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ea32c42ea6d133cc15acf7d24190be0c.jpeg","path":"ea32c42ea6d133cc15acf7d24190be0c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"44.99","retail_price":"59.99","available":true,"url":"\/products\/panel-dent?variant=b20dbccb-a361-4802-8a73-eea16557ab98","available_quantity":999999999,"options":[{"name":"Buy More Get More Discounts!","value":"Buy 1 pc"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}