• huitres-du-producteur
  • huitres-du-producteur
  • huitres-du-producteur
  • huitres-du-producteur
Je suis particulier
ParticulierCEProfessionnel
Homepage > Shop > Our Points of Sales

Our Points of Sales

 

You can buy oysters Cahue markets:

Huitre Cahue Notre vendeuse Marie Christine à  Cancale
 

 In Cancale 

                           

 

Every day on the Market oysters

From 8:30 to 18:30

Place an order at this location 

 

huitres de cancale à cesson Sévigné

In Cesson Sévigné

               

Every Saturday

Weekly on the market

From 8:30 to 1:00 p.m.

Place an order at this location 

 

vente d'huitres de cancale a Betton

In Saint Grégoire  

                

Every Sunday
Place de la Forge

From 8:30 to 1:00 p.m.

Place an order at this location 

 

vente d'huitres de cancale a Betton

In Betton 

                            

Every Sunday

near Bakery
14 rue Armorique

From 8:30 to 1:00 p.m.

Place an order at this location 

 

 

 

 

 

Click on a thumbnail to enlarge
huitres-du-producteur
huitres-du-producteur
huitres-du-producteur
huitres-du-producteur
huitres-du-producteur
huitres-du-producteur
huitres-du-producteur
huitres-du-producteur
huitres-du-producteur
Shopping Cart
if(typeof jQuery!="undefined"){ if(!jQuery.browser){jQuery.browser={};} if(typeof jQuery.browser.mobile==="undefined"){ jQuery.browser.mobile = /Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent); } } $.getScript('/scripts/gmap/gmap3.min.js',function(){ var $map = $("#carte"); $map.gmap3({ action:"init", options:{center:[48.6339866,-1.8653314],zoom:13} },{ action: "addMarker", latLng:[48.6707792,-1.8512455], tag: "to", options:{icon:new google.maps.MarkerImage("https://huitres-cancale.fr/img/icon-gmap.png")}, events: {click: function(marker, event, data) { infoWindowOpen($this, marker, "À Cancale
Marché aux huîtres
Tous les jours de 8h30 à 18h30
Itinéraire") }} },{ action: "addMarker", latLng:[48.6339866,-1.8653314], tag: "to", options:{icon:new google.maps.MarkerImage("https://huitres-cancale.fr/img/icon-gmap.png")}, events: {click: function(marker, event, data) { infoWindowOpen($this, marker, "À Saint-Méloir-des-Ondes
Distributeur automatique
24h/24
Itinéraire") }} },{ action: "addMarker", latLng:[48.1180438,-1.6048773], tag: "to", options:{icon:new google.maps.MarkerImage("https://huitres-cancale.fr/img/icon-gmap.png")}, events: {click: function(marker, event, data) { infoWindowOpen($this, marker, "À Cesson Sévigné
Marché hebdomadaire
Tous les samedis de 8h30 à 13h00
Itinéraire") }} },{ action: "addMarker", latLng:[48.1512368,-1.6853281], tag: "to", options:{icon:new google.maps.MarkerImage("https://huitres-cancale.fr/img/icon-gmap.png")}, events: {click: function(marker, event, data) { infoWindowOpen($this, marker, "À Saint Grégoire
Place de la Forge​
Tous les dimanches de 8h30 à 13h00
Itinéraire") }} },{ action: "addMarker", latLng:[48.1812904,-1.638075], tag: "to", options:{icon:new google.maps.MarkerImage("https://huitres-cancale.fr/img/icon-gmap.png")}, events: {click: function(marker, event, data) { infoWindowOpen($this, marker, "À Betton
près de la Boulangerie, 14 rue d'Armorique
Tous les dimanches de 8h30 à 13h00
Itinéraire") }} },{ action: "addMarker", latLng:[48.124593,-1.2092062], tag: "to", options:{icon:new google.maps.MarkerImage("https://huitres-cancale.fr/img/icon-gmap.png")}, events: {click: function(marker, event, data) { infoWindowOpen($this, marker, "À Vitré
marché hebdomadaire près de la poste
Tous les samedis de 8h30 à 13h00
Itinéraire") }} },{ action: "addMarker", latLng:[48.681866085969,-1.9677747882982], tag: "to", options:{icon:new google.maps.MarkerImage("https://huitres-cancale.fr/img/icon-gmap.png")}, events: {click: function(marker, event, data) { infoWindowOpen($this, marker, "À Rothéneuf
Devant la maison Rouellan
De septembre à mai
tous les dimanche matin
Itinéraire") }} },{ action: "addMarker", latLng:[48.6462535834,-2.025813732478], tag: "to", options:{icon:new google.maps.MarkerImage("https://huitres-cancale.fr/img/icon-gmap.png")}, events: {click: function(marker, event, data) { infoWindowOpen($this, marker, "À Intramuros - Saint-Malo
A la porte de dinan notre stand est installée sur le tout nouveau marché aux huitres de st Malo
Le dimanche de 9h00 à 17H00
Itinéraire") }} },{ action:"addDirectionsRenderer", preserveViewport: true, markerOptions:{visible: false} },{ action:"setDirectionsPanel", id : "directions" },{action:"autofit"}); $("#address").autocomplete({ //This bit uses the geocoder to fetch address values source: function(request, response) { $map.gmap3({ action:"getAddress", address: request.term, address: {address:request.term+ ", FR",region: "FR"}, callback:function(results){ if (!results) return; response($.map(results, function(item) { return { label: item.formatted_address, value: item.formatted_address, latLng: item.geometry.location } })); } }); }, //This bit is executed upon selection of an address select: function(event, ui) { $map.gmap3({ action:"clear", name:"marker", tag:"from" }, { action:"addMarker", latLng:ui.item.latLng, options:{draggable:true,icon:new google.maps.MarkerImage("//maps.gstatic.com/mapfiles/icon_greenA.png")}, tag:"from" },updateDirections(ui.item.latLng),"autofit"); } }); var infoWindow = null; function infoWindowOpen($this, marker, data) { if (infoWindow) { var map = $this.gmap3("get"); // returns google Map object infoWindow.open(map, marker); } else { // create info window above marker $this.gmap3({action: "addInfoWindow", anchor: marker}); // get google InfoWindow object infoWindow = $this.gmap3({action:"get", name:"infoWindow"}); } infoWindow.setContent(data); } function updateDirections(depart){ $map.gmap3({ action:"getRoute", options:{ origin:depart, destination:"48.6339866,-1.8653314", travelMode: google.maps.DirectionsTravelMode.DRIVING }, callback: function(results){ if (!results) return; $map.gmap3({ action: "setDirections", directions:results}); } }); } }); }); }); //Script général $("#all").removeClass("no-js"); $(".jHide").css("display","none"); var token_cr="1201521207181168210714"; $("body").on("click",".jSlider",function(){ layer=$("."+$(this).attr("id")); if(layer.css("display")=="none")layer.slideDown(); else layer.slideUp(); }); $("#btn_mobile").click(function(){ $("#css3menu, #menu_vertical").stop(true,false).slideToggle(400); }); $('a[href^="#"]').click(function(){ var the_id = $(this).attr("href"); if($(the_id).length){ $('html, body').animate({ scrollTop:$(the_id).offset().top }, 1200); return false; } }); $("#type_client").change(function(){ if($(this).find("option:selected").val()=="pro" || $(this).find("option:selected").val()=="ce"){ $(".type_pro").css("display","block"); }else{ $(".type_pro").css("display","none"); } }); $(window).resize(function(){window_reload();}); window_reload(); }); $(window).load(function(){ window_reload(); $("#goto_content").addClass("effect"); });