Install The Plugin - ANZ
Magento 2
Install the Zip extension
Extension installation
The Zip plugin for Magento is open-source and available on GitHub. The GitHub repository is connected to Packagist, so you can easily include it in your project through Composer.
When installing via FTP or SFTP you need to use the following package as the folder structure will be different from the composer install.
- Download the Zip module from the current Adobe Marketplae - https://commercemarketplace.adobe.com/zip-magento2.html
- Extract the Zip M2 Module and save them into a new folder location named "Zip/ZipPayment/"
- Open a command line interface
- Run the below commands in your Magento root directory.
- Login to the Magento 2 admin and navigate to system/cache management.
- Flush the cache storage.
- Follow the configuration steps
php bin/magento module:statusphp bin/magento module:enable Zip_ZipPaymentphp bin/magento setup:upgradephp bin/magento setup:di:compilephp bin/magento setup:static-content:deployMake sure your current command-line user is the same user as your Magento file owners otherwise sudo -u < user >
| Command | Description |
|---|---|
| cd <your Magento install dir> | Make sure your current command-line user is the same user as your Magento file owners otherwise sudo -u < user > |
| composer require zip/magento2 | Install Zip files |
| php bin/magento module:status | Check if Zip_ZipPayment module is disabled |
| php bin/magento module:enable Zip_ZipPayment | If the Zip_ZipPayment is disabled then run this command |
| php bin/magento setup:db-schema:upgrade | Install database schema changes, optional if you already run this command before |
| php bin/magento setup:db-data:upgrade | Install preset default data in the database, optional if you already run this command before |
| php bin/magento setup:di:compile | Generate PHP files when there is rewrite and dependence injection |
| php bin/magento cache:clean | Clean up cache |
| php bin/magento setup:static-content:deploy en_AU en_US | Optional, if running on developer mode of Magento |
| php bin/magento setup:static-content:deploy en_AU en_US -f | If you are on default/development mode run the following command |
#3 Tab title here
#3 Tab content here
Dolor sit amet
Ololo pysh pysh
Plugin configuration
Configure the Zip plugin in your Magento admin panel:
- In your Magento 2 admin portal, navigate to Stores > Configuration > Sales > Payment Methods
- Configure the Zip settings as follows
What keys do I use? 🔑
Log in to your to locate your keys or refer to your Zip onboarding email
🇦🇺 AU: Public/Private Key - located in the Zip merchant dashboard
🇳🇿 NZ: API Key - Refer to your onboarding email
Can't find your keys? Contact [email protected] for help
Variable | Value |
|---|---|
Enabled | Yes |
Title |
|
Environment |
|
Public Key |
|
Private Key | Your ZIp Public Key (AU merchants only) |
Enable Tokenisation * | No (AU merchants only) If you wish to enable this feature please reach out to[email protected] for this setting to be enabled on your Zip merchant account. |
Region for Widget | Your Region |
Capture Method |
|
Log Setting | Debug |
Display Widget Mode | Inline |
In-context Checkout | No |
Tokenisation (Australia only)
With tokenisation enabled on your Zip module, customers will be able to return to your store and checkout seamlessly without the need to log in to their Zip account.
A token is stored against their customer account in your Magento admin and is used to allow customers to express checkout.
If you wish to enable this feature please reach out to[email protected] for this setting to be enabled on your Zip merchant account.
Updated 12 days ago
