diff --git a/Readme.md b/Readme.md index 27baaf2d498a0cc4a4cf3e8ebb791c6a30bf20c5..8a1bb1b98be8b7d1f255bf10aabdcf15faef38bd 100644 --- a/Readme.md +++ b/Readme.md @@ -20,7 +20,7 @@ Run the following command in Magento 2 root folder:</br> #### 1. Execute the following command to install the module: ``` -composer require bob-public-utils/bobgo-magento-extension +composer require bobgo/bobgo-magento-extension ``` #### 2. Enter following commands to enable the module: @@ -72,15 +72,14 @@ Please visit [Bob Go](https://bobgo.co.za) to create an account. ### ✓ Step 2: Integrate Magento and Bob Go -1. In the Magento admin portal click on `System > Integrations` (At this point Bob Go should be under Magento integrations) -2. Click to edit the Bob Go integration in the magento admin portal -3. Under Basic settings select `API` -4. Make sure `All` is selected for `Resource Access` -5. Click `Save` and enter your Magento admin portal password -6. The `Integration Details` will be displayed at the bottom of the page -8. On [Bob Go](https://bobgo.co.za) go to `Sales channels > Add channel > Magento` and enter the Magento integration details from step 6 and click `Grant access` -9. On Bob Go go to `Rates at checkout > Settings > Installed channels` and enable your channel for rates at checkout -10. Make sure you have service levels configured and enabled on Bob Go `Rates at checkout > Service levels` +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](https://bobgo.co.za) 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 diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index baf4aee5da038e561fcc799e3fd2de9a80b7a53f..410c2c2b9a14e1ecfe406f498fb95d51783d9206 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -30,7 +30,5 @@ </field> </group> </section> - - </system> </config> diff --git a/etc/config.xml b/etc/config.xml index 8630ff6ac0ac26af6b5d6dc276bad7151eb4f119..d1e0eee33679397d2211202723ddcbfb73f0a641 100644 --- a/etc/config.xml +++ b/etc/config.xml @@ -3,7 +3,7 @@ <default> <carriers> <bobgo> - <active>1</active> + <active>0</active> <price>0.00</price> <model>BobGroup\BobGo\Model\Carrier\BobGo</model> <name>Bob Go</name>