Categories
-
Intl Delivery
via FedEx or DHL
-
Support 24/7
Online 24 hours
-
Free return
90 Days
-
payment method
Secure payment
Filter
jQuery(function($) {
new Shopify.OptionSelectors('product-selectors', {
product: {"id":8019276529846,"title":"Schmuck Built 1400HP SFWD Intercooler","handle":"1400hp-sfwd-intercooler","description":"\u003cp\u003eSchmuck Built 1400HP SFWD Intercooler\u003c\/p\u003e\n\u003cp\u003e18\/12\/6 core size\u003c\/p\u003e\n\u003cp\u003e3\/16″ thick end tanks\u003c\/p\u003e\n\u003cp\u003e7 Second Proven\u003c\/p\u003e\n\u003c!----\u003e","published_at":"2024-07-04T20:56:59-04:00","created_at":"2024-07-04T20:56:59-04:00","vendor":"Stocky AutoWorks","type":"","tags":["Intercooler","Schmuck Built"],"price":109999,"price_min":109999,"price_max":134999,"available":true,"price_varies":true,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":43319648059574,"title":"3\" HD Inlet 3.5\" HD Outlet","option1":"3\" HD Inlet 3.5\" HD Outlet","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Schmuck Built 1400HP SFWD Intercooler - 3\" HD Inlet 3.5\" HD Outlet","public_title":"3\" HD Inlet 3.5\" HD Outlet","options":["3\" HD Inlet 3.5\" HD Outlet"],"price":134999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43319648092342,"title":"None","option1":"None","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Schmuck Built 1400HP SFWD Intercooler - None","public_title":"None","options":["None"],"price":109999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stockyautoworks.com\/cdn\/shop\/files\/448912888_1710390296363040_7560999874773383367_n.jpg?v=1720140758","\/\/stockyautoworks.com\/cdn\/shop\/files\/449358136_2371191159756619_722417167579696961_n.jpg?v=1720140758","\/\/stockyautoworks.com\/cdn\/shop\/files\/1400hpintercooler.jpg?v=1720140821","\/\/stockyautoworks.com\/cdn\/shop\/files\/1400hpintercooler2.jpg?v=1720140821"],"featured_image":"\/\/stockyautoworks.com\/cdn\/shop\/files\/448912888_1710390296363040_7560999874773383367_n.jpg?v=1720140758","options":["HD Clamps"],"media":[{"alt":null,"id":28159172083894,"position":1,"preview_image":{"aspect_ratio":1.499,"height":683,"width":1024,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/448912888_1710390296363040_7560999874773383367_n.jpg?v=1720140758"},"aspect_ratio":1.499,"height":683,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/448912888_1710390296363040_7560999874773383367_n.jpg?v=1720140758","width":1024},{"alt":null,"id":28159172116662,"position":2,"preview_image":{"aspect_ratio":1.499,"height":683,"width":1024,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/449358136_2371191159756619_722417167579696961_n.jpg?v=1720140758"},"aspect_ratio":1.499,"height":683,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/449358136_2371191159756619_722417167579696961_n.jpg?v=1720140758","width":1024},{"alt":null,"id":28159173296310,"position":3,"preview_image":{"aspect_ratio":1.499,"height":683,"width":1024,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/1400hpintercooler.jpg?v=1720140821"},"aspect_ratio":1.499,"height":683,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/1400hpintercooler.jpg?v=1720140821","width":1024},{"alt":null,"id":28159173263542,"position":4,"preview_image":{"aspect_ratio":1.499,"height":683,"width":1024,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/1400hpintercooler2.jpg?v=1720140821"},"aspect_ratio":1.499,"height":683,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/1400hpintercooler2.jpg?v=1720140821","width":1024}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eSchmuck Built 1400HP SFWD Intercooler\u003c\/p\u003e\n\u003cp\u003e18\/12\/6 core size\u003c\/p\u003e\n\u003cp\u003e3\/16″ thick end tanks\u003c\/p\u003e\n\u003cp\u003e7 Second Proven\u003c\/p\u003e\n\u003c!----\u003e"},
onVariantSelected: selectCallback,
enableHistoryState: true
});
$('.selector-wrapper:eq(0)').prepend('');
$('.single-option-selector:eq(0)').val("3\" HD Inlet 3.5\" HD Outlet").trigger('change');
});
//get variant form url
var getVariant = function () {
var params;
var parser = document.createElement('a');
parser.href = window.location.href;
var query = parser.search.substring(1);
var vars = query.split('&');
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=');
var params = decodeURIComponent(pair[1]);
}
return params;
}
var showAddtocart = jQuery(".product-options-bottom").offset().top;
//check position to show form in bottom
function checkPosition(){
var scrollTop = jQuery(window).scrollTop();
if (scrollTop > showAddtocart) {
jQuery(".add-to-cart-fixed").addClass('active');
//sync variant : content form => bottom form
var idVariant = getVariant();
$("#second-select").val(idVariant);
} else {
jQuery(".add-to-cart-fixed").removeClass('active');
}
};
jQuery(window).scroll(function () {
checkPosition()
});
//send request in bottom form
jQuery(".button-addtocard").click(function(){
jQuery(".product-options-bottom #AddToCart-product-template").click();
});
//sync variant : content form => bottom form
jQuery('#second-select').change(function(){
data_variant1 = ($(this).find(':selected').data('variant1'));
data_variant2 = ($(this).find(':selected').data('variant2'));
data_variant3 = ($(this).find(':selected').data('variant3'));
if (data_variant1 != "") {
jQuery("#swatch-0-" + data_variant1).click();
}
if (data_variant2 != "") {
jQuery("#swatch-1-" + data_variant2).click();
}
if (data_variant3 != "") {
jQuery("#swatch-2-" + data_variant3).click();
}
});
Schmuck Built 1400HP SFWD Intercooler
$1,349.99
Schmuck Built 1400HP SFWD Intercooler
18/12/6 core size
3/16″ thick end tanks
7 Second Proven
Schmuck Built 1400HP SFWD Intercooler
18/12/6 core size
3/16″ thick end tanks
7 Second Proven
Your order of $100 or more gets free standard delivery.
- Standard delivered 4-5 Business Days
- Express delivered 2-4 Business Days
Orders are processed and delivered Monday-Friday (excluding public holidays)
eMarket members enjoy free returns.
Chat with Us