Skip to content
Snippets Groups Projects
Select Git revision
  • 9fe17b042001ed43226f91e79babb475d9933e58
  • 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

Francé Wilke's avatar
Francé Wilke authored
Tracking page

See merge request !15
9fe17b04
History

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 for this option

1. Execute the following command to install the module:

composer require bobgo/bobgo-magento-extension

2. Enter following commands to enable the module:

bin/magento module:enable BobGroup_BobGo
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 BobGroup/BobGo Directory

It should look like this:

{Magento root}/app/code/BobGroup/BobGo/

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

  1. Go to Magento root folder and run all commands below to install BobGroup_BobGo:
bin/magento cache:clean
bin/magento cache:flush
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy

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: Integrate Magento and Bob Go

  1. In the Magento admin portal click on System > Integrations and click on Add New Integration
  2. Under Basic Settings > Integration Info fill in the name of the integration eg. Bob Go
  3. Under Basic Settings > API select All for Resource access
  4. Click Save and enter your Magento admin portal password
  5. The Integration Details will be displayed on the page
  6. On Bob Go go to Sales channels > Add channel > Magento and enter the Magento integration details from step 5 and click Grant access
  7. On Bob Go go to Rates at checkout > Settings > Installed channels and enable your channel for rates at checkout
  8. Make sure you have service levels configured and enabled on Bob Go Rates at checkout > Service levels

✓ Step 3: Login to Magento Admin

  1. In the Magento admin portal click on Stores > Configuration > Sales > Delivery Methods
  2. Go to the Bob Go delivery method and enable Bob Go rates at checkout
  3. Click Save Config
  4. A message at the top of the screen will confirm that rates at checkout is enabled correctly: Bob Go rates at checkout connected.

Admin Configurations: Update Store Information*

When the extension is installed and enabled, a new field will be created in Store Information : Suburb. Enter the necessary details:

  1. Stores> Configuration> General>General
  2. Store Information>Suburb
  3. Update the store information and click Save config