// General Cart Settings
x5engine.imCart.settings.vat = 0.2300;
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 = {
	'wdy3e29r': {
		'id': 'wdy3e29r',
		'id_user': 'Product 1',
		'name': 'Product 1',
		'category': '7qa951hc',
		'description': '',
		'price': 4,
		'discounts': {},
		'images': ['cart/images/---------AZOO--1-4-.png'],
		'vat': 0.23000,
		'weight': 4.00000
	},
	'2lk0g8z8': {
		'id': '2lk0g8z8',
		'id_user': 'Product 2',
		'name': 'Product 2',
		'category': '7qa951hc',
		'description': '',
		'price': 0,
		'discounts': {},
		'images': [],
		'vat': 0.23000,
		'weight': 0.00000
	},
	'h36mb1bi': {
		'id': 'h36mb1bi',
		'id_user': 'Product 3',
		'name': 'Product 3',
		'category': '7qa951hc',
		'description': '',
		'price': 0,
		'discounts': {},
		'images': [],
		'vat': 0.23000,
		'weight': 0.00000
	}
};

// Shipping Data
x5engine.imCart.shippings = [
	{
		'name': 'Mail',
		'description': 'The goods will be delivered in 2-5 days.',
		'vat': 0.23000,
		'type': 'FIXED',
		'price': 5.00000,
		'email': 'Shipping by Mail.<br />The goods will be delivered in 3-5 days.'
	},
	{
		'name': 'Express Delivery',
		'description': 'The goods will be delivered in 1-2 days.',
		'vat': 0.23000,
		'type': 'FIXED',
		'price': 10.00000,
		'email': 'Shipping by Express Delivery.<br />The goods will be delivered in 1-2 days.'
	}
];

// Payment Data
x5engine.imCart.payments = [
	{
		'name': 'Bank Transfer',
		'description': 'Pay later with Bank Transfer.',
		'email': 'Here are the data required to make the payment with Bank Transfer:<br /><br />XXX YYY ZZZ<br /><br />Please note that once the payment is completed it is necessary to send a copy of the receipt along with the Order Number.',
		'vat': 0.230,
		'price': 0.000
	}
];

// HTML Form
x5engine.imCart.html_form = '<div style="text-align: center; font-weight: bold;">Διεύθυνση τιμολόγησης/Διεύθυνση αποστολής</div><br /><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartName"><span>Όνομα:</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>Επώνυμο:</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>Διεύθυνση:</span></label><input type="text" name="imCartAddress1" id="imCartAddress1" 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>Τ.Κ.:</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="imCartCity"><span>Πόλη:</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="imCartStateRegion"><span>Περιοχή:</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="imCartPhone"><span>Τηλέφωνο:</span></label><input type="text" name="imCartPhone" id="imCartPhone" class="imCartInput  valGenTelephone"></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartEmail"><span>Διεύθυνση Email:</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>Όροι και προϋποθέσεις</span></label><br /><br /><span style="display: inline-block; width: 100%;"><textarea class="imCartInput" rows="6" readonly="readonly" style="width: 100%" cols="52"></textarea><br /><div><input type="checkbox" class="valDisclaimer" value="1" style="margin-right: 5px; vertical-align: middle;" /><label>Συμφωνώ</label></div></span></div>';

// End of file x5cart.js
