> 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/user-registrations/go-to-shop-button.md).

# Go to shop button

If a shop page is properly connected to an advertiser, a `"Go to shop"` button appears on the page. Logged-in users see a direct link to the shop (with your tracking link). Users who are not logged in are redirected to the registration page.

![](/files/-M6GvExtiKt6boGnd2Gq)

{% hint style="success" %}
You can change the button color.
{% endhint %}

### Custom registration/login modals

We recommend checking with your theme's developers about built-in registration/login modals. Many themes include their own registration systems.

For this purpose, two fields are available in General Settings:

#### Registration URL

Enter the URL of your custom registration page. This URL is used when a non-logged-in user clicks the button on an advertiser's page. You can use the standard WordPress login URL (`site.com/wp-login.php`). We also recommend installing BuddyPress for user profiles — you can then use `site.com/register/` for the BuddyPress registration page.

#### Go to shop button class

You can add a custom CSS class to the buttons. Some themes include a special class that triggers a login modal — you can use that class here.

![](/files/-M6GvlUZ-seN4eP37ZXI)

{% hint style="success" %}
If you use the Rehub theme, you don't need to add anything here — the theme already has the appropriate button classes. Just enable the login popup in `Theme Options` → `User Options`.
{% endhint %}


---

# 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/user-registrations/go-to-shop-button.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.
