# Advertisers/Shop list

You can create separate page and show there list of merchants. We added special shortcode for this.

```php
[cashback-shops type=grid]
```

This module will create shop grid:

![](/files/-M6GrEpLOGLPizJx3zf7)

There are several parameters:

| **Parameter name** | **Description**                                                                     |
| ------------------ | ----------------------------------------------------------------------------------- |
| type               | Pissible values: `grid`, `alphabet`, `widget`.                                      |
| cols               | Set here number of columns for grid, maximum is 10. Default value: 5.               |
| limit              | Set here limit of items in grid. Default value: 10.                                 |
| orderby            | Possible values: `date,` `ID`, `modified`, `name`, `rand`, `title,` `comment_count` |
| order              | Ascending or descending sorting. Possible values: `ASC`, `DESC`.                    |
| include            | Comma separated list of Shop page IDs to retrieve.                                  |
| exclude            | Comma separated list of Shop page IDs not to retrieve.                              |
| imageheight        | Height in px for logo of merchant.                                                  |
| wrapclass          | Add here own CSS class for wrappers of block.                                       |
| classitem          | Add here own CSS class for item.                                                    |

```php
[cashback-shops type=alphabet]
```

This shortcode will show all available merchants on your site with alphabet sorting:

![](/files/-M6GrfzgD1Vib51wdcpe)


---

# 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://ctracker-docs.keywordrush.com/shortcodes/shop-list-shortcode.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.
