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

📘

Make 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:

  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? 🔑

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

  • *Zip - Own it now, pay later **

Environment

  • _Production ** _(Sandbox requires test credentials and a staging environment)*

Public Key

    • Your Zip API 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

  • _Capture ** _(Authorize will leave the order in a pending state until a user manually captures via Magento admin)*

Log Setting

Debug

Display Widget Mode

Inline

In-context Checkout

No

2348
🚧

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.