// General Cart Settings
x5engine.imCart.settings.vat = 0.1900;
x5engine.imCart.settings.vatincluded = false;
x5engine.imCart.settings.currency = '€';
x5engine.imCart.settings.currency_id = 'EUR';
x5engine.imCart.settings.currency_format = '#,###.@@[C]';
x5engine.imCart.settings.post_url = 'x5cart.php';
x5engine.imCart.settings.order_no_format = '[yy][mm][dd]-[A-Z][A-Z][0-9][0-9]';
x5engine.imCart.settings.form_autocomplete = true;
x5engine.imCart.settings.form_validation = 'tip';
x5engine.imCart.settings.minimum_amount = 0;
x5engine.imCart.settings.currencies = [{ "value": "ALL", "text": "Albania, Leke, Lek" }, { "value": "USD", "text": "United States of America, Dollars, $" }, { "value": "AFN", "text": "Afghanistan, Afghanis, ؋" }, { "value": "ARS", "text": "Argentina, Pesos, $" }, { "value": "AUD", "text": "Australia, Dollars, $" }, { "value": "BRL", "text": "Brazil, Reais, R$" }, { "value": "GBP", "text": "United Kingdom, Pounds, £" }, { "value": "BND", "text": "Brunei Darussalam, Dollars, $" }, { "value": "CAD", "text": "Canada, Dollars, $" }, { "value": "CNY", "text": "China, Yuan Renminbi, ¥" }, { "value": "HRK", "text": "Croatia, Kuna, ₡" }, { "value": "CZK", "text": "Czech Republic, Koruny, Kč" }, { "value": "DKK", "text": "Denmark, Kroner, kr" }, { "value": "EGP", "text": "Egypt, Pounds, £" }, { "value": "EUR", "text": "Euro, €" }, { "value": "GTQ", "text": "Guatemala, Quetzales, Q" }, { "value": "HKD", "text": "Hong Kong, Dollars, $" }, { "value": "HUF", "text": "Hungary, Forint, Ft" }, { "value": "ISK", "text": "Iceland, Kronur, kr" }, { "value": "INR", "text": "India, Rupees, Rs" }, { "value": "IDR", "text": "Indonesia, Rupiahs, Rp" }, { "value": "IRR", "text": "Iran, Rials, ﷼" }, { "value": "ILS", "text": "Israel, New Shekels, ₪" }, { "value": "JPY", "text": "Japan, Yen, ¥" }, { "value": "KZT", "text": "Kazakhstan, Tenge, лв" }, { "value": "KPW", "text": "Korea (North), Won, ₩" }, { "value": "KRW", "text": "Korea (South), Won, ₩" }, { "value": "LVL", "text": "Latvia, Lati, Ls" }, { "value": "LTL", "text": "Lithuania, Litai, Lt" }, { "value": "MYR", "text": "Malaysia, Ringgits, RM" }, { "value": "MXN", "text": "Mexico, Pesos, $" }, { "value": "NZD", "text": "New Zealand, Dollars, $" }, { "value": "NOK", "text": "Norway, Kroner, kr" }, { "value": "OMR", "text": "Oman, Rials, ﷼" }, { "value": "PLN", "text": "Poland, Zlotych, zł" }, { "value": "QAR", "text": "Qatar, Rials, ﷼" }, { "value": "RON", "text": "Romania, New Lei, lei" }, { "value": "RUB", "text": "Russia, Rubles, руб" }, { "value": "SAR", "text": "Saudi Arabia, Riyals, ﷼" }, { "value": "RSD", "text": "Serbia, Dinars, Дин." }, { "value": "SGD", "text": "Singapore, Dollars, $" }, { "value": "ZAR", "text": "South Africa, Rand, R" }, { "value": "SEK", "text": "Sweden, Kronor, kr" }, { "value": "CHF", "text": "Switzerland, Francs, CHF" }, { "value": "TWD", "text": "Taiwan, New Dollars, NT$" }, { "value": "THB", "text": "Thailand, Baht, ฿" }, { "value": "TTD", "text": "Trinidad and Tobago, Dollars, TT$" }, { "value": "TRL", "text": "Turkey, Lira, £" }, { "value": "UAH", "text": "Ukraine, Hryvnia, ₴" }];

