đź’»
VoguePay Docs
  • Quick Start
  • Integration Options
  • Know the Parameters
  • Simple HTML Form
  • Inline Payment
  • Standard Integration
  • Mobile/Server-to-Server API
  • Confirmation/Notification/Order Processing API
  • Command API
  • Joomla Integration
  • Manual WordPress Installation
  • Demo Account
Powered by GitBook
On this page

Was this helpful?

Manual WordPress Installation

PreviousJoomla IntegrationNextDemo Account

Last updated 2 years ago

Was this helpful?

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”.

  • 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 )

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.

- Optional - Request for sandbox_id to test or test using your main debit card

11KB
class.extracharge.php
File - 1
24KB
class.voguepay.php
File - 2