Install The Plugin - ANZ

Plugin icon

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.

  1. Download the Zip module from the current Adobe Marketplae - https://commercemarketplace.adobe.com/zip-magento2.html
  2. Extract the Zip M2 Module and save them into a new folder location named "Zip/ZipPayment/"





  1. Open a command line interface
  2. Run the below commands in your Magento root directory.

  3. php bin/magento module:status
    php bin/magento module:enable Zip_ZipPayment
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy

  4. Login to the Magento 2 admin and navigate to system/cache management.
  5. Flush the cache storage.
  6. Follow the configuration steps


Plugin configuration

Configure the Zip plugin in your Magento admin panel:

  1. In your Magento 2 admin portal, navigate to Stores > Configuration > Sales > Payment Methods
  2. Configure the Zip settings as follows
🚧

What keys do I use? 🔑

Public/Private Key - located in the Zip merchant dashboard

VariableValue
EnabledYes
Title
  • Zip - Own it now, pay later *
Environment
  • Production (Sandbox requires test credentials and a staging environment)
Public Key
  • Your Zip API Key
Private KeyYour Zip Public Key
Enable Tokenisation *

No

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 WidgetYour Region
Capture Method
  • Capture ** (Authorize will leave the order in a pending state until a user manually captures via Magento admin)*
Log SettingDebug
Display Widget ModeInline
In-context CheckoutNo
2348
🚧

Tokenisation

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.