8000 GitHub - hit-pay/woocommerce-recurring
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hit-pay/woocommerce-recurring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HitPay Recurring Payments

GitHub tag (latest by date) GitHub code size in bytes GitHub issues GitHub

HitPay Recurring Payments is a payment gateway plugin that extends WooCommerce and WooCommerce Subscriptions allowing HitPay merchants to accept payments using:

  • PayNow QR.
  • Cards.
  • Apple Pay.
  • Google Pay.
  • WeChatPay.
  • AliPay.
  • GrabPay.

Subscriptions

The plugin has subscription support, so you can create and manage products with automatic recurring payments.

Here's the store manager guide on how to use subscription features with your WooCommerce store.

Installation

Requirements: WordPress, WooCommerce plugin, Subscriptions extension.

There are 3 ways to install the HitPay Recurring Payments plugin:

  • Automatic Plugin Installation.
  • Upload via WordPress Admin.
  • Manual Plugin Installation.

Automatic Plugin Installation

This is the simplest method of installing the plugin, and it will be available as soon as the plugin is added to the WordPress Plugins Directory. It is currently in the process of being added.

Upload via WordPress Admin

Step 1: Getting the plugin

  1. Download the latest version of the plugin (ZIP file) on the Releases page.

getting-the-plugin.png

Step 2: Uploading the plugin to the WordPress

  1. Navigate to Plugins > Add New.
  2. Click the Upload Plugin button at the top of the screen.
  3. Select the ZIP file from your local filesystem.
  4. Click the Install Now button.
  5. When the installation is complete, you'll see "Plugin installed successfully".

Manual Plugin Installation

In rare cases, you may need to install the plugin by manually transferring the files onto the server. This is recommended only when absolutely necessary, for example when your server is not configured to allow automatic installations.

This procedure requires you to be familiar with the process of transferring files using an SFTP client. It is recommended for advanced users and developers.

All you need to do is to move an unzipped folder with the plugin to folder /wp-content/plugins/.

Activating the plugin

  1. Make sure you have WooCommerce and WooCommerce Subscriptions plugins installed and activated.
  2. Navigate to Plugins, find the HitPay Recurring Payments plugin and click the Activate button.

activating-the-plugin.png

Setting up the plugin

  1. Navigate to Plugins, find the HitPay Recurring Payments plugin and click the Settings button.

setting-up-the-plugin-1.png

  1. Fill the main fields in the settings form (Title, Description, API Key, Salt). You can find your API key and Salt on the HitPay Web Dashboard under Settings > Payment Gateway > API Keys. When you are ready click the Enable Live Mode checkbox. Click the Save Changes button.

setting-up-the-plugin-2.png

  1. Navigate to WooCommerce > Settings > Payments and activate the payment method.

setting-up-the-plugin-3.png

== Changelog ==

= 1.1.4 =

  • Sep 26, 2024
  • Upgrade to compatible with Checkout Blocks
  • Plugin tested on WooCommerce Subscriptions 6.5.0
  • Plugin tested on WooCommerce 9.3.3
  • Plugin tested on WordPress 6.6.2

= 1.1.3 =

  • Aug 18, 2024
  • Added logs to the all the actions (Not logging the personal information)
  • Fixed first time charge error
  • Fixed multiple times charging the card for the first time
  • Plugin tested on WooCommerce Subscriptions 6.5.0
  • Plugin tested on WooCommerce 9.1.4
  • Plugin tested on WordPress 6.6.1

= 1.1.2 =

  • Jul 30, 2024
  • Cancel Subscription in the HitPay when subscription is canceled in the WooCommerce
  • Plugin tested on WooCommerce Subscriptions 6.5.0
  • Plugin tested on WooCommerce 9.1.4
  • Plugin tested on WordPress 6.6.1

= 1.1.0 =

  • Initial release.
  • Plugin tested on WordPress 6.5.5
0