# Manual WordPress Installation

To integrate VoguePay to your WordPress site, Please follow the steps below:

* Login to your WordPress Admin Area.
* Go to “Plugins > Add New” from the left hand menu.
* In the search box type “VoguePay WooCommerce”.&#x20;
* Locate by kunlexzy.
* From the search result you will see “VoguePay WooCommerce” click on “Install” to install the plugin.
* Click “Activate” to activate the plugin.

Then login to your cpanel or your host provider file manager, open the public\_html folder, and replace these files, file path is given below

**File – 1** ( class.extracharge.php )&#x20;

file path : /public\_html/wordpress/wp-content/plugins/woo-voguepay/includes

Locate the old class.extracharge.php and delete the file and replace it with the new file below.

**File – 2** ( class.voguepay.php )

file path : /public\_html/wordpress/wp-content/plugins/woo-voguepay/includes

Locate the old class.voguepay.php and delete the file and replace it with the new file below.

{% file src="/files/qyBE8WM8KMJtim1bzy9S" %}
File - 1
{% endfile %}

{% file src="/files/cq4ldQikpJwdGgdPDgTz" %}
File - 2
{% endfile %}

&#x20;**- Optional  - Request for sandbox\_id to test or test using your main debit card**


---

# 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://documentation.voguepay.com/wordpress-integration.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.
