Live Sales/Support Chat Software
My Account
|
Site Map
|
View Cart
Sales:1-800-747-4270
Support:
Submit a ticket
Knowledgebase
Support Center
»
Knowledgebase
»
Multiple currency drop down code.
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Article Options
Add Comment
Print Article
PDF Version
Email Article
Add to Favorites
Multiple currency drop down code.
Solution
<?php if($config->getBoolValue('multipleCurrencies')){ ?>
<form name="ds_currency" action="<?php print $config->getValue('merchantURL'); ?>/cart.php" method="action">
<input type="hidden" name="m" value="<?php print CUSTOMER_CURRENCIES_SAVE_CMD ?>">
<table>
<tr>
<td>
<?php require_once('lib/framework/Currencies.class.php'); ?>
<b><?php $lang->xprint('str_view_currency') ?>:</b>
</td>
<td>
<select name="curID" class="Form2">
<?php Currencies::dropDown(); ?>
</select>
</td>
<td>
<input type=image src=<?php print $config->getValue('merchantURL'); ?>/images/design/m22.gif width=29 height=17 border=0>
</td>
<td>
</td>
</tr>
</table>
</form>
<?php } ?>
Article Details
Article ID:
353
Created On:
Mar. 28 2007 05:56 PM
This answer was helpful
This answer was not helpful
Products
|
Company
|
Support
|
Contact
|
Resources
|
Home
© 2001-2010, Sum Effect Software, Inc. ® -All Rights Reserved.
Terms of Use
|
Privacy Policy