Details
ST X Height Adjustable Coilover Kit for B8 Chassis A4 / A5 / S4 / S5 & Allroad!
The ST X / Streetline Coilover system is ideal for customers who like to decide the custom lowering of their vehicles, but want to leave the tuning to the experts. The ST line is designed and manufactured by KW Germany as their entry level coilover suspension system (AKA KW Basic in Europe) These kits benifit from the extensive driving & 7-post dyno tests by KW's experienced engineers to preset the dampers & spring rates for the ultimate balance between sporty driving, comfort and safety.
Each ST Coilover kit comes as a Complete Vehicle Set with a 5 Year Warrantee (provided by ST USA / KW automotive North America).
ST X / Streetline Coilover Highlights
Optimally adjusted, sporty and comfortable Tuning
Individually height adjustable
TÜV-tested lowering range
Heavy Gold Zinc Plated / Galvanized Threaded Strut Bodies
Twin Tube Dampers
High-quality components for long life
Comprehensive documentation for ease of use
5 Year Warranty
Made In Germany
Kit Contents
Complete Vehicle System*
2 x Heavy Gold Zinc Plated / Galvanized Steel Front Shock/Strut Assembly
2 x Front Spring Assembly
2 x Rear Shock Assembly
2 x Rear Spring Assembly
2 x Height adjustable Rear Spring Perch*
Spanner Wrench(s)*
Installation Instructions*
Owners Pack inc decals & adjusters*
High Quality Packaging
* (Contents may vary dependant on vehicle design)
$product_id = Mage::registry('current_product')->getId();
$pid = $product_id;
//echo $pid;
$db = Mage::getSingleton('core/resource')->getConnection('core_write');
$query = 'SELECT `afv1`.`name` as `name1`,`afv2`.`name` as `name2`, `afm`.`value_id` as `resid` FROM `am_finder_map` as `afm`'.
'INNER JOIN `am_finder_value` as `afv1` ON `afv1`.`value_id` = `afm`.`value_id`'.
'INNER JOIN `am_finder_value` as `afv2` ON `afv2`.`value_id` = `afv1`.`parent_id`'.
'WHERE `pid` = '.$pid;
$finders = $db->fetchAll($query);
if(empty($finders)) {
echo"
".$this->__('Er zijn geen modellen gevonden.')."";
}else{
foreach ($finders as $finder){
$link = 'http://exacmple.com/part?find=';
$link .= strtolower(preg_replace('/[^\da-zA-Z]/', '-', $finder['name2'])) . '-'.strtolower(preg_replace('/[^\da-zA-Z]/', '-', $finder['name1'])) . '-'.$finder['resid'];
echo "
".$finder['name2']." - ".$finder['name1']."";
}
}