${function() {
const variantData = data.variant || {"id":"06ead8eb-660d-4435-83ce-626479d8cf60","product_id":"f8234d13-8672-4942-800d-c566081f74e1","title":"","weight_unit":"kg","inventory_quantity":40,"sku":"A8097-1027","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":42,"min_quantity":1}],"weight":"0","compare_at_price":"47.99","price":"42","retail_price":"47.99","available":true,"url":"\/products\/alloyworks-egr-exhaust-gas-tube-for-1996-2002-chevrolet-s10-gmc-sonoma-oldsmobile-4-3l-v6?variant=06ead8eb-660d-4435-83ce-626479d8cf60","available_quantity":40,"options":[],"off_ratio":12,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Check the Fit
Please check if this fits your vehicle before purchasing
Select a vehicle to verify fitment
This Part Fits Your Vehicle
This Part May Not Fit
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('9');
const customText = "Free Shipping on All Orders excl. HI & AK.\n \nEstimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + ' ')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + ' ');
return `
`;
}()}