minadreapta Posted July 22, 2009 Share Posted July 22, 2009 how can i display currency codes or rates based on their ID? without the foreach statement... {$curr.id.1}, {$curr.code.1} these don't work. thanks. 0 Quote Link to comment Share on other sites More sharing options...
minadreapta Posted July 22, 2009 Author Share Posted July 22, 2009 basically what i want to do is this: i have a default currency ID 2 but on the order forms i want to force currency ID 1 for everyone. i was thinking of something like <form method="post" action="cart.php?gid={$smarty.get.gid}"> <input type="hidden" name="currency" value="1"> </form> but the above form doesn't work. 0 Quote Link to comment Share on other sites More sharing options...
minadreapta Posted July 24, 2009 Author Share Posted July 24, 2009 anyone? thanks 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.