Jump to content

Please help with CURRENCY on BankWire


Recommended Posts

What should I change to leave only the USD as a currency - with no ComboBox.
But the amount in USD should work.



   - {l s='The total amount of your order is' mod='bankwirecopy'}
   {if $currencies|@count > 1}
       {foreach from=$currencies item=currency}
{convertPriceWithCurrency price=$total currency=$currency}
       {/foreach}
   {else}
{convertPriceWithCurrency price=$total currency=$currencies.0}
   {/if}
   {l s='(tax incl.)' mod='bankwirecopy'}



   -
   {if $currencies|@count > 1}
       {l s='We accept USD only to be sent by WebMoney.' mod='bankwirecopy'}



       {l s='Choose one of the following:' mod='bankwirecopy'}



       {foreach from=$currencies item=currency}
{$currency.name}          
           {/foreach}






       [removed]showElemFromSelect('currency_payement', 'amount_');[removed]
   {else}
       {l s='We accept the following currency to be sent by WebMoney:' mod='bankwirecopy'} {$currencies.0.name}
       <input type="hidden" name="currency_payement" value="{$currencies.0.id_currency}">
   {/if}

14461_QFXsn2z8LDlVWyMYIMfS_t

Link to comment
Share on other sites

  • 11 months later...

my bank wire mod is working, except that when i choose another currency from the dropdown, it doesnt update/change to the converted value of the new currency.

Please note that the Currency symbol instantly change when selecting a new currency but not the currency value.

What's wrong with that?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...