What is the Dominate Checkout Magento Extension?

The Connectors or Extensions allow your Magento store to display the Dominate Checkout on your site and to communicate with the Dominate Checkout platform. In short, it will display the Dominate Checkout page on your end and help your store's orders to be up to date with their latest payment status.


Install the eCommerce Connector on Magento 2 using Composer:
 

Once you have purchased the Dominate Checkout Suite from the Magento Marketplace, follow these steps to install the Magento Connector properly. Remember to have your Dominate Store API Key as it will be required in this process.



 




  1. Log in to Magento Marketplace with the username and password you used to purchase the extension.

  2. In the upper-right corner, click Your name > My Profile.Image Placeholder

     

  3. Click My Purchases.
    Image Placeholder
     

  4. Find the extension version you want to install.
    Image Placeholder
     

     

  5. Access your Magento Store SSH and type the following command:

    composer require iwd/dominate-saas X.X.X


    Note: X.X.X the most recent version at the Magento's Marketplace.

    Alternative Method: Navigate to your Magento project directory and update your composer.json file with the previous command.


  6. Enter your authentication keys. Your public key is your username; your private key is your password.

  7. Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors.

  8. Enable the extension and clear static view files:

    bin/magento module:enable IWD_CheckoutConnector --clear-static-content

  9. Register the extension:

    bin/magento setup:upgrade

  10. Recompile your Magento project: In Production mode, you may receive a message to “Please rerun Magento compile command”. Magento does not prompt you to run the compile command in Developer mode.

    bin/magento setup:di:compile

  11. Clean cache:

    bin/magento cache:clean

  12. Once you have Installed the Dominate Checkout Magento Connector, log-in to your Magento Admin, The panel, and go to Stores -> Configuration -> Dominate -> Checkout
  13. Locate the "General" section and paste your API Key on the "Integration API Key" field.
    If you don't know how to generate your API Key and Secret, please click here.
  14. Click the Save Config button.

  15. Make sure your site uses a secure connection!  The extension will not work properly without HTTPS.


Upgrade the eCommerce Connector on Magento 2 using composer:



To update the extension, please follow these instructions:

Once you have downloaded the Magento connector from your Dominate Checkout account, follow these steps to install the Magento Connector properly. Remember to have your API Key as it will be required in this process.


  1. Update per module name:
    composer update iwd/dominate-saas
  2. Update per version being x.x.x the newest version number:
    composer require iwd/dominate-saas ^x.x.x
  3. Run the following commands to upgrade, deploy, and clean the cache:
    bin/magento setup:upgrade --keep-generated
    bin/magento setup:static-content:deploy
    bin/magento cache:clean


Install the eCommerce Connector on Magento 2 manually:

Once you have downloaded the Magento connector from your Dominate Checkout account, follow these steps to install the Magento Connector properly. Remember to have your API Key as it will be required in this process.





Follow these steps to Install the Dominate Checkout Suite for Magento 2:

  1. Access your Dominate Account, and download the Dominate Checkout Suite extension files from your preferred Store Settings.

    Image Placeholder
  2. Once you have downloaded your Magento 2 Checkout Suite files, upload them in the following folder path at your Magento 2 installation server:
    path_to_the_store_root_folder/app/code/IWD/CheckoutConnector
  3. Access the SSH console of your server, and navigate to your store root folder:  

    cd path_to_the_store_root_folder
  4. Run the following command:

     php -f bin/magento setup:upgrade
  5. Now run the following.             command:

    php -f bin/magento setup:static-content:deploy
  6. Flush store cache; log out from the backend and log in again.
  7. Once you have Installed the Dominate Checkout Magento Connector, log-in to your Magento Admin, The panel, and go to Stores -> Configuration -> Dominate -> Checkout
  8. Locate the "General" section and paste your API Key on the "Integration API Key" field.
    If you don't know how to generate your API Key and Secret, please click here.
  9. Click the Save Config button.
  10. Make sure your site uses a secure connection!  The extension will not work properly without HTTPS.


Product Support
If you need assistance configuring your Dominate Checkout account or Dominate Checkout Extension, please email us at support@dominate.co.