Bundle savings currency change
Design and Skin Customization
This is a bug in the Bundle module's item_list.tpl template and will be fixed in the next release of the module. In the meantime, edit the template and change line 58 from
<h2><b>{jrCore_lang module="jrBundle" id="44" default="Save"}<br>${$item.bundle_item_savings|number_format:2}</b></h2>
to
<h2><b>{jrCore_lang module="jrBundle" id="44" default="Save"}<br>{jrPayment_get_currency_code()}{$item.bundle_item_savings|number_format:2}</b></h2>
hth, and thanks for letting us know about it.