> For the complete documentation index, see [llms.txt](https://help.unitpay.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.unitpay.ru/en/modules/cms-modules/phpshop.md).

# PHPShop

**The Module Setup and Installation Instruction**

1. Download the [archive](https://github.com/unitpay/phpshop-module/archive/master.zip) with the module.
2. Unpack the contents of the archive to the root of the site.
3. Add the following lines in phpshop/inc/config.php file:

```
[unitpay]

domain = "unitpay.ru";

public_key = "<Ваш публичный ключ из личного кабинета unitpay.ru>";

secret_key = "<Ваш секретный ключ из личного кабинета unitpay.ru>";
```

4\. In the admin panel, go to Orders -> Payment Methods and add Unitpay payment method. Check that the "Show" checkbox is checked.

5\. In your unitpay.money account, enter the address of the payment handler http\://\<your site address>/payment/unitpay/result.php

![](/files/-M9y2jxfzUkZVJDZikXI)

6\. VAT and currency are set in "Settings" - > "Main Settings". If you need to select "WITHOUT VAT", then uncheck "Include VAT in invoice".

![](/files/-MOqPVqCkszcQnQRPEyc)
