zipmoney / magento2
Zip Payment Module for Magento 2
Installs: 92 929
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 14
Forks: 15
Open Issues: 11
Type:magento2-module
Requires
- zipmoney/merchantapi-php: ^1.0
- dev-master
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-fix/fixed-twisto-Singapore-api-key-validity-issue
- dev-release/release-1.1.2
- dev-hotfix/fixed-two-order-confirmation-issue
- dev-feature/error-message-loader-issue-global-zip-widget-issue
- dev-feature/support-smi
- dev-hotfix/fixed-issue-email-has-a-wrong-format
- dev-hotfix/product-image-url-issue-fixed
- dev-hotfix/remove-database-setup-dependence
- dev-hotfix/success-page-redirect-with-order-id
- dev-hotfix/config-fix
- dev-hotfix/multi-site-refund-country-validator
- dev-hotfix/checkout-js-error
- dev-develop
- dev-release/release-1.0.6
- dev-release/release-1.0.5
- dev-feature/release-1.0.5
- dev-feature/IN-1115-checkout-title
- dev-feature/remove_product_selector-IN-912
- dev-feature/IN-1103-uniform-field-name
- dev-hotfix/jira-961
- dev-orderState
This package is auto-updated.
Last update: 2022-10-26 06:13:53 UTC
README
Updated Module
This version of the Zip payments module has now been superseded by the latest version seen here.
This version will still function as expected, though the updated version has improvements and removes some unneeded dependencies:
- More standard install location inside M2
- Support for Partial Capture
- Global calculator widgets
Installation
Detail installation please visit https://zip-magento2.api-docs.io/v1/integration-steps/2-download-zip-extension for more updated information
Install via SFTP or file upload
- You need to download code from merchantapi-php and current repo
- Put the current repo files into folder
/yourMagento2root/app/code/ZipMoney/ZipMoneyPayment/
- Put merchantapi-php files into
/yourMagento2root/lib/internal/merchantapi-php/
- Then follow the normal plugin installation below without the composer require command
Install using Composer
To install the extension via Composer, run
cd <your Magento install dir>
composer require zipmoney/magento2
php bin/magento module:status
(Check if ZipMoney_ZipMoneyPayment module is disabled)php bin/magento module:enable ZipMoney_ZipMoneyPayment
(enabled plugin if disabled)php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy en_AU en_US
(specify your website regions, or leave it empty for all)
To upgrade Existing Modules
composer update zipmoney/magento2
php bin/magento setup:di:compile
php bin/magento c:c
php bin/magento setup:static-content:deploy en_AU en_US
Install using Magento Component Manager
Note:- This extension is not yet available in the Magento Marketplace. This section will be updated once it is released in the marketplace.
Configuration
Payment Section
- Open the Magento Admin
- Click the Stores icon in the left hand menu and from there choose Settings > Configuration
- The configuration page will open. From the little menu on the left hand side of this screen you must click Sales and then choose Payment Methods when it expands.
- On the Payment Methods page, click Other Payment Methods so it expands.
- Set Enable to Yes and a title for the payment method “zipMoney – Buy Now Pay Later” or “zipPay – Buy Now Pay Later”
- Enter the Private Key and Public Key.
- Select your product type (zipPay or zipMoney)
- Set payment action to Capture, or Authorise if you want to authorise on checkout completion and capture later
- Set log settings to Info or Debug if you want to log all the debug information as well.
- Set environment to either Sandbox (for your test or development site) or Production (for your live website)
- Set In-Context Checkout to Yes to enable iframe checkout
- Set Sort Order to 0 to place the payment method on top.
Marketing Banners and Widgets Section
- Scroll down and expand Marketing Banners and Widgets section
- Expand everything and set all options to Yes/No as per your requirement.
- Click Save Config up the top