kirilkirkov / Ecommerce-CodeIgniter-Bootstrap

Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
MIT License
1.26k stars 942 forks source link

how to change currency #262

Closed rambhai99 closed 3 weeks ago

rambhai99 commented 3 weeks ago

how to change currency in this code

kirilkirkov commented 3 weeks ago

@rambhai99 application/config/config.php

There is a line:

/* -------------------------------------------------------------------------- Default Language
This determines which set of language files should be used. Make sure
there is an available translation if you intend to use something other
than english.
Must set currencyKey: BGN, USD or other.. Look in currency
hepler for help.. :)

*/ $config['language'] = 'english'; $config['language_abbr'] = 'en'; $config['currency'] = '€'; $config['currencyKey'] = 'EUR';