> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/aovis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/aovis/movie/showtime.md).

# Showtime

## 1: Create Showtimes

### 1.1: How to Add New a Showtimes

#### a) Add Showtimes manually

**Step 1: Go to Movies >> Showtimes >> Add New**

<figure><img src="/files/E6WWjwNRsT2ENDgwe3eL" alt=""><figcaption></figcaption></figure>

**Step 2: Configure a Showtime**

<figure><img src="/files/i860WmeF5ztBkrjCa7wA" alt=""><figcaption></figcaption></figure>

* **Title**: You can empty, the system will auto insert.
* **Movie:** Choose a movie
* **Date**: Choose a date time&#x20;
* **Rooms**: Choose a room. Read [here](/aovis/movie/rooms.md) to know how to create a room
* **City:** It is Parent Category in location. Read [here](/aovis/movie/locations.md) for more details
* **Venue:** It is Child Category in location. Read [here ](/aovis/movie/locations.md)for more details
* **Address:**&#x20;

#### b) Add Showtimes via CSV file

Go to **Movies >> Showtimes >> Import**

You can create a excel file after save like a CSV file and use it to import in system.

<div><figure><img src="/files/LkqPwXLh9VPEmCeyiYtx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/KGVooop5tuqpQl0T5Pxx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3wL3C2gAj8hKok19hWLQ" alt=""><figcaption></figcaption></figure></div>

#### c) Export Showtimes to CSV file, so you can read it in Excel.

Go to **Movies >> Showtimes >> Export**

<div><figure><img src="/files/MotYA5fXVj1EwbPcpIpB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8EdGBPMHyC86Y9CDnVFO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/tNq82zTQzbDoaO1F4lWn" alt=""><figcaption></figcaption></figure></div>

### 1.2: Display at frontend

The customer click "Get Ticket" button, the site will display Showtime Popup

<div><figure><img src="/files/yCmU9s3bHfcYPup1Vp44" alt=""><figcaption></figcaption></figure> <figure><img src="/files/twCpwSQPSTxuU0UP7Grm" alt=""><figcaption></figcaption></figure></div>

## 2: Manage Showtimes

Go to **Movies >> Showtimes**

<figure><img src="/files/sCCfUhmyU8N5lDYvUxS7" alt=""><figcaption></figcaption></figure>

With the feature, you can:&#x20;

* View/edit/quick edit/delete showtimes
* Quickly filter showtimes using various criteria such as dates, movies, cities, venues, rooms, custom date ranges.&#x20;
* Add showtimes manually
* Add showtimes via CSV file

## 3: Customize Template

Customize template of Showtime Popup in child theme:

```
Copy file
plugins/movie-booking/templates/movie/popup/*.php
to
themes/aovis-child/ovamb-templates/movie/popup/*.php
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ova-themes.gitbook.io/aovis/movie/showtime.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
