617

Product support

Get help in the plugin support forum.

  • Added on Jun 28, 2019
  • Current version: 1.0.0
  • Platform Compatibility
    v4.x not tested
    v3.x use latest
    v2.x use latest
    v1.x use latest
  • Created by
    Bronze partner

Categories

Installation

Buy plugin at OctoberCMS Marketplace, and attach it to your project.

Configuration

Open Settings –> Payment Methods, create new or update existing payment method, on Gateway tab select LiqPay and fill public key and private key that you get from LiqPay.

Capturing user after the successful or failed payment

This gateway using standard Shopaholic's event system.

Example of capturing user redirect:

$obEvent->listen(BizMark\LiqPayShopaholic\Classes\Helper\PaymentGateway::EVENT_RESULT_URL, function ($obOrder) {
    return Page::url('order-complete-page', ['slug' => $obOrder->secret_key]);
});
1.0.0

First version of LiqPay-Shopaholic

Jun 28, 2019