> For the complete documentation index, see [llms.txt](https://docs.pixeleyes.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixeleyes.de/anleitungen-instructions/english/documentation-of-our-shopware-6-plugins/bonus-points-and-loyalty-program-for-shopware-6/installation-and-activation.md).

# Installation & Activation

## Installation via the Shopware Community Store

{% stepper %}
{% step %}

## Log in to the Shopware Admin

{% endstep %}

{% step %}

## Navigate to Extensions → Store

{% endstep %}

{% step %}

## Search for Bonus Points & Loyalty Program

{% endstep %}

{% step %}

## Click Buy or Test for free

A 30-day trial is available.
{% endstep %}

{% step %}

## Download the plugin

The plugin is downloaded automatically.
{% endstep %}
{% endstepper %}

## Activation

{% stepper %}
{% step %}

## Navigate to Extensions → My Extensions

{% endstep %}

{% step %}

## Find Bonus Points & Loyalty Program

Find **Bonus Points & Loyalty Program** in the list.
{% endstep %}

{% step %}

## Activate the plugin

Click the **Activate** toggle.
{% endstep %}

{% step %}

## Confirm the database update notice

{% endstep %}
{% endstepper %}

After activation, the new section **Bonus Points & Loyalty Program** appears in the admin menu.

## Manual installation (ZIP)

{% stepper %}
{% step %}

## Unpack the plugin ZIP

Unpack the plugin ZIP into the directory `/custom/plugins/PixelReviewBonus/`.
{% endstep %}

{% step %}

## Run the following in the terminal

```bash
bin/console plugin:refresh
bin/console plugin:install --activate PixelReviewBonus
bin/console cache:clear
```

{% endstep %}
{% endstepper %}

## Uninstallation

{% hint style="danger" %}
When uninstalling, all point transactions, redemptions and customer points are permanently deleted.
{% endhint %}

{% stepper %}
{% step %}

## Navigate to Extensions → My Extensions

{% endstep %}

{% step %}

## Deactivate the plugin

Deactivate the plugin first.
{% endstep %}

{% step %}

## Uninstall the plugin

Click **Uninstall**.
{% endstep %}
{% endstepper %}
