> 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)
