Magento 2 Merchant Warrior Payframe

Magento 2 Merchant Warrior Payframe by Meetanshi integrates Australian leading Merchant Warrior payment gateway to capture secure online payments.

Table of Contents

  1. Extension Installation Guide
  2. Configuration
  3. Merchant Warrior Payframe Method in Frontend
  4. Merchant Warrior Payframe Details in Order View Backend

 

  1. Extension Installation
    • For Magento Marketplace Customers
      • Find the Composer name and version of the extension in the extension’s composer.json file.
      • Login to your SSH and run:
      • composer require meetanshi/magento-2-merchant-warrior-payframe
    • Enter your authentication keys. Your public key is your username; your private key is your password.
    • Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors.
    • To verify that the extension installed properly, run the command:
      • php bin/magento module:status Meetanshi_Merchantwarrior
          • By default, the extension is probably disabled.
          • Enable the extension and clear static view files:
      • php bin/magento module:enable Meetanshi_Merchantwarrior --clear-static-content
      • php bin/magento setup:upgrade
      • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
      • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
      • php bin/magento cache:flush

 

    • For Meetanshi Customers
      • Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP.
      • Login to your SSH and run below commands step by step:
        • php bin/magento setup:upgrade
        • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
        • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
        • php bin/magento cache:flush
  1. Configuration
    For configuring the extension, login to Magento 2, move to Stores à Configuration à Sales à Payment Methods à Merchant Warrior Payframe – Meetanshi where you can find various settings to enable the extension.
  • Enabled: Enable or disable Merchant Warrior Payframe method from here.

Basic Settings:

  • Title: Enter title for the Merchant Warrior pyframe method to show in the frontend.
  • Show Merchantwarrior Logo: Select YES to show Merchantwarrior logo on the checkout page in frontend.
  • Payment Action: Select one of the payment actions for the payment capture.
    • Authorize: Authorizes and validates card for the order amount. The admin has to manually capture the amount (by generating invoice using “Capture Online” option).
    • Authorize and Capture: Authorizes and captures the order amount immediately.
  • Sandbox Mode: Set YES to enable sandbox mode for the payment gateway.
  • Merchant UUID: Enter merchant UUID received while registration with the Merchant Warrior Payframe.
  • API Key: Enter the API key received while registration with the Merchant Warrior Payframe.
  • API Passphrase: Enter the API passphrase received while registration with the Merchant Warrior Payframe.

Advanced Settings:

  • New Order Status: Set status for the new orders placed through Merchant Warrior payframe method.
  • Debug: Select YES to enable debug.
  • Instructions: Enter additional instructions to show on the checkout page in the frontend.
  • Minimum Order Total: Enter the minimum order total to allow the use of the payment method.
  • Maximum Order Total: Enter the maximum order total to allow the use of the payment method.
  • Sort Order: Enter the sort order of the payment method.

Country Specific Settings:

  • Payment from Applicable Countries: Select all or selected countries to allow payments using Merchant Warrior payframe method.
  • Payment from Selected Countries: If you have set selected countries from the above option, select the countries to allow payments using Merchant Warrior payframe.

  1. Merchant Warrior Payframe Method in Frontend
    Once the extension is configured, it can be seen enabled in the frontend. Simply add products to the cart and go to the checkout, you can see the Merchant Warrior payframe method enabled. Select it, enter the card details, click submit and click “Place Order” to finish payment and place the order successfully.

  • Merchant Warrior Payframe Details in My Account Section
    Immediately after the order is placed, the Merchant Warrior payfranme details can be seen in order view tab under the customer’s My Account section.

  1. Merchat Warrior Payframe Details in Order View Backend

Apart from the customer’s My Account section, the admin can also see Merchant Warrior payframe details from the Sales à Orders à Order View section in the backend.