/**
 * simpleCart config
 * 
 * Description
 * 
 * @license		Commercial License
 * @author		Paul Hachmang
 * @link		http://h-o.nl
 * @email		paul@h-o.nl
 * 
 * @file		simpleCart.config.js
 * @version		1.0
 * @date		02/15/2011
 * 
 * Copyright (c) 2011
 */

	simpleCart.email = "orders@hachmang-otten.nl";
	simpleCart.shippingFlatRate = 0;
    simpleCart.currency = EUR;
	simpleCart.taxRate  = 0;
	simpleCart.name = '{exp:lg_ml:translate key="Product"}';
	simpleCart.price = '{exp:lg_ml:translate key="Price"}';
	simpleCart.cartHeaders = ["Quantity_noHeader" ,"Remove_noHeader" , "Price", "Name"];

