
WEST MARINE
0299467848
Liste des bateaux d'occasion proposés
Outrage 220BOSTON WHALERMoteurBOSTON WHALER Outrage 220occasion
270 DauntlessBOSTON WHALERMoteurBOSTON WHALER 270 Dauntlessoccasion
BOSTON WHALERMoteurBOSTON WHALER occasion
270 DauntlessBOSTON WHALERMoteurBOSTON WHALER 270 Dauntlessoccasion
BWA 26 Super SportBWAMoteurBWA BWA 26 Super Sportoccasion
ANTARES SERIE 9BENETEAUMoteurBENETEAU ANTARES SERIE 9occasion
BOSTON WHALER Outrage 2202011
Visible : Dinard
BOSTON WHALER 270 Dauntless2019
Visible : Dinard
BOSTON WHALER 1978
Visible : Dinard
BOSTON WHALER 270 Dauntless2017
Visible : Dinard
BWA BWA 26 Super Sport2017
Visible : Dinard
BENETEAU ANTARES SERIE 92004
Visible : Dinard
+ de bateaux
$type = "";
if ( isset( $_SESSION['search'] ) ) {
if ( in_array( 1, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "voilier";
}
if ( in_array( 2, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "moteur";
}
if ( in_array( 3, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "accastillage";
}
} else {
$type = "voilier";
}
app::executeBlock( 'boat_searchBlock', array(
'type' => $type,
'constModel' => "",
'pro' => "",
'part' => "",
'visibleSalon' => "",
'occasionPlaisance' => ""
) );
?>