You can find us in France, in Provence, between sea and mountains, in a region where climate is the mother of a generous nature, where soil, men and their know-how have given to gastronomy its patent of nobility.
A Fine grocery in Avignon, a few meters away from the famous bridge; for three generations we have been selecting the finest and best products to satisfy our customers.
Whether you cook our products your own way or following Vincent’s advise, you will find in them all the taste and flavours that have built up our renown.
select sum(tax_rate) as tax_rate from tax_rates tr left join zones_to_geo_zones za on (tr.tax_zone_id = za.geo_zone_id) left join geo_zones tz on (tz.geo_zone_id = tr.tax_zone_id) where (za.zone_country_id is null or za.zone_country_id = '0' or za.zone_country_id = '73') and (za.zone_id is null or za.zone_id = '0' or za.zone_id = '') and tr.tax_class_id = '0' group by tr.tax_priority