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":7594545152182,"title":"PPG 4 SPEED B-SERIES DOG BOX FOR HONDA","handle":"4-speed-b-series-dog-box-for-honda","description":"\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis PPG B Series drag set includes 1-4 gears, mainshaft, output shaft, final drive, 5th gear cuff \/ brace which is designed to work with your stock or billet case.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eStandard Gear Ratios: 3.000 \/ 1.917 \/ 1.333 \/ 1.045\u003c\/span\u003e","published_at":"2023-05-10T12:57:07-04:00","created_at":"2023-05-10T12:57:07-04:00","vendor":"Stocky AutoWorks","type":"","tags":["B-SERIES","Drivetrain","PPG","Transmission Gears \u0026 Accessories"],"price":700000,"price_min":700000,"price_max":700000,"available":true,"price_varies":false,"compare_at_price":750000,"compare_at_price_min":750000,"compare_at_price_max":750000,"compare_at_price_varies":false,"variants":[{"id":42229859614902,"title":"4.0LB-GA","option1":"4.0LB-GA","option2":null,"option3":null,"sku":"HO-B5S4GD-SCD-4.0LB-GA","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"PPG 4 SPEED B-SERIES DOG BOX FOR HONDA - 4.0LB-GA","public_title":"4.0LB-GA","options":["4.0LB-GA"],"price":700000,"weight":9072,"compare_at_price":750000,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":42229859647670,"title":"4.2LB-GA","option1":"4.2LB-GA","option2":null,"option3":null,"sku":"HO-B5S4GD-SCD-4.0LB-GA-2","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"PPG 4 SPEED B-SERIES DOG BOX FOR HONDA - 4.2LB-GA","public_title":"4.2LB-GA","options":["4.2LB-GA"],"price":700000,"weight":9072,"compare_at_price":750000,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":42229859680438,"title":"4.4LB-GA","option1":"4.4LB-GA","option2":null,"option3":null,"sku":"HO-B5S4GD-SCD-4.0LB-GA-3","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"PPG 4 SPEED B-SERIES DOG BOX FOR HONDA - 4.4LB-GA","public_title":"4.4LB-GA","options":["4.4LB-GA"],"price":700000,"weight":9072,"compare_at_price":750000,"inventory_management":null,"barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stockyautoworks.com\/cdn\/shop\/files\/4-Speed-B-Series-Dog-Box-gears_1979x_4465c101-c655-40ba-86f0-e91286a05614.webp?v=1683737829"],"featured_image":"\/\/stockyautoworks.com\/cdn\/shop\/files\/4-Speed-B-Series-Dog-Box-gears_1979x_4465c101-c655-40ba-86f0-e91286a05614.webp?v=1683737829","options":["Style"],"media":[{"alt":null,"id":26204184608950,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1979,"width":1979,"src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/4-Speed-B-Series-Dog-Box-gears_1979x_4465c101-c655-40ba-86f0-e91286a05614.webp?v=1683737829"},"aspect_ratio":1.0,"height":1979,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/files\/4-Speed-B-Series-Dog-Box-gears_1979x_4465c101-c655-40ba-86f0-e91286a05614.webp?v=1683737829","width":1979}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis PPG B Series drag set includes 1-4 gears, mainshaft, output shaft, final drive, 5th gear cuff \/ brace which is designed to work with your stock or billet case.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eStandard Gear Ratios: 3.000 \/ 1.917 \/ 1.333 \/ 1.045\u003c\/span\u003e"},
onVariantSelected: selectCallback,
enableHistoryState: true
});
$('.selector-wrapper:eq(0)').prepend('');
$('.single-option-selector:eq(0)').val("4.0LB-GA").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();
}
});
PPG 4 SPEED B-SERIES DOG BOX FOR HONDA
$7,000.00 $7,500.00
This PPG B Series drag set includes 1-4 gears, mainshaft, output shaft, final drive, 5th gear cuff / brace which is designed...
This PPG B Series drag set includes 1-4 gears, mainshaft, output shaft, final drive, 5th gear cuff / brace which is designed to work with your stock or billet case.
Standard Gear Ratios: 3.000 / 1.917 / 1.333 / 1.045
Standard Gear Ratios: 3.000 / 1.917 / 1.333 / 1.045
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