mage2pro/alphacommercehub

AlphaCommerceHub integration with Magento 2


README

This module integrates a Magento 2 based webstore with the AlphaCommerceHub payment service (Australia).
The module is free and open source.

What is AlphaCommerceHub?

Australia Post and Alpha Payments Cloud have launched a joint venture to provide local businesses with access to eCommerce services such as payment processing, anti-fraud technology, loyalty programs, identity management, logistics and consolidated reporting through a single platform.

“Businesses will no longer need to invest in multiple platforms, integrations and expensive ongoing investment to stay current,” said Australia Post group chief digital officer Andrew Walduck.

computerworld.com.au/article/626082/aus-post-partners-fintech-ecommerce-hub twitter.com/AlphaFintech/status/897827890728972288

Demo videos

  1. Preauthorize, capture, and refund a bank card payment
  2. Capture a PayPal payment
  3. Capture a bank card payment with the 3D Secure validation

Screenshots

The pay page configuration articles

How to install

Hire me in Upwork, and I will:

  • install and configure the module properly on your website
  • answer your questions
  • solve compatiblity problems with third-party checkout, shipping, marketing modules
  • implement new features you need

2. Self-installation

bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/alphacommercehub:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales, e.g.: en_AU>
bin/magento maintenance:disable

How to update

bin/magento maintenance:enable
composer remove mage2pro/alphacommercehub
rm -f composer.lock
composer clear-cache
composer require mage2pro/alphacommercehub:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales, e.g.: en_AU>
bin/magento maintenance:disable