bluethinkinc/magento-2-kuebix-api

Kuebix API Magento 2

1.0.0 2023-01-27 21:40 UTC

This package is auto-updated.

Last update: 2024-06-28 00:50:29 UTC


README

Module Bluethinkinc Kuebix

``Bluethinkinc/module-kuebix``

Main Functionalities

Bluethinkinc@copyright

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Bluethinkinc
  • Enable the module by running php bin/magento module:enable Bluethinkinc_Kuebix
  • Apply database updates by running php bin/magento setup:upgrade*
  • Compilation by running php bin/magento setup:di:compile
  • Static content deploy by running php bin/magento setup:static-content:deploy
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • We can configure the kubix api from the configuration. Go To (Magento Admin -> Store-> Configuration -> Sales -> Shipping methods -> Kuebix Api) Configuration image

Order view page

  • We can see the kubix shipping method in admin sale order view page. Go To (Magento Admin -> Sales -> Order) sales order image

Shipping page

  • We can see the kubix api on checkout shipping page. checkout page image

Payment page

  • We can see the kubix api on payment page. payment page image