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":7578525499574,"title":"Tial Mvs 38mm External Wastegate","handle":"tial-mvs-38mm-external-wastegate","description":"\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis new ultra-compact wastegate provides enormous flow capacity yet stands only 3.7\" in height (vs traditional 38mm WG's at 4.85\"). Other features include 3 bottom pressure ports for easy install and fitting access and a top mount pressure port that can be rotated 6 different ways. V-band wastegate and manifold connections means reliable easy sealing - no more bolts or gaskets!. Tial also updated the way the diaphragm sits so it is virtually impossible to pinch for better serviceability. Each Wastegate comes with a full set of springs so you can fine-tune your desired settings.\u003c\/span\u003e","published_at":"2023-03-27T17:17:00-04:00","created_at":"2023-03-27T17:17:00-04:00","vendor":"Stocky AutoWorks","type":"","tags":["Forced Induction","Tial","Wastegate"],"price":31997,"price_min":31997,"price_max":31997,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":42170546061494,"title":"Black","option1":"Black","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Tial Mvs 38mm External Wastegate - Black","public_title":"Black","options":["Black"],"price":31997,"weight":1814,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":42170546094262,"title":"Red","option1":"Red","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Tial Mvs 38mm External Wastegate - Red","public_title":"Red","options":["Red"],"price":31997,"weight":1814,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":42170546127030,"title":"Purple","option1":"Purple","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Tial Mvs 38mm External Wastegate - Purple","public_title":"Purple","options":["Purple"],"price":31997,"weight":1814,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":42170546159798,"title":"Blue","option1":"Blue","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Tial Mvs 38mm External Wastegate - Blue","public_title":"Blue","options":["Blue"],"price":31997,"weight":1814,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":42170546192566,"title":"Silver","option1":"Silver","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Tial Mvs 38mm External Wastegate - Silver","public_title":"Silver","options":["Silver"],"price":31997,"weight":1814,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stockyautoworks.com\/cdn\/shop\/products\/Untitleddesign_3_1b3b8fe4-135d-402f-a004-22511d4ef5ac.png?v=1679951822"],"featured_image":"\/\/stockyautoworks.com\/cdn\/shop\/products\/Untitleddesign_3_1b3b8fe4-135d-402f-a004-22511d4ef5ac.png?v=1679951822","options":["Color"],"media":[{"alt":null,"id":26063650881718,"position":1,"preview_image":{"aspect_ratio":1.506,"height":498,"width":750,"src":"\/\/stockyautoworks.com\/cdn\/shop\/products\/Untitleddesign_3_1b3b8fe4-135d-402f-a004-22511d4ef5ac.png?v=1679951822"},"aspect_ratio":1.506,"height":498,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/products\/Untitleddesign_3_1b3b8fe4-135d-402f-a004-22511d4ef5ac.png?v=1679951822","width":750}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis new ultra-compact wastegate provides enormous flow capacity yet stands only 3.7\" in height (vs traditional 38mm WG's at 4.85\"). Other features include 3 bottom pressure ports for easy install and fitting access and a top mount pressure port that can be rotated 6 different ways. V-band wastegate and manifold connections means reliable easy sealing - no more bolts or gaskets!. Tial also updated the way the diaphragm sits so it is virtually impossible to pinch for better serviceability. Each Wastegate comes with a full set of springs so you can fine-tune your desired settings.\u003c\/span\u003e"},
onVariantSelected: selectCallback,
enableHistoryState: true
});
$('.selector-wrapper:eq(0)').prepend('');
$('.single-option-selector:eq(0)').val("Black").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();
}
});
Tial Mvs 38mm External Wastegate
$319.97
This new ultra-compact wastegate provides enormous flow capacity yet stands only 3.7" in height (vs traditional 38mm WG's at 4.85"). Other features...
This new ultra-compact wastegate provides enormous flow capacity yet stands only 3.7" in height (vs traditional 38mm WG's at 4.85"). Other features include 3 bottom pressure ports for easy install and fitting access and a top mount pressure port that can be rotated 6 different ways. V-band wastegate and manifold connections means reliable easy sealing - no more bolts or gaskets!. Tial also updated the way the diaphragm sits so it is virtually impossible to pinch for better serviceability. Each Wastegate comes with a full set of springs so you can fine-tune your desired settings.
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