Manage Movie
1: Create Category
Movies >> Categories >> Add New

2: Create Movie
Movies >> Add New
2.1) Insert some informations:
Name
Description
Excerpt
Features Image
Categories: Read here to know create categories
Cast: Read here to know create cast
Galleries



2.2) Add some info about:
Director
Preimier
Writer
Time
Rating


2.3 Add some info
Release date: the date the movie will be released
Ticket sales start date: The day the customer starts buying tickets
Running time
Slideshow image
Video Trailer: Display in poup
Custom Link Get ticket: This link will assign to "Get Tickets" button trong movie detail page.
Sort Order
Featured Movie
Closed Statement: Stop showing this movie in archive page and all movie widgets
Username of staff: Insert username of a staff to use app for scanning Qr Code in ticket.


2.4: Add Coupon

3: Dipslay at frontend
3.1) Movie Archive Page
a) Setup in backend
Display via link: https://your-domain/movie. Example: https://demo.ovatheme.com/aovis/movie/
If you want to change "movie" in path, you can use Loco translate plugin to replace it to your language. Read here
Change Header, Footer, Template of Listing Movies in Movie Settings
b) Display at frontend

c) Customize Template
Copy file
plugins/movie-booking/templates/movie/archive-movie.php
to
themes/aovis-child/ovamb-templates/movie/archive-movie.php
3.2) Movie Category Page
a) Setup in backend
Add a movie category to menu

Display via link: https://your-domain/movie_cat/slug-category . Example: https://demo.ovatheme.com/aovis/movie_cat/comedy/
If you want to change "movie_cat" in path, you can use Loco translate plugin to replace it to your language. Read here
Change "Get Ticket, Watch Trailer" text to your language in Movie Settings.
Change Header, Footer, Template of Listing Movies in Movie Settings
b) Display at frontend

c) Customize Template
Copy file
plugins/movie-booking/templates/movie/archive-movie.php
to
themes/aovis-child/ovamb-templates/movie/archive-movie.php
3.3) Movie Detail Page
a) Setup in backend
Add a movie to menu
Change Header, Footer in Movie Settings
Change Template of Movie Detail Page in Movie Settings.
Change some text at frontend in Movie Settings

b) Display at frontend

c) Customize Template
Copy file
plugins/movie-booking/templates/movie/single-movie.php
to
themes/aovis-child/ovamb-templates/movie/single-movie.php
4) Some Elements
4.1) Movies
a) Setting
Show Only Fetured: Show/hide
Category: Choose All or a category
Movie Status: All, Now Playing, Coming Soon
Template: Template 1, 2, 3, 4
Number Column: 2, 3, 4
Total: Insert number
Order By: ID, Title, Date, Random, Release Date, Custom Order
Order: Descending, Ascending
Offset: Get order of item in database.







b) Customize Template
Copy file
plugins/movie-booking/templates/elementor/movie_list.php
to
themes/aovis-child/ovamb-templates/elementor/movie_list.php
4.2) Movie Slider
a) Settings
Show Only Fetured: Show/hide
Category: Choose All or a category
Movie Status: All, Now Playing, Coming Soon
Template: Template 1, 2, 3, 4
Total: Insert number
Order By: ID, Title, Date, Random, Release Date, Custom Order
Order: Descending, Ascending
Offset: Get order of item in database.










b) Customize Template
Copy file
plugins/movie-booking/templates/elementor/movie_slider.php
to
themes/aovis-child/ovamb-templates/elementor/movie_slider.php
4.3) Movie Main Slider
a) Settings
Show Only Fetured: Show/hide
Category: Choose All or a category
Movie Status: All, Now Playing, Coming Soon
Template: Template 1, 2, 3
Total: Insert number
Order By: ID, Title, Date, Random, Release Date, Custom Order
Order: Descending, Ascending
Offset: Get order of item in database.








b) Customize Template
Copy file
plugins/movie-booking/templates/elementor/movie_main_slider.php
to
themes/aovis-child/ovamb-templates/elementor/movie_main_slider.php
4.4) Movie Filter Ajax
a) Settings
City: Choose All City or a city
Date Filter Type: Weekdays, Fixed Period
Number of Days: Example 5, you will see 30/8(today), 31/8, 1/9, 2/9, 3/9 in filter
Template: Template 1,2,3,4
Number Column: 2,3,4
Total: Insert number
Order By: ID, Title, Date, Random, Release Date, Custom Order.
Order: Descending, Ascending.










b) Customize Template
Copy file
plugins/movie-booking/templates/elementor/movie_filter_ajax.php
to
themes/aovis-child/ovamb-templates/elementor/movie_filter_ajax.php
4.5) Movie Cast List
a) Settings




b) Customize Template
Copy file
plugins/movie-booking/templates/elementor/movie_cast_list.php
to
themes/aovis-child/ovamb-templates/elementor/movie_cast_list.php
Last updated