Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.4
-
Fix Version/s: Unscheduled
-
Component/s: CiviContribute
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Core Team Funds
Description
templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl hard-codes the currency symbol as $ on lines 80 and 81:
You must contribute at least $%1 to get this item
{/ts}<br/>
<input type="button" value="Contribute ${$row.min_contribution} Instead" amount="{$row.min_contribution}" />
We can work around this with different premiums per-currency, but it would be nice if a single premium could have prices for each currency.