> For the complete documentation index, see [llms.txt](https://ctracker-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctracker-docs.keywordrush.com/shortcodes/shop-list-shortcode.md).

# Advertisers/Shop list

You can create a dedicated page to display a list of merchants using the following shortcode:

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

This shortcode creates a shop grid:

![](/files/-M6GrEpLOGLPizJx3zf7)

Available parameters:

| **Parameter name** | **Description**                                                                     |
| ------------------ | ----------------------------------------------------------------------------------- |
| type               | Possible values: `grid`, `alphabet`, `widget`.                                      |
| cols               | Number of columns for the grid. Maximum: 10. Default: 5.                            |
| limit              | Maximum number of items to display. Default: 10.                                    |
| orderby            | Possible values: `date`, `ID`, `modified`, `name`, `rand`, `title`, `comment_count` |
| order              | Ascending or descending sort order. Possible values: `ASC`, `DESC`.                 |
| include            | Comma-separated list of Shop page IDs to include.                                   |
| exclude            | Comma-separated list of Shop page IDs to exclude.                                   |
| imageheight        | Logo height in pixels.                                                              |
| wrapclass          | Additional CSS class for the block wrapper.                                         |
| classitem          | Additional CSS class for each item.                                                 |

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

This shortcode displays all available merchants on your site in alphabetical order:

![](/files/-M6GrfzgD1Vib51wdcpe)


---

# 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:

```
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.
