Preisliste
{{searchIcon}}
{{ item.price ? (item.price / 100).toFixed(2) : '' }}
{{ item.price_big ? (item.price_big / 100).toFixed(2) : '' }}
{{
item.name.toLowerCase() == 'long island ice tea'.toLowerCase()
? 'Ein Klubmitglied bestellt keinen Long Island Icetea'
: item.price_club
? (item.price_club / 100).toFixed(2)
: ''
}}
{{
item.price_club_big ? (item.price_club_big / 100).toFixed(2) : ''
}}
{{ item.premium ? (item.premium / 100).toFixed(2) : '' }}
{{ item.premium_club ? (item.premium_club / 100).toFixed(2) : '' }}
{{
item.price_extern_club
? (item.price_extern_club / 100).toFixed(2)
: ''
}}