# Rooms

## 1: Create a New Room

Go to **Movies >> Rooms >> Add New**

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

### **1.1: Create Room with Seat Map**

**+ Room Code**: Not Space, Not Special Character

**+ Type**: Choose a room type. Read [here](/aovis/movie/types.md) to know how to add a new room type

\+ **Type of Seating: Choose "Seat Map" option**

* **Shortcode Image Map**: Insert a shortcode. Read [here](#please-note-how-to-create-seat-map-with-image-map-pro) to know create shortcode in Image Map
* **Person Type (Seat):** If you want to set different ticket prices for each person type (such as adult, child, etc.) for different seats, you can create person types.
* **Add Seat:**
  * **Seat:** Define in Image Map Pro
  * **Adults, Children:** Insert Price for per person type
* **Person Type (Area)**: Create person types to sell different tickets for each person category in the community area
* **Add Area:**
  * **Area:** Define in Image Map Pro
  * **Adults, Children:** Insert Price for per person type in each area
  * **Quantity:** Total person for this community area.
* **Description**: Write a short description that will appear in the Frontend and PDF ticket
* **Private Description**: Write a private description that customers can only see when they bought tickets.&#x20;

**+ Extra Service**: You can sell additional services with each ticket

* **Max Quantity/Calendar**: The maximum number of a service that can be booked for each event day&#x20;
* **Max Quantity/Ticket**: The maximum number of a service that can be booked for each ticket

<figure><img src="/files/iDG7GZbI1jnmSRcCVTpo" alt=""><figcaption><p>Settings in the backend with Seat Map</p></figcaption></figure>

<figure><img src="/files/JsgEPABfEzQ6wW3qNnPK" alt=""><figcaption><p>Display in the Frontend with Seatmap</p></figcaption></figure>

#### **Please, note: How to Create Seat Map with Image Map Pro**

&#x20;From Left Panel Menu click "Image Map Pro" >> Lauch Editor

<figure><img src="/files/1cM9DoH66504GFsA1Xrr" alt=""><figcaption></figcaption></figure>

**a) Open a Available Map**

Click Load >> choose a map to edit

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

**b) Create New Map**

Click New >> Add Info of New Map

**Note**: Name used when create a seat in Room.

<figure><img src="/files/pq974ZKr2nhsq1tnr1Vz" alt=""><figcaption><p>Step 1</p></figcaption></figure>

<div><figure><img src="/files/Py6Cs72XNMRO2Dxb1cUv" alt=""><figcaption><p>Step 2</p></figcaption></figure> <figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0hrVNrJA5xnVtB6FlF7I%2Fuploads%2FEMURitRZ3LcphGIq220x%2FScreen%20Shot%202023-04-05%20at%2011.22.52.png?alt=media&#x26;token=5a88490b-09e2-4dec-ab27-d26e891bb32a" alt=""><figcaption></figcaption></figure> <figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0hrVNrJA5xnVtB6FlF7I%2Fuploads%2FzW47oxpSC1O5EsYFctel%2FScreen%20Shot%202023-11-09%20at%2017.36.17.png?alt=media&#x26;token=e396322c-2332-49e3-9fea-2e30ebd09bec" alt=""><figcaption></figcaption></figure></div>

**c) Some Settings**

<div><figure><img src="/files/lmiVbZvNyt2osfHakCsq" alt=""><figcaption></figcaption></figure> <figure><img src="/files/nj8um5pvq4r6AMpt32II" alt=""><figcaption></figcaption></figure></div>

### **1.2: Create Room with No seat**

**+ Room Code**: Not Space, Not Special Character

**+ Type**: Choose a Type. Read [here](/aovis/movie/types.md) to know how to add a new type

\+ **Type of Seating**: Choose "No Seat" option&#x20;

* **Ticket Name:** Set name for tickets
* **Description**: Add description for each ticket type
* **Quantity**: The number of tickets for each ticket type
* **Price**
* **Priority**

**+ Extra Service**: You can sell additional services with each ticket

* **Max Quantity/Calendar**: The maximum number of a service that can be booked for each event day&#x20;
* **Max Quantity/Ticket**: The maximum number of a service that can be booked for each ticket

<figure><img src="/files/nztZf3FMrljpc4yO3u4o" alt=""><figcaption><p>Settings in the backend with NO Seat</p></figcaption></figure>

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

## 2: Customize Template

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


---

# 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/rooms.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.
