Hello,
I can see a footer line added for the payment price in the order status notification preload
if(bccomp($data->cart->order_payment_price,0,5)){
if($config->get('price_with_tax')) {
$t = $currencyHelper->format($data->cart->order_payment_price, $data->cart->order_currency_id);
} else {
$t = $currencyHelper->format($data->cart->order_payment_price - @$data->cart->order_payment_tax, $data->cart->order_currency_id);
}
$cartFooters[] = array(
'NAME' => JText::_('HIKASHOP_PAYMENT'),
'VALUE' => $t
);
}
So I'm sorry but I cannot confirm that issue.
Regards,