New Zenner
- Join Date:
- Jan 2009
- Posts:
- 7
- Plugin Contributions:
- 0
Cannot Change to Another Currency
I have been working on my downloaded template and found that
whenever I changed to another currency (on the main page or other pages) , it would still revert back and display the US Dollar (default).
I have inserted about 4 other currencies through the "Admin/Localization" folder and also set the "Switch to the Default Language Currency" to true.
This template has change the position to the header and has a tpl_currencies_header.php included.
Am I missing any other currency setting?
Or could it be the code
Here's the code for the currency header:
<div id="currency_header" class="topBox"> <form method="get" action="http://superbagshop.com/index.php?main_page=index" name="currencies_form_header"> Currencies: <br/> <select class="header" onchange="this.form.submit();" name="currency_header"> <option selected="selected" value="USD">US Dollar</option> <option value="EUR">Euro</option> <option value="SGD">Singapre Dollar</option> <option value="MYR">Malaysian Ringgit</option> <option value="IDR">Indonesian Rupiah</option> </select> <input type="hidden" value="SGD" name="currency_header"/> <input type="hidden" value="index" name="main_page"/> </form> </div>Please assist. Thanks.