Magento

Install Plugin

Download

Click Magento Plugin to download.

Requirements

  • Magento Version 2
  • PHP >= 7.0

Installation

1. You can purchase the plugin from magento store then jump to step 2. Or if you want to download the plugin from our portal then follow these steps:

  • $ cd /path/to/any/folder/
  • $ mkdir ShipBlu && cd ShipBlu
  • $ mkdir Shipping && cd Shipping
  • UnZip The Folder Here $ unzip magento.zip -d .
  • Delete Zip File $ rm magento.zip
  • Open Composer Jons File $ nano composer.json
  • Add This key ... "repositories": [ { "type": "composer", "url": "https://repo.magento.com/" }, { "type": "path", "url": "/path/to/any/folder/*/*", "options": { "symlink": false } } ],
  • If All These are done you can go to step 2

2. Install the module $ composer require shipblu/module-shipping

3. Enable the module $ bin/magento module:enable ShipBlu_Shipping

4. Content Security Policy For ShipBlu APIs

  • $ rm -rf var/cache/*
  • $ rm -rf var/page_cache/*
  • $ rm -rf pub/static/*

5. Upgrade Magento $ bin/magento setup:upgrade

6. Compile Magento $ bin/magento setup:di:compile

7. Deploy Static Files $ bin/magento setup:static-content:deploy

8. Clean Cache $ bin/magento cache:clean

9. Flush Cache $ bin/magento cache:flush

Configurations

After you are done installing magento you need to make some configurations like adding you API Key.

1. Go to the store configurations
2. Set the configurations scope to be default configurations.
3. Click on SHIPBLU > ShipBlu Integrations > ShipBlu Integration Options

4. Add your APIKey

5. You can Enable AutoSend Orders to ShipBlu in customer checkout or not (based in your preference)

6. If you have staging account you can make this (YES) which will send orders to your staging account instead of production on, but take note that the API Key for staging account is different from production one

Features

  • Orders sent to ShipBlu automatically at customer checkout order.
  • ShipBlu Admin page with these capabilities:
  • Filter orders (Unsent, sent) to shipblu.
  • Select specific orders to send to ShipBlu.


  • AutoZone Orders before sending them to ShipBlu.
  • Configure The Extension

    • Add APIKey to send orders to ShipBlu.
    • Configure AutoSend orders to ShipBlu On Customer Checkout order or not.
    • Send Orders To ShipBlu Staging Account (If you have one) for testing or send directlly to ShipBlu Production.

    Facing difficulty doing this?

    Reach out to our team at tech@shipblu.com and we will get on a call with you to do it. It takes less than 5 minutes to handle this for you.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article