# Settings

## 1: General &#x20;

Go to **Movies >> Settings >> General**

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

Configure the settings:&#x20;

* **Cart Page:** Select the page that includes the shortcode **\[mb\_cart/]**.
* **Date Format:** Choose how the date is displayed.
* **Time Format:** Choose how the time is displayed.
* **Step Time:** Set the time interval between showtimes.
* **Default Time:** Set the default time for new showtimes.
* **Calendar Language:** Select the language used in the booking calendar.
* **The First Day of Week:** Choose which day starts the week in the calendar.
* **Maximum Showtime:** Set how many future days appear in the showtime pop-up.
* **Limited Time (minutes):** Allow booking within a specific time after the movie starts.
* **Text Get Ticket:** Set the label for the **“Get Ticket”** button.
* **Text Watch Trailer:** Set the label for the **“Watch Trailer”** button.
* **Scan QR Code via:** Choose whether to scan the QR code via app or website.

## 2: Movie

### 2.1: Movie Archive Settings

Go to **Movies >> Settings >>  Movie >> Archive**

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

* **Movies Per Page**: Set how many movies will be displayed in the archive page
* **Template**: Choose the layout template for displaying movies on the archive page
* **Number Column**: Select how many columns to display in the movie grid layout
* **Header**: Choose header for the the movie archive page
* **Footer**: Choose footer for the the movie archive page

### 2.2: Movie Single Settings

Go to **Movies >> Settings >>  Movie >> Single**

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

* **Template**: Choose the layout template for the single movie page.
* **Header**: Choose header for the the movie archive page
* **Footer**: Choose footer for the the movie archive page
* **Text Watch Trailer**: Enter the text for the “Watch Trailer” button.
* **Cast Heading**: Set the heading text for the cast section
* **Story Heading**: Set the heading text for the story
* **Related Movies Heading**: Set the heading text for the related movies section
* **Enable Filter by related movies**: Enable this option to display only movies related by genre, category, or tags in the “Related Movies” section

## 3: Checkout

&#x20;Go to **Movies >> Settings >> Checkout**

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

### **3.1: Checkout Settings**

* **Allow to Add ticket when Order status**: Select the WooCommerce order status that allows adding a movie ticket. (Example: *Processing* or *Completed*)
* Choose a hidden product in WooCommerce: This product enables the system to process movie bookings via WooCommerce
* Secret Key QR Code: Enter the secret key used to generate secure QR codes. This key will be attached to the string when creating a QR code
* Thank you page: Select the page users are redirected to after successful booking.\
  You should add the shortcode `[mb_booking_detail/]` to that page to display booking details

### **3.2: Holding Ticket**

* **Enable**: Hold the ticket until the customer completes payment or the time runs out
* **Check every x seconds**: Run a cron job to check held tickets every X seconds
* **Maximum time to complete payment**: The booking will be deleted if the payment is not completed within X seconds.

## 4: Mail

### 4.1: New Order Email

Go to **Movies >> Settings >> Mail >> New Order**

When this feature is enabled, the system will automatically send a confirmation email after a booking is placed.

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

### 4.2: Reminder

Go to **Movies >> Settings >> Mail >> Remind**

When this feature is enabled, the system will automatically send a reminder before the showtime.&#x20;

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

### 4.3: Cancellation Email

Go to **Movies >> Settings >> Mail >> Cancel**

When this feature is enabled, the system will automatically notify the customer when a booking is canceled

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

## 5: Tax

Go to **Movies >> Settings >> Tax**

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

**a) Tax Settings**

* **Enable**: Enable or disable tax calculation for movie bookings
* **Type**: Select the type of tax to apply (Fixed amount or Percentage)
* **Price entered with tax**: Choose whether product prices are entered inclusive or exclusive of tax.

**b) Ticket Fee**

* **Enable**: Enable this option if customers must pay an additional fee for each ticket purchased
* **Type**: Select how the ticket fee is calculated (Fixed amount or Percentage)

**c) Discount**

**Enable:** Allow customers to enter a discount code on the Cart page


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
