Get notified by email when this product becomes available
Have a question?
Description
Attributes:
Brand Name: SCT Performance
GTIN: 00681018404907
Device Support: For help with your device, visit sctflash.com and click Support. There you will find several tools and articles as well as ways to connect with our technical support team.
Emissions Message: SCT tuning will not modify or delete vehicle emissions. SCT products purchased comply with the Clean Air Act. Tunes that are preloaded in our devices have gone through hours of testing to ensure the safety of the drivers and the environment overall. Custom tuners are required to follow the guidelines of the Clean Air Act as they develop their own tunes for our devices.
Warranty Registration: Register your device online at registerwithsct.com to get a free gift and access to the latest updates and information.
Extended Information:
Country of Origin: US
Emissions : EPA Eligible
Life Cycle Status: Available To Order
Packing Information:
Quantity of Each: 1
Package UOM: EA
Dimension: 12.6 x 9 x 2.25 inches
Weight: 1.25 POUNDS
Recommendations
Product label:
Sold out
Product label:
Sold out
Product label:
Sold out
Product label:
Sold out
document.addEventListener('DOMContentLoaded', function() {
const form = document.getElementById('custom-search');
form.addEventListener('submit', function(event) {
event.preventDefault(); // Stop the form from submitting normally
const query = document.getElementById('custom-search-input').value; // Make sure your input has this ID
if (!query) return;
// Perform a fetch to your Shopify products endpoint or a custom API that you set up
fetch('/search?type=product&q=' + encodeURIComponent(query))
.then(response => response.json())
.then(data => {
// Handle the results here
console.log(data);
// Optionally, you can redirect or show results in a modal
})
.catch(error => {
console.error('Error:', error);
});
});
});