wp-shkeeper-plugin

外掛說明

wp-shkeeper-plugin Shkeeper payment gateway plugin for CMS WordPress + WooCommerce. SHKeeper — is a self-hosted and open-source cryptocurrency payment processor. The unique combination of gateway and merchant. It allows you to accept payments in multiple cryptocurrencies without fees and intermediaries. *Plugin has been tested on CMS WordPress 6.8.1 + WooCommerce 9.9.5

Configuration

After successful installation you should configure plugin.

  1. Go to WooCommerce > Settings > Payments and enable Shkeeper.
  2. Click on Set up and configure the payment method. You will get the Shkeeper settings to be set.
  3. Here, enable the Shkeeper and then enter the api key, api url and instructions with description for your customers, etc..
    • Enable/Disable – Disable the same to turn off and Enable the same to use.
    • Api key – Authorization and identification Shkeeper key. You can generate it in Shkeeper admin panel for any crypto wallet.
    • Api url – Shkeeper server api entry point.
    • Title – The title to display to the customers on the Checkout page.
    • Description – The details to be shown to the customers, when they choose the Shkeeper option.
    • Instruction – Contains the explanation on how to pay by Shkeeper.
    • Enable for shipping methods – You can choose what shipping methods supports Shkeeper payments.
    • Accept for virtual orders – Disable or enable Skeeper for WooCommerce virtual orders.
    • Logging – Disable or enable Shkeeper plugin logging of communication with Shkeeper Api server.
  4. Once done save the changes..

螢幕擷圖

安裝方式

Upload via WordPress Admin

Download Shkeeper plugin as a zip file to your PC.
To upload Shkeeper plugin, log in to your WordPress dashboard.
1. Navigate to Plugins > Add New.
2. Click the Upload Plugin button at the top of the screen.
3. Select the shkeeper.zip file from your local filesystem.
4. Click the Install Now button.
5. When the installation is complete, you’ll see “Plugin installed successfully.” Click the Activate Plugin button.

Detailed instruction can be found official WordPress site

Manual Plugin Installation

In rare cases, you may need to install a 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.

Detailed instructions can be found on official WordPress site

常見問題集

Fix WooCommerce There Are No Payment Methods Available Error

When you install a new WooCommerce website, blocks is enabled by default. This will cause most payment methods to stop working showing the message: “There are no payment methods available. This may be an error on our side. Please contact us if you need any help placing your order“.

Fixing this issue is very easy:

  • You need to install the classic editor plugin
  • Edit your checkout page
  • Replace all contents with this shortcode
    [woocommerce_checkout]

Demo test credentials

You can use our demo SHKeeper installation to test module with your Magento 2. SHKeeper demo version working in a Testnet network, do not use it for real payments.
SHKeeper demo version is available from us, so you can try it yourself without installing it:

SHKeeper demo

Login: admin
Password: admin

SHKeeper API URL: https://demo.shkeeper.io/api/v1/
SHKeeper API Key: Actual should be taken from demo.shkeeper.io Wallets -> Manage. API Key can be taken from the any of available Wallets.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈wp-shkeeper-plugin〉的開發相關工作。

參與者

將〈wp-shkeeper-plugin〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.2

  • Changed obtaining crypto list

1.1.1

  • Added WooCommerce HPOS compatibility

1.1.0

  • Removed deprecated QR code generation library
  • Added multiply transactions to an order
  • Partial order status has been added
  • Small fixes