I modified the module to make the 'howpay' column link to the payment tab of the order, change at line 121:
$temparray[]= l(t($customer->howpay),'admin/store/orders/' . $customer->id . 'payments');
I modified the module to make the 'howpay' column link to the payment tab of the order, change at line 121:
$temparray[]= l(t($customer->howpay),'admin/store/orders/' . $customer->id . 'payments');
Comments
Comment #1
cayenne commentedSay, that's a good idea. I will commit that on the next rev.
Comment #2
cayenne commentedThanks for the idea!
Comment #3
cayenne commentedAppears to be working. Post if any problems!