Order history page – Delivery or pickup value – Overview section

WPPizza – A Restaurant Plugin for WordPress Support General Support Order history page – Delivery or pickup value – Overview section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22861
    Rajaprabhu Dhanapal
    Participant

      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

      #22865
      Olly
      Admin & Mod

        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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Order history page – Delivery or pickup value – Overview section’ is closed to new replies.