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

// Cart Products
x5engine.imCart.products = {
	'ul4au200': {
		'id': 'ul4au200',
		'id_user': 'chambre 1 personne',
		'name': 'chambre 1 personne',
		'category': 'au2abcde',
		'description': '',
		'price': 73.00,
		'discounts': {},
		'images': ['cart/images/hotel-bollaert-lens-009.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'qd8au200': {
		'id': 'qd8au200',
		'id_user': 'chambre 2 personnes un grand lit',
		'name': 'chambre 2 personnes un grand lit',
		'category': 'au2abcde',
		'description': '',
		'price': 77.00,
		'discounts': {},
		'images': ['cart/images/hotel-bollaert-lens-009.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'me8au200': {
		'id': 'me8au200',
		'id_user': 'chambre 2 personnes 2 lits',
		'name': 'chambre 2 personnes 2 lits',
		'category': 'au2abcde',
		'description': '',
		'price': 79.00,
		'discounts': {},
		'images': ['cart/images/hotel-bollaert-lens-009.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'ak9au200': {
		'id': 'ak9au200',
		'id_user': 'chambre 3 personnes 2 lits',
		'name': 'chambre 3 personnes 2 lits',
		'category': 'au2abcde',
		'description': '',
		'price': 105.00,
		'discounts': {},
		'images': ['cart/images/hotel-bollaert-lens-009.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'yf4au200': {
		'id': 'yf4au200',
		'id_user': 'petit dejeuner',
		'name': 'petit dejeuner',
		'category': 'au2abcde',
		'description': '',
		'price': 9.80,
		'discounts': {},
		'images': ['cart/images/petit-dejeuner.jpg'],
		'vat': 0,
		'weight': 0.00000
	}
};

// Shipping Data
x5engine.imCart.shippings = [
	{
		'name': 'Reglement par Carte Bancaire',
		'description': '',
		'vat': 0,
		'type': 'FIXED',
		'price': 1.00000,
		'email': ''
	},
	{
		'name': 'Réglement par chèque bancaire',
		'description': '',
		'vat': 0,
		'type': 'FIXED',
		'price': 0.00000,
		'email': ''
	}
];

// Payment Data
x5engine.imCart.payments = [
	{
		'name': 'Virement bancaire',
		'description': 'Payer plus tard par virement bancaire.',
		'email': 'Les données requises pour le paiement par virement bancaire sont les suivantes :<br /><br />XXX YYY ZZZ<br /><br />Remarque : au terme du paiement, il est nécessaire d\'envoyer une copie du reçu avec le Numéro de la commande.',
		'vat': 0,
		'price': 0.000
	}
];

// HTML Form
x5engine.imCart.html_form = '<div style="text-align: center; font-weight: bold;">Adresse de facturation/Adresse de livraison</div><br /><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartName"><span>Prénom:</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>Nom:</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="imCartStateRegion"><span>État / Prov. / Dept.:</span></label><input type="text" name="imCartStateRegion" id="imCartStateRegion" 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>Pays:</span></label><input type="text" name="imCartCountry" id="imCartCountry" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartPhone"><span>Téléphone:</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="imCartEmail"><span>Adresse E-mail:</span></label><input type="text" name="imCartEmail" id="imCartEmail" class="imCartInput mandatory valEmail">*</span></div>';

// End of file x5cart.js