// Cart Products
x5engine.imCart.products = {
	'hp6fw100': {
		'id': 'hp6fw100',
		'id_user': 'Power Flex Röhre 100 Watt',
		'name': 'Power Flex Röhre 100 Watt',
		'category': 'fw1abcde',
		'description': '2 % UVB Anteil, Lebensdauer ca. 800 Betriebsstunden Netto 5,29 €',
		'price': 5.29,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'ev8fw100': {
		'id': 'ev8fw100',
		'id_user': 'Power Flex Röhre 160 Watt',
		'name': 'Power Flex Röhre 160 Watt',
		'category': 'fw1abcde',
		'description': '1,6 % UVB Anteil, Lebensdauer ca. 800 Betriebsstunden Netto 5,99 €',
		'price': 5.99,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'ws1fw100': {
		'id': 'ws1fw100',
		'id_user': 'Power Flex Röhre 160 Watt',
		'name': 'Power Flex Röhre 160 Watt',
		'category': 'fw1abcde',
		'description': '2 % UVB Anteil, Lebensdauer ca. 800 Betriebsstunden Netto 5,99 €',
		'price': 5.99,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'rn2fw100': {
		'id': 'rn2fw100',
		'id_user': 'Power Flex Röhre 160 Watt',
		'name': 'Power Flex Röhre 160 Watt',
		'category': 'fw1abcde',
		'description': '2,4 % UVB Anteil, Lebensdauer ca. 800 Betriebsstunden Netto 6,29 €',
		'price': 6.29,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'hi6fw100': {
		'id': 'hi6fw100',
		'id_user': 'Power Flex Röhre 160 Watt',
		'name': 'Power Flex Röhre 160 Watt',
		'category': 'fw1abcde',
		'description': '2,7 % UVB Anteil, Lebensdauer ca. 800 Betriebsstunden Netto 6,49 €',
		'price': 6.49,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'jx3fw100': {
		'id': 'jx3fw100',
		'id_user': '25 Watt Röhre Spagetti ',
		'name': '25 Watt Röhre Spagetti ',
		'category': 'fw1abcde',
		'description': '2,5 % UVB Anteil, Lebensdauer ca. 600 Betriebsstunden Netto 3,99 €',
		'price': 3.99,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'fo5vf100': {
		'id': 'fo5vf100',
		'id_user': 'HD Strahler 300-500 Watt',
		'name': 'HD Strahler 300-500 Watt',
		'category': 'vf1abcde',
		'description': 'einseitig gesockelt <br />Netto 15,99 €  ',
		'price': 15.99,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'su0vf100': {
		'id': 'su0vf100',
		'id_user': 'HD Strahler 800-1200 Watt',
		'name': 'HD Strahler 800-1200 Watt',
		'category': 'vf1abcde',
		'description': 'einseitig gesockelt (alten Ergoline Profi Geräte) Netto 37,99 €',
		'price': 37.99,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'rr8vf100': {
		'id': 'rr8vf100',
		'id_user': 'HD Strahler OH 30/50 EC',
		'name': 'HD Strahler OH 30/50 EC',
		'category': 'vf1abcde',
		'description': 'einseitig gesockelt (KBL, Megasun)<br />Netto 37,99 €',
		'price': 37.99,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'fc6vf100': {
		'id': 'fc6vf100',
		'id_user': 'HD Strahler OH 500 EC ',
		'name': 'HD Strahler OH 500 EC ',
		'category': 'vf1abcde',
		'description': 'einseitig gesockelt (Ergoline OpenSun 450 & 600, KBL) Netto 37,99 €',
		'price': 37.99,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'zk3vf100': {
		'id': 'zk3vf100',
		'id_user': 'HD Strahler OH 50/100 Ltd.',
		'name': 'HD Strahler OH 50/100 Ltd.',
		'category': 'vf1abcde',
		'description': 'einseitig gesockelt (Ergoline OpenSun 550 & 1050, UWE S Class) Netto 49,50 €',
		'price': 49.50,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'do9bc300': {
		'id': 'do9bc300',
		'id_user': 'Ergoline Trend E6 160 Watt',
		'name': 'Ergoline Trend E6 160 Watt',
		'category': 'bc3abcde',
		'description': 'Röhre für 03 W/m² Norm (Bestückung für Ergoline Classic 500 & 600, Avantgarde 600, Excellence 700 & 800) mit Einbau dieser Röhre hat das Gerät die Gesetzliche Norm von 0,3 W/m² (1003883) Netto 8,90 €',
		'price': 8.90,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'xa9bc300': {
		'id': 'xa9bc300',
		'id_user': 'Ergoline Trend E2 100 Watt',
		'name': 'Ergoline Trend E2 100 Watt',
		'category': 'bc3abcde',
		'description': 'Röhre für 03 W/m² Norm (Bestückung für Ergoline 300 SP) mit Einbau dieser Röhre hat das Gerät die Gesetzliche Norm von 0,3 W/m² (1003890) Netto: 8,50 €',
		'price': 8.50,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'ur0bc300': {
		'id': 'ur0bc300',
		'id_user': 'Ergoline Trend E6 100 Watt',
		'name': 'Ergoline Trend E6 100 Watt',
		'category': 'bc3abcde',
		'description': 'Röhre für 03 W/m² Norm (Bestückung für Ergoline 500 SP, Soltron Z 45) mit Einbau dieser Röhre hat das Gerät die Gesetzliche Norm von 0,3 W/m² (1003885) Netto: 8,50 €',
		'price': 8.50,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'bu3mz700': {
		'id': 'bu3mz700',
		'id_user': '100 Watt Röhre 0,9 %',
		'name': '100 Watt Röhre 0,9 %',
		'category': 'mz7abcde',
		'description': '(Leistung Normal) 0,9 % UVB ohne Reflektor<br /><br /><br />',
		'price': 7.50,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'dj6mz700': {
		'id': 'dj6mz700',
		'id_user': '80 Watt Röhre 0,9 % ',
		'name': '80 Watt Röhre 0,9 % ',
		'category': 'mz7abcde',
		'description': '(Leistung Normal) 0,9 % UVB ohne Reflektor',
		'price': 7.50,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'av4mz700': {
		'id': 'av4mz700',
		'id_user': 'Brenner 400 Watt ',
		'name': 'Brenner 400 Watt ',
		'category': 'mz7abcde',
		'description': 'beidseitig gesockelt R7S Anschluß.',
		'price': 29.00,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'zj4mz700': {
		'id': 'zj4mz700',
		'id_user': 'Brenner 400 Watt Kabel',
		'name': 'Brenner 400 Watt Kabel',
		'category': 'mz7abcde',
		'description': 'mit beidseitigen Kabelanschluß.',
		'price': 29.00,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'sf7ro900': {
		'id': 'sf7ro900',
		'id_user': 'Lampenentsorungspauschale 0,13 Cent',
		'name': 'Lampenentsorungspauschale 0,13 Cent',
		'category': 'ro9abcde',
		'description': '',
		'price': 0.13,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'5w9engd8': {
		'id': '5w9engd8',
		'id_user': 'HD Strahler 400-500 Watt',
		'name': 'HD Strahler 400-500 Watt',
		'category': 'vf1abcde',
		'description': 'beidseitig gesockelt R7 S<br />Netto 9,99 €',
		'price': 9.99,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'utb413lu': {
		'id': 'utb413lu',
		'id_user': '100 Watt Röhre 2,0 %',
		'name': '100 Watt Röhre 2,0 %',
		'category': 'mz7abcde',
		'description': '(Leistung Stark) 2,0 % UVB ohne Refektor ',
		'price': 11.90,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'j7sgv2s9': {
		'id': 'j7sgv2s9',
		'id_user': '100 Watt Reflektor-Röhre 0,9 %',
		'name': '100 Watt Reflektor-Röhre 0,9 %',
		'category': 'mz7abcde',
		'description': '(Leistung: mittel Normal) 0,9 % UVB (müssen bei Geräte ohne Refektorwanne eingebaut werden)',
		'price': 9.50,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'4i374ojp': {
		'id': '4i374ojp',
		'id_user': '80 Watt Reflektor-Röhre 0,9 %',
		'name': '80 Watt Reflektor-Röhre 0,9 %',
		'category': 'mz7abcde',
		'description': '(Leistung: mittel Normal) 0,9 % UVB (müssen bei Geräte ohne Refektorwanne eingebaut werden)',
		'price': 9.50,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'76693x45': {
		'id': '76693x45',
		'id_user': '80 Watt Reflektor-Röhre 2,0 %',
		'name': '80 Watt Reflektor-Röhre 2,0 %',
		'category': 'mz7abcde',
		'description': '(Leistung: sehr STARK) 2,0 % UVB (müssen bei Geräte ohne Refektorwanne eingebaut werden)',
		'price': 14.90,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'leq87hup': {
		'id': 'leq87hup',
		'id_user': '100 Watt Reflektor-Röhre 1,3 %',
		'name': '100 Watt Reflektor-Röhre 1,3 %',
		'category': 'mz7abcde',
		'description': '(Leistung: mittel STARK) 1,3 % UVB (müssen bei Geräte ohne Refektorwanne eingebaut werden)',
		'price': 11.90,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'v9srp1wl': {
		'id': 'v9srp1wl',
		'id_user': '80 Watt Reflektor-Röhre 1,3 %',
		'name': '80 Watt Reflektor-Röhre 1,3 %',
		'category': 'mz7abcde',
		'description': '(Leistung: mittel STARK) 1,3 % UVB (müssen bei Geräte ohne Refektorwanne eingebaut werden)',
		'price': 11.90,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'5kn0wb28': {
		'id': '5kn0wb28',
		'id_user': '80 Watt Röhre 2,0 %',
		'name': '80 Watt Röhre 2,0 %',
		'category': 'mz7abcde',
		'description': '(Leistung STARK) 2,0 % UVB ohne Reflektor',
		'price': 11.90,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	},
	'2a5txp9x': {
		'id': '2a5txp9x',
		'id_user': '100 Watt Reflektor-Röhre 2,0%',
		'name': '100 Watt Reflektor-Röhre 2,0%',
		'category': 'mz7abcde',
		'description': '(Leistung: sehr STARK) 2,0 % UVB (müssen bei Geräte ohne Refektorwanne eingebaut werden)',
		'price': 14.90,
		'discounts': {},
		'images': [],
		'vat': 0.19000,
		'weight': 0.00000
	}
};

// Shipping Data
x5engine.imCart.shippings = [
	{
		'name': 'Versandkosten incl. Verpackung',
		'description': 'Wir versenden Ware nur gegen Vorkasse, Barzahlung bei Abholung, oder per Nachnahme! Die Nachnahmegebühr beträgt zusätzlich 10.- €.<br /><br />',
		'vat': 0.19000,
		'type': 'FIXED',
		'price': 15.00000,
		'email': 'Vielen  Dank für Ihre Bestellung.<br /><br />Wenn Sie per Vorkasse bezahlen, bitte Bestellnummer angeben. Sobald das Geld unserem Konto Gutgeschrieben ist, wird die Ware versendet.<br /><br />Wir versenden die Ware nur gegen Vorkasse, Barzahlung bei Abholung, oder per Nachnahme! Die Nachnahmegebühr beträgt zusätzlich 10.- €.<br /><br />Per Vorkasse Überweisen Sie bitte auf folgendes Konto,<br />unter Angabe Ihrer Bestellnummer:<br /><br />Empfänger:<br />Fütterer GmbH<br />Sparkasse KölnBonn<br />Konto Nr. 10 11 55 28 07<br />BLZ 370 501 98'
	}
];

// Payment Data
x5engine.imCart.payments = [
	{
		'name': 'Banküberweisung per Vorkasse',
		'description': '',
		'email': 'Bitte beachten Sie, dass Sie nach Abschluss der Zahlung eine Kopie der Überweisungsbestätigung gemeinsam mit der Bestellnummer senden müssen.',
		'vat': 0.190,
		'price': 0.000
	},
	{
		'name': 'Nachnahme zzgl. 10.-€ Nachnahmegebühr',
		'description': '',
		'email': '',
		'vat': 0.190,
		'price': 10.000
	}
];

// HTML Form
x5engine.imCart.html_form = '<div style="text-align: center; font-weight: bold;">Rechnungsadresse/Lieferadresse</div><br /><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartCompany"><span>Firma:</span></label><input type="text" name="imCartCompany" id="imCartCompany" class="imCartInput  "></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartName"><span>Vorname:</span></label><input type="text" name="imCartName" id="imCartName" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartLastName"><span>Nachname:</span></label><input type="text" name="imCartLastName" id="imCartLastName" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartAddress1"><span>Anschrift:</span></label><input type="text" name="imCartAddress1" id="imCartAddress1" class="imCartInput  "></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartAddress2"><span>Zusätzliche Informationen zur Anschrift:</span></label><input type="text" name="imCartAddress2" id="imCartAddress2" class="imCartInput  "></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartCity"><span>Ort:</span></label><input type="text" name="imCartCity" id="imCartCity" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartZipPostalCode"><span>PLZ:</span></label><input type="text" name="imCartZipPostalCode" id="imCartZipPostalCode" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartCountry"><span>Land:</span></label><input type="text" name="imCartCountry" id="imCartCountry" class="imCartInput  "></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartPhone"><span>Telefon:</span></label><input type="text" name="imCartPhone" id="imCartPhone" class="imCartInput mandatory valGenTelephone">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartVAT"><span>Steuernummer:</span></label><input type="text" name="imCartVAT" id="imCartVAT" class="imCartInput  valVAT[DE]"></span></div><div class="imCartFormRow"><span style="width: 80%; margin: 0 auto; display: block; clear: both;"><label class="imCartLabel" for="imCartNote"><span>Bemerkungen:</span></label><textarea name="imCartNote" id="imCartNote" class="imCartInput  " style="font-family: inherit; font-size: inherit; font-style: inherit;"></textarea></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartEmail"><span>E-Mail-Adresse:</span></label><input type="text" name="imCartEmail" id="imCartEmail" class="imCartInput mandatory valEmail">*</span></div><div style="width: 40%; margin: 0 auto; padding-left: 10px; text-align: left;"><br /><label class="imCartLabelLeft"><span>Bedingungen</span></label><br /><br /><span style="display: inline-block; width: 100%;"><textarea class="imCartInput" rows="6" readonly="readonly" style="width: 100%" cols="52">Es gelten unsere Allgemeine Geschäftsbedingungen, im Internet unter WWW.Fuetterer-Solarien.de oder telefonisch unter +49 2203 301031.</textarea><br /><div><input type="checkbox" class="valDisclaimer" value="1" style="margin-right: 5px; vertical-align: middle;" /><label>Zustimmen</label></div></span></div>';

// End of file x5cart.js
