# Categories

## I: Create Category

Go to **Products >> Add New Category**

![](/files/yMVvJK0Faz8P02B8aPeI)

### 1: Add Name of category

### 2: Display:&#x20;

Choose: "**Rental**" option

### 3: Choose Taxonomies&#x20;

We support 2 options:&#x20;

* **Empty**: If you don't choose any Custom Taxonomies, all Custom Taxonomies will be shown in the category.
* **Choose some custom taxonomies:** The custom taxonomies you choose will be displayed in the category

Read here to know How to [Create & Config Custom Taxonomy](/tripgo/tripgo-menu/custom-taxonomies.md)

### 4: Choose custom checkout fields

We support 2 options:&#x20;

* **All**: Display all custom checkout fields in the category
* **Choose other fields**: Choose some separate custom checkout fields for the category that you want&#x20;

Read here to know How to [Create & Config Custom Checkout Fields](/tripgo/tripgo-menu/custom-checkout-field.md)

### 5: Product Template

We support 2 options:&#x20;

* **Global Settings**: Allow settings in global settings  ( WooCommerce >> Settings >> Booking Tours >> Product Details >> Product templates ) to be applicable for the category. Learn more in [Tour template](/tripgo/tripgo-menu/products/tour-template.md)
* **Tour Detail 1, Tour Detail**: These two templates are built with Elementor. With Elementor, you can create product templates on your own and assign them to any products you want. Learn more in [Tour template](/tripgo/tripgo-menu/products/tour-template.md)

### 6: Display Type

Choose "**Default**" option

### 7: Upload image

* This image will be displayed at top of category page.

## II: Display at frontend

### 1) Add a category to Menu

<figure><img src="/files/3lvvZR2lacvh7rpfWSlb" alt=""><figcaption></figcaption></figure>

Also you can add a link like: <https://your-domain/product-category/slug-category/>.

You can change "product-category" slug in[ WooCommerce Settings.](/tripgo/tripgo-menu/settings.md#id-9-change-permalink-for-product)

Example: <https://demo.ovatheme.com/tripgo/tour-category/beach/>

### 2 ) Display at frontend

* Show/hide fields in Customizer: Go to Appearance >> Customize >> Tour >> Archive

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

## III: Customize Template

You can customize Shop and Category in child theme:

Note:&#x20;

* You have to active the tripgo-child theme.
* You can use File Manager plugin to create folder "WooCommerce", "rental" in child theme.

```
Copy file
themes/tripgo/woocommerce/rental/content-item-product.php
to
themes/tripgo-child/woocommerce/rental/content-item-product.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/tripgo/tripgo-menu/categories.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.
