* @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ include(dirname(__FILE__).'/config/config.inc.php'); include(dirname(__FILE__).'/init.php'); $currency = new Currency((int)(Tools::getValue('id_currency'))); if (Validate::isLoadedObject($currency) AND !$currency->deleted) { $cookie->id_currency = (int)($currency->id); die('1'); } else die('0');