> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/yummy/layout-customization/home-page/special-offer-for-you-module.md).

# Special offer for you Module

### 3. Special Offer for you module

> Module position: navhelper
>
> Module suffix: Not used

![](/files/WOJbWr0g3TFDk8bgSUd7)

Follow the below code to achive the above

![](/files/SNLIb7XPZe4d1AQBRvpT)

![](/files/kUickWaPGYwW1T44Qidb)

![](/files/M1Cu1ktUtyz2qahSAbmW)

![](/files/pZl8LuPyS7ECXneFXJmc)

**Code**

```html
<div class="pricing-table col-md-12">
    <div class="col-md-4 colum-inner wow slideInLeft animated animated animated">
        <div class="food-price">
            <div class="pricing">
                <div class="title">Combo Offer1</div>
                <div class="price">{j2store}5|price{/j2store}</div>
                <div class="image">{j2store}5|thumbnail{/j2store}</div>
                <div class="subtitle"><a href="index.php/features/shop-pages/shop/combo-offer1">Veggies Combo</a></div>
            </div>
            <div class="c-body">
                <div class="c-row"><em class="fa fa-check"></em> Juice</div>
                <div class="c-row"><em class="fa fa-check"></em> Water bottle</div>
                <div class="c-row"><em class="fa fa-check"></em> Any one dessert inculded</div>
            </div>
            <div class="c-foot">{j2store}5|cartonly{/j2store}</div>
        </div>
    </div>
    <div class="col-md-4 colum-inner wow zoomIn animated animated animated">
        <div class="food-price">
            <div class="pricing">
                <div class="title">Combo Offer2</div>
                <div class="price">{j2store}6|price{/j2store}</div>
                <div class="image">{j2store}6|thumbnail{/j2store}</div>
                <div class="subtitle"><a href="index.php/features/shop-pages/shop/combo-offer2">Delicious Food</a></div>
            </div>
            <div class="c-body">
                <div class="c-row"><em class="fa fa-check"></em> Juice</div>
                <div class="c-row"><em class="fa fa-check"></em> Water bottle</div>
                <div class="c-row"><em class="fa fa-check"></em> Any one dessert inculded</div>
            </div>
            <div class="c-foot">{j2store}6|cartonly{/j2store}</div>
        </div>
    </div>
    <div class="col-md-4 colum-inner wow slideInRight animated animated animated">
        <div class="food-price">
            <div class="pricing">
                <div class="title">Combo Offer3</div>
                <div class="price">{j2store}7|price{/j2store}</div>
                <div class="image">{j2store}7|thumbnail{/j2store}</div>
                <div class="subtitle"><a href="index.php/features/shop-pages/shop/combo-offer3">Spicy Combo</a></div>
            </div>
            <div class="c-body">
                <div class="c-row"><em class="fa fa-check"></em> Juice</div>
                <div class="c-row"><em class="fa fa-check"></em> Water bottle</div>
                <div class="c-row"><em class="fa fa-check"></em> Any one dessert inculded</div>
            </div>
            <div class="c-foot">{j2store}7|cartonly{/j2store}</div>
        </div>
    </div>
</div>
```


---

# 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://jdocs.themeparrot.com/joomla-templates/yummy/layout-customization/home-page/special-offer-for-you-module.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.
