nicolas wrote:
I told you how to do. You should just do the modification I explained on that post:
www.hikashop.com/support/forum/3-bug-rep...t.html?lang=en#19226
The only thing is that you did the modification once in the file where the same code is several times in the file. So you should do it for all the occurrences (mainly in the function form where you did it only for the function invoice) and that will work.
I found out what I did wrong, there was two instances of:
if(!empty($order->order_payment_id)){
$pluginsPayment = hikashop::get('type.plugins');
$pluginsPayment->type='payment';
$this->assignRef('payment',$pluginsPayment);
I found the other one I didn't change, now the payment method is showing up. Thanks for all your help Nicolas, it is greatly appreciated!