encoder(); $map = $this->get( 'selectMap', array() ); $params = $this->get( 'selectParams', array() ); $langId = $this->get( 'selectLanguageId', 'en' ); $currencyId = $this->get( 'selectCurrencyId', 'EUR' ); $currencies = ( isset( $map[$langId] ) ? (array) $map[$langId] : array() ); /** client/html/locale/select/currency/url/config * Associative list of configuration options used for generating the URL * * You can specify additional options as key/value pairs used when generating * the URLs, like * * client/html//url/config = array( 'absoluteUri' => true ) * * The available key/value pairs depend on the application that embeds the e-commerce * framework. This is because the infrastructure of the application is used for * generating the URLs. The full list of available config options is referenced * in the "see also" section of this page. * * @param string Associative list of configuration options * @since 2014.09 * @category Developer */ $config = $this->config( 'client/html/locale/select/currency/url/config', array() ); $paramname = $this->config( 'client/html/locale/select/currency/param-name', 'loc_currencyid' ); ?>

translate( 'client/html', 'Select currency' ); ?>

get( 'currencyBody' ); ?>