Index: order_items_tag_processor.php =================================================================== --- order_items_tag_processor.php (revision 15052) +++ order_items_tag_processor.php (working copy) @@ -116,7 +116,7 @@ if ( $price_type == '$' ) { $iso = $this->GetISO($params['currency']); - $value = $this->AddCurrencySymbol($lang->formatNumber($this->ConvertCurrency($price_type, $iso), 2), $iso, true); // true to force sign + $value = $this->AddCurrencySymbol($lang->formatNumber($this->ConvertCurrency($price, $iso), 2), $iso, true); // true to force sign $block_params['price'] = $value; $block_params['price_type'] = ''; $block_params['sign'] = ''; // sign is included in the formatted value