📕
Meup - Marketplace Events WordPress Theme
  • READ THE FIRST
  • Global
    • Youtube Tutorials
    • Install Theme
    • Update Theme/Plugins
      • Automatic Update
      • Manual Update
    • Support Theme
  • Basic
    • Header Settings
    • Update Footer
    • Home Page
    • Theme Options
      • Typography
      • Layout Global
      • Header Global
      • Footer Global
      • Blog
      • Event
      • Venue
      • Author
      • Site Identity
  • Main Features
    • How to make money with Theme?
    • VENDORS FEATURES
      • READ THE FIRST
      • Package
      • Create Event
        • Basic
        • Ticket
          • Internal link - No Seat
          • Internal link - Simple Seat
          • Internal link - Map
          • Event Online (Virtual Online)
          • External Link
          • Customize Template
        • Calendar
        • Coupon
        • Staff member
        • Cancel booking
        • Extra Service
      • My Listings
      • Wallet
      • General
      • My Bookings
      • My Wishlist
      • My Profile
    • USER FEATURES
      • READ THE FIRST
      • My Bookings
      • My Wishlist
      • My Profile
    • ADMIN FEATURES
      • Create Event
      • Manage Event
      • Manage Packages
      • Manage Venues
      • Manage Categories
      • Manage State, City
      • Manage Custom Taxonomy
      • Manage Custom Checkout Fields
      • Manage all Bookings
      • Manage all Tickets
      • Report Sales
      • Report User
      • Cancel/Refund Booking
      • Manage Withdraw and Payout
        • Method 1
        • Method 2
    • Settings
      • General
      • Event
      • Package
      • Checkout
      • Cancel Booking
      • Mail
      • Tax & Profit
      • Role
      • PDF Invoice
      • Ticket Transfer
      • Date Format
    • Elements in page
      • Search Form
      • Search Half Map
      • Event Category
      • Event Slider
      • Location Event
      • Event Slideshow
      • Event Grid
  • Login/Register User
    • READ THE FIRST
    • Setup Login, Register
    • Customize Register User Form
    • Admin Approve Vendor
  • Scan QR code in ticket
    • READ THE FIRST
    • Via Mobile Phone
    • Via Application
      • Install Application
      • Use Application
      • Customize Application
    • Via a link
    • Note
  • Frontend
    • Change Slug event
    • Event Archive Template
    • Event Detail Template
    • Cart Event Page
    • Checkout page in WooComemrce
    • Author Page
    • Customize PDF Ticket
    • Disable Marketplace
    • Vendor Dashboard
    • Mail
    • Update Sharing Social
  • Other
    • Mail chimp setting
    • Google Map
    • Translation
    • Find Icons
  • FAQs
    • Can't Book Events
    • Cart Event Error
    • Admin will approve event before publish it.
    • Login before booking event
    • when i create events, there is not ''booking button'' but ''share button''
    • Get Token Instagram
    • The vendor submit event without register package
    • Search go to home page
Powered by GitBook
On this page
  • 1: List Bookings:
  • 2: Booking Detail
  • 3: Create Booking in backend
  • 4: Develop

Was this helpful?

  1. Main Features
  2. ADMIN FEATURES

Manage all Bookings

Display booking of all customer.

PreviousManage Custom Checkout FieldsNextManage all Tickets

Last updated 9 months ago

Was this helpful?

1: List Bookings:

Go to Bookings >> All Bookings

2: Booking Detail

Click title in order booking to edit it. You can click "Create and send ticket": If the ticket of that booking does not exist, the system will create it and send it to customers' email.

1: You can click link in Payment method to check payment detail in WooCommerce

2: Click "Create and Send Tickets" button: The system will create Tickets for booking (if the ticket isn't exists ) and send mail for customer

3: Click "View Invoice": The admin will see PDF Invoice file

4: Click "Send Invoice": The system will send PDF Invoice to customer's mail.

3: Create Booking in backend

If a customer books at agency, the admin can make manual booking. Bookings >> Add New >> Select an Event, then insert other info and Cart.

4: Develop

In Booking List: If you want to only display Completed Booking, you can add filter hook in functions.php file of child theme.

add_filter( 'el_manage_bookings_show_status_admin', function(){ return 'Completed'; } );

In Booking List: If you want to only display Pending Booking, you can add filter hook in functions.php file of child theme.

add_filter( 'el_manage_bookings_show_status_admin', function(){ return 'Pending'; } );
Order Detail in WooCommerce