> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/motors-theme-documentation/~/changes/70wBWN8w43jv4AA52cti/car-rental-layout-features/rental-products.md).

# Rental products

Rental products were built based on the WooCommerce plugin - <https://woocommerce.com/>. And there are 2 types of these products:

* Car Option
* Standard WooCommerce Products

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/products.jpeg)

**Car option** products are not simple products for sale. They are just options that can be included to any car. You can create Car options under **Dashboard -> Products -> Add new**:

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/car-option.jpeg)

You need to change a Product type to **Car option** in order to separate this product from standard products. Besides this, it’s possible to set Price and Image doe this option.

**Standard Products** can be created in the same way as Car options. But these products are for sale and need to be set up but more fields.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rental-product.png)

Also, you can set **Discount**, **Pricing for special periods,** and **Price Per Hour** options for your rental product.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rental-discount.png)

Besides this, you can use the option **Fixed price by the number of days** and set up fixed prices for rental products in discount by the number of days.&#x20;

To enable this option, go to **Theme Options -> Rental Layout Settings section**. And check the option **Enable Fixed Price for Quantity Days**.

![](https://2954064479-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDP3ivYPbpYO9Rs_wuB%2F-MYjC2CEtz5fpG967BJS%2F-MYjDJhzIDFU9c1rC0tN%2Fimage.png?alt=media\&token=7c87664b-3fde-4aeb-ae77-8915ce588caa)

After that, when you edit your product follow the **Car Rent Price Info** section. Select the tab **Fixed Price By Quantity Days** and specify the price for a particular number of days. Click **Add**.

![](https://2954064479-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDP3ivYPbpYO9Rs_wuB%2F-MEh3ewSfD_ImEpVOQ4H%2F-MEh5uvZq0G3A8if9B7a%2Fimage_2020-08-13_14-43-13.png?alt=media\&token=3e368fa9-a083-43df-b238-0f10ac3b8e43)

Thus, when renting the car users will see the fixed price depending on the number of days.

![](https://2954064479-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDP3ivYPbpYO9Rs_wuB%2F-MEh3ewSfD_ImEpVOQ4H%2F-MEh625ScQgLRRTJsSoB%2Fimage_2020-08-13_14-43-13%20\(3\).png?alt=media\&token=dd9dc39c-273e-47ba-a228-898e43b8873d)

Main **car details** can be created under **Dashboard -> Listings -> Listings Categories** in the same way as standard Listing Categories in other layouts of the theme.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/rental-product-categories.jpeg)

You can set simple or variable products under the **Product Data -> Product** type option. If you choose **Variable Product**, you can create product attributes like ***Payment Methods***:

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/product-data.jpeg)

After this, it’s possible to set Variable Products data. Here you can find more information about Variable products - <https://docs.woocommerce.com/document/variable-product/>. The only difference is the **Variation description**, which allows changing the **order button text** on the Reservation page. Besides this, you can choose different payment methods for each variation. We just renamed some of the core payment options of the WooCommerce plugin in our demo site - <https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/sell-products/core-payment-options/>.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/product-data-2.jpeg)


---

# 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://docs.stylemixthemes.com/motors-theme-documentation/~/changes/70wBWN8w43jv4AA52cti/car-rental-layout-features/rental-products.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.
