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":7360026214582,"title":"WB-O2 NANO","handle":"wb-o2-nano","description":"\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eWideband O2 sensor display and conditioner for Bosch LSU 4.2 sensors.\u003c\/span\u003e","published_at":"2022-06-02T16:24:33-04:00","created_at":"2022-06-02T16:23:50-04:00","vendor":"Stocky AutoWorks","type":"","tags":["Almanzar Motorsports","Engine","Sensors \u0026 Accessories"],"price":16900,"price_min":16900,"price_max":24000,"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":41520805445814,"title":"W\/o Harness","option1":"W\/o Harness","option2":null,"option3":null,"sku":"3010003841","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"WB-O2 NANO - W\/o Harness","public_title":"W\/o Harness","options":["W\/o Harness"],"price":16900,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":41520805478582,"title":"W\/ 6.5ft Unterminated Harness","option1":"W\/ 6.5ft Unterminated Harness","option2":null,"option3":null,"sku":"2001003625","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"WB-O2 NANO - W\/ 6.5ft Unterminated Harness","public_title":"W\/ 6.5ft Unterminated Harness","options":["W\/ 6.5ft Unterminated Harness"],"price":22400,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":41520805511350,"title":"W\/ 3ft Unterminated Harness","option1":"W\/ 3ft Unterminated Harness","option2":null,"option3":null,"sku":"2001006086","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"WB-O2 NANO - W\/ 3ft Unterminated Harness","public_title":"W\/ 3ft Unterminated Harness","options":["W\/ 3ft Unterminated Harness"],"price":22900,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":41520805544118,"title":"W\/ 15ft Unterminated Harness","option1":"W\/ 15ft Unterminated Harness","option2":null,"option3":null,"sku":"2001003839","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"WB-O2 NANO - W\/ 15ft Unterminated Harness","public_title":"W\/ 15ft Unterminated Harness","options":["W\/ 15ft Unterminated Harness"],"price":24000,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano3.webp?v=1763068199","\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano2.webp?v=1763068199","\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano.webp?v=1763068199"],"featured_image":"\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano3.webp?v=1763068199","options":["Harness"],"media":[{"alt":null,"id":30978885943478,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano3.webp?v=1763068199"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano3.webp?v=1763068199","width":1024},{"alt":null,"id":30978885976246,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano2.webp?v=1763068199"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano2.webp?v=1763068199","width":1024},{"alt":null,"id":30978886009014,"position":3,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano.webp?v=1763068199"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/NewNano.webp?v=1763068199","width":1024}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eWideband O2 sensor display and conditioner for Bosch LSU 4.2 sensors.\u003c\/span\u003e"},
onVariantSelected: selectCallback,
enableHistoryState: true
});
$('.selector-wrapper:eq(0)').prepend('');
$('.single-option-selector:eq(0)').val("W\/o Harness").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();
}
});
WB-O2 NANO
$169.00
Wideband O2 sensor display and conditioner for Bosch LSU 4.2 sensors.
Wideband O2 sensor display and conditioner for Bosch LSU 4.2 sensors.
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