${function() {
const variantData = data.variant || {"id":"59c93b73-8fcc-43e9-9c8f-7d96de08d399","product_id":"52f6dd35-6da1-46c3-b89d-e6cd99ef9ebf","title":"","weight_unit":"kg","inventory_quantity":33,"sku":"0539-50048B-1013","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39","retail_price":"0","available":true,"url":"\/products\/alloyworks-fuel-primer-bulb-sealing-kit-for-2011-2016-chevy-gmc-duramax?variant=59c93b73-8fcc-43e9-9c8f-7d96de08d399","available_quantity":33,"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 + '%'
: ` `
)}
`;
}()}
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
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 `
`;
}()}