Magento

Wizit Plugin for Magento (Retailer Guide)

Pre-Requisites

To offer Wizit on your site, you will need two things:

  1. A Wizit Retailer Account – Details for your Retailer account will be sent to your email once it is set up, with a prompt to reset your password.
  2. Your API key – Your API key will be sent to you by your account manager during setup.

If you have any questions, contact Wizit at 1300 730 522 or [email protected].

Installation

Marketplace Installation

  1. Search Wizit on Magento Marketplace
  2. Select version 2.4 and click "Add to cart".
  3. Sign in to your Magento account and click “Check Out”, then click “Place Order”.
  4. You will get an email with installation steps.

Download Link Installation

Download the Wizit zip package.

Once downloaded, follow these steps:

  1. Access your Magento site’s file system.

  2. Create a folder named Wizit/Wizit under /App/Code.

  3. Upload the Wizit extension zip file to the Wizit directory and extract it.

  4. Using SSH, log into your server and run the following commands:

    php bin/magento module:enable Wizit_Wizit
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy