> 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/car-rental-layout-features/rental-products/car-options.md).

# Car options

**Car option** products are not simple products for sale. They are just options that can be included in any car.&#x20;

{% tabs %}
{% tab title="Car Rental One" %}

<figure><img src="/files/Z35bD1aeMqOTMseTxgJn" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Car Rental Two" %}

<figure><img src="/files/482Md2jCFSMJRI4kIXkS" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## How to create Car options

You can create Car options under **Dashboard > Products > Add new**:

<figure><img src="/files/66nD6JpsaSfq7bbcGFtQ" alt=""><figcaption></figcaption></figure>

While creating the product set name and Featured image:

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

## Product Type settings

In the product data settings, select the "Car option" type.

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

## Payment type for Car Option

You can set a one-time payment for the Car option or Calculate the daily rate. The daily rate can be disabled by enabling **"Single pay for the option":**

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

### Auto Rental One:

{% tabs %}
{% tab title="Daily rate" %}

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

{% hint style="info" %}
The regular price of the car option is multiplied by the selected days: $11 x 10 = $110.
{% endhint %}
{% endtab %}

{% tab title="One-time payment" %}

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

{% hint style="info" %}
The regular price of the Car option will be added to the Total rate: $1000 + $11 = $1011.
{% endhint %}
{% endtab %}
{% endtabs %}

### Auto Rental Two:

{% tabs %}
{% tab title="Daily rate" %}

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

{% hint style="info" %}
The regular price of the car option is multiplied by the selected days: $460 + ($4 x 2) = $468.&#x20;
{% endhint %}
{% endtab %}

{% tab title="One-time payment" %}

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

{% hint style="info" %}
The regular price of the Car option will be added to the Total rate: $460 + $11 = $471.
{% endhint %}
{% endtab %}
{% endtabs %}

## Tracking stock quantity

The stock quantity of Car options can be managed in the Product data > Inventory section:

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

When the option "**Stock management**" is enabled, users can choose Car Options with multiple quantities in the **Rental One demo**:

{% tabs %}
{% tab title=""Stock management" enabled" %}

<figure><img src="/files/IJPmNOKQku0Gbe2tDweO" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title=""Stock management" disabled" %}

<figure><img src="/files/s9vD6uXq9DvW1P0QvdUI" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

In the **Rental Two demo layout**, users can select the Car Options in Multiple Quantity which cannot be disabled.

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

## Short description of Car options

While creating Car options, you can provide a short description:

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

In the Rental One demo, the description is displayed in a collapsible window, while in the Rental Two demo, it is displayed as a notice.

{% tabs %}
{% tab title="Auto Rental One" %}

<figure><img src="/files/LH8XkIea7CziCrSUxLWl" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Auto Rental Two" %}

<figure><img src="/files/pBUgNTglmZK9EeiBXaNX" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/car-rental-layout-features/rental-products/car-options.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.
