bluethinkinc/magento-2-kuebix-api

Kuebix API Magento 2

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/bluethinkinc/magento-2-kuebix-api

1.0.0 2023-01-27 21:40 UTC

This package is auto-updated.

Last update: 2025-09-28 03:44:33 UTC


README

``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