the home of the wordpress wppizza plugin
WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Order history page – Delivery or pickup value – Overview section
Hi, I looking to get the filter to add “pickup” or “delivery” (Delivery type) value in the “order” section of the order history page where the transcation ID is by default.
Please help me to solve this.
Regards, Raj
try this one
$orderinfo= apply_filters('wppizza_filter_orderhistory_order_info', $orderinfo, $orders->id, $customerDet, $orderDet, $blogid, $orderStatus, $orders->order_date);
i assume you know how filters work. $orderinfo returns an array of the various parts you can inject things into as required
$orderinfo