${function() {
const variantData = data.variant || {"id":"c4f1b037-e225-4cf2-981a-09b9b1948907","product_id":"46ca5f11-907c-4dda-8d8d-73ea2236efd2","title":"","weight_unit":"kg","inventory_quantity":24,"sku":"IC7028-1034","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":239,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"239","retail_price":"0","available":true,"url":"\/products\/alloyworks-top-mount-intercooler-for-wrx-15-19-forester-xt-cvt-2-0-14-18-legacy-mt-10-12?variant=c4f1b037-e225-4cf2-981a-09b9b1948907","available_quantity":24,"options":[],"off_ratio":0,"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 + '%'
: ``
)}
`;
}()}
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
We're currently out of stock. Get notifed by email when this product available
${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 `
`;
}()}