# Go to shop button

If shop page has proper  connection with advertiser, you will see `"Go to shop"` button on page. If user is logged in, he will see direct link to shop (with your tracking link). If user is not logged, he will be redirected to register page.

![](/files/-M6GvExtiKt6boGnd2Gq)

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

### Custom Registration/Login modals

We recommend to ask developers of theme which you use about Registration/Login modals. Many themes have inner registration systems which you can use.

For this, we added two fields in General settings:

#### Registration URL

Place here URL to your custom register page. This URL will be used if non logged user clicks on button from Advertiser's page. You can place here regular WordPress login link `"site.com/wp-login.php"` Also, we recommend to install Buddypress on site for User profiles. Then, you can use here link `"site.com/register/"` which goes to register page of Buddypress.

#### Go to shop Button Class

You can add custom class for buttons. Some themes have special class which triggers login modal and you can use this class here.

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

{% hint style="success" %}
If you use Rehub theme, you don't need to place here anything because theme already has proper classes for buttons. Just enable login popup in `Theme option` -> `User option`.
{% endhint %}


---

# 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/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.
