I have various shipping methods set up and when processing orders would like to see the selected shipping method showing on the dispatch=orders.manage page next to customer name or email,so that when processing orders we can see the ones who have chosen our express service and process them first can anyone help
Thanks
john
Use the pre_get_orders PHP hook and add the “?:orders.shipping_ids” element to the $fields array. Then you can use $o.shipping_ids variable in the template. Shipping names already exist in the $shippings array in the template.
[quote name=‘eComLabs’ timestamp=‘1404733667’ post=‘187093’]
Use the pre_get_orders PHP hook and add the “?:orders.shipping_ids” element to the $fields array. Then you can use $o.shipping_ids variable in the template. Shipping names already exist in the $shippings array in the template.
[/quote]
Thanks eCom. I have learned a lot from you.
[quote name=‘ooaykac’ timestamp=‘1431263229’ post=‘213870’]
Thanks eCom. I have learned a lot from you.
[/quote]
You are welcome!