Skip to content
Snippets Groups Projects
Select Git revision
  • 74332fee0cded77ecbdc2ac0b2335a1d4e6f45bf
  • 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
Rebrand to BobGroup/BobGo.
74332fee
History

Installing Magento locally

Note: For more information, visit https://github.com/markshust/docker-magento

  1. Make sure you have composer installed globally and a GitHub personal access token configured using composer global config github-oauth.github.com <YOUR_PERSONAL_ACCESS_TOKEN>
  2. Create a new folder, ie: Documents/Magento
  3. cd into the folder
  4. Run command curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- bobgomagento.test 2.4.4-p1 community
  5. When asked for the username and password, provide the Abobe public and private key:
  • Public key: 98b4828a495e7e0e13d80d8bf94f3b1c
  • Private key: 082ced46919bffe1b6db0f96de96d608

Once configured, do the following to create an admin user (and make life easier for yourself):

  • Create Admin User: bin/magento admin:user:create
  • Disable 2FA: bin/magento module:disable Magento_TwoFactorAuth
  • Disable Admin Captcha: bin/magento config:set admin/captcha/enable 0

Adobe account details

  • Email: tech@uafrica.com
  • Password: mR3mdr0311@P

Magento 2 Bob Go Shipping Extension

Introduction

A complete guide to install Magento Bob Go Shipping extension in Magento 2.

Features

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

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

How to install Magento 2 Bob Go 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 bobgo/CustomShipping

2. Enter following commands to enable the module:

bin/magento module:enable bobgo_CustomShipping
bin/magento cache:clean
bin/magento cache:flush
bin/magento setup:upgrade
bin/magento setup:di:compile
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 Bob Go Shipping Extension

  2. Unzip the file and copy contents

  3. Create bobgo/CustomShipping Directory

It should look like this:

{Magento root}/app/code/bobgo/CustomShipping/

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

  1. Go to Magento root folder and run all commands below to install bobgo_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 Bob Go Shipping Extension

✓ Step 1: Create an account on Bob Go

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

Please visit Bob Go to create an account.

✓ Step 2: Login to Magento Admin

  1. Click on Bob Go > Bob Go > Enabled for Checkout > Yes

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

✓ Step 3: Configure Bob Go Shipping Extension

  1. Select Bob Go as shipping method.

  2. Select Enable to enable the extension.

  3. Click Save Config

✓ Step 4: Address Configurations

Admin Configurations: Update Customer Address Fields*

  1. Stores>Configurations>Customers
  2. Customer Configuration>Name and Address Options
  3. In Input Field Number of Lines in a Street Address
  4. Disable System Value 2 >
  5. Lastly ,Change to 3 Lines.

Admin Configurations: Update Store Information*

When the extension is installed and enabled, a new field will be created in the Store Information : Suburb and Fill in necessary information;

  1. Stores> Configuration> General>General

  2. Store Information>Suburb

How it works

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

✓ Step 1: Add products to cart(Checkout)

  1. Go to checkout page.
  2. Select shipping address.
  3. Bob Go will collect Shipping Rates From various couriers.
  4. Select shipping method.
  5. 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 Bob Go as shipping method
  5. Click Submit Shipment button