L’entreprise familiale Zöller & Born GmbH fut fondée par Alois Zöller et Werner Born en 1956. Elle emploie 50 personnes. La société livre des chopes à bière dans le monde entier. Made in Germany est ici une obligation. En tant que fabricant allemand de souvenirs classiques, Zöller & Born garantit la haute qualité de la chope de bière, ou encore appelée Seidel. Le développement complet et la fabrication de chaque modèle de chope à bière, pour l’ébauche, la conception artistique au modèle peint à la main, se fait dans la maison Zöller & Born.
sql: select Artikel.ID as ID, Produktgruppe.ID as GID, Artikel.Artikelnr as Artikelnr, Artikel.Name_f as Name, Artikel.Preis as Preis, Artikel.Beschreibung_kurz_f as Beschreibung_kurz, Artikel.Bildpfadgr as Bildpfadgr, Produktgruppe.Produktgruppe_f as Produktgruppe, Produktgruppe.Beschreibung_f as Produktgruppe_Beschreibung, Bestand, Beschaffungszeit_f, UVP, Artikel.Video as Video, Lieferzeit from Artikel INNER JOIN Produktgruppe ON Artikel.Produktgruppe = Produktgruppe.ID INNER JOIN Produktgruppe ProduktgruppeShop on Produktgruppe.id = ProduktgruppeShop.Sortierung_Startseite left outer join Produktgruppe Produktgruppe2Shop on Artikel.Produktgruppe2 = Produktgruppe2Shop.Sortierung_Startseite where ProduktgruppeShop.Aktiv=1 and Artikel.Aktiv=1 and Artikel.SID=10 and Produktgruppeshop.Aktiv = 1 and Produktgruppeshop.SID = 26 and Hersteller = 32 order by Artikel.Sortierung, Artikel.ID