weldmar Posted November 15, 2009 Share Posted November 15, 2009 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} Link to comment Share on other sites More sharing options...
rocky Posted November 17, 2009 Share Posted November 17, 2009 Go to the Payment tab and untick the currencies in the first column (with the coins icon) of the "Currencies restrictions" section that you don't want to appear in the Bank Wire module. Link to comment Share on other sites More sharing options...
dramony Posted November 10, 2010 Share Posted November 10, 2010 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 More sharing options...
rocky Posted November 10, 2010 Share Posted November 10, 2010 You must be using an old version of PrestaShop. It's a bug that was fixed in PrestaShop v1.3.1. Link to comment Share on other sites More sharing options...
dramony Posted November 10, 2010 Share Posted November 10, 2010 My site is already live, so how do i fix it? and i noticed that im indeed using 1.3.1 so how come i am getting this? Link to comment Share on other sites More sharing options...
dramony Posted November 10, 2010 Share Posted November 10, 2010 Rocky, any tricks with this? Link to comment Share on other sites More sharing options...
rocky Posted November 10, 2010 Share Posted November 10, 2010 Are you using a third-party module based on an older bankwire module? Make sure you are using the default PrestaShop v1.3.1 bankwire module. It shouldn't have the bug. Link to comment Share on other sites More sharing options...
dramony Posted November 11, 2010 Share Posted November 11, 2010 i am not using any 3rd party. i tried re-installing that module but still the same. anything else? Link to comment Share on other sites More sharing options...
rocky Posted November 11, 2010 Share Posted November 11, 2010 I have no idea. Perhaps you should try upgrading to PrestaShop v1.3.2? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now