Skip to content
Snippets Groups Projects
Select Git revision
  • 92beb5388213343901b2a3de2d8cd6113ec444eb
  • dev default protected
  • prod protected
  • 1.0.58
  • 1.0.57
  • 1.0.52
  • 1.0.56
  • 1.0.51
  • 1.0.50
  • 1.0.33
  • 1.0.32
  • 1.0.31
  • 1.0.30
  • 1.0.29
  • 1.0.28
  • 1.0.27
  • 1.0.26
  • 1.0.25
  • 1.0.24
  • 1.0.23
  • 1.0.22
  • 1.0.21
  • 1.0.20
23 results

bobgo-magento-extension

user avatar
Gundo Sifhufhi authored
Save the rate service_code to the order
92beb538
History

Magento 2 uAfrica Shipping Extension

Introduction

A complete guide to install Magento uAfrica Shipping extension in Magento 2.

Features

This extension allows you to get real-time shipping rates from BobGo shipping services and display them to your customers during checkout.

This extension also allows you to track shipments and get delivery status updates from BobGo shipping services.

How to install Magento 2 Bobgo Shipping Extension

Option 1 (recommended): Install via composer

Run the following command in Magento 2 root folder:

Note: You must have composer installed on your server & at this point this option

1. Execute the following command to install the module:

composer require uafrica/bobgo

2. Enter following commands to enable the module:

php bin/magento module:enable uafrica_Customshipping
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Option 2: Install via zip file

  1. Download the extension zip file from the link below:

Download Magento 2 uAfrica Shipping Extension

  1. Unzip the file and copy contents

{Magento root}/app/code/{Paste here}

It should look like this:

{Magento root}/app/code/uafrica/Customshipping/

  1. Go to Magento root folder and run upgrade bin/magento setup:upgrade command line to install uafrica_Customshipping:
Bin/magento cache:clean
Bin/magento cache:flush
Bin/magento setup:upgrade
Bin/magento setup:di:compile

After installation

How to configure Magento 2 uAfrica Shipping Extension

✓ Step 1: Create an account on Bobgo

You need to create an account on Bobgo to get your Store Identified by the API.

Please visit Bobgo to create an account.

✓ Step 2: Login to Magento Admin

  1. Click on UAFRICA > bobGo > Enabled for Checkout > Yes

  2. and go to Stores > Configuration > Sales > Delivery Methods to configure the extension.

How it works

How to use Magento 2 Bobgo Shipping Extension (carrier) to Ship Orders

✓ Step 1: Add products to cart(Checkout)

  1. Add products to cart
  2. Go to checkout page
  3. Select shipping address
  4. BobGo will collect Shipping Rates that cart
  5. Select shipping method
  6. Place order

✓ Step 1: Create shipment (Admin)

Sales > Orders > View Order > Ship

  1. Go to Sales > Orders in Magento Admin
  2. Select an order
  3. Click Ship button
  4. Select uAfrica as shipping method
  5. Click Submit Shipment button