Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bobgo-magento-extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bob Public Utils
bobgo-magento-extension
Commits
512162cc
Commit
512162cc
authored
2 years ago
by
Gundo Sifhufhi
Browse files
Options
Downloads
Patches
Plain Diff
Update Reamd.MD: Precise Extension Installation guide/instructions
parent
e7542b39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+32
-40
32 additions, 40 deletions
Readme.md
with
32 additions
and
40 deletions
Readme.md
+
32
−
40
View file @
512162cc
...
@@ -23,17 +23,17 @@ Run the following command in Magento 2 root folder:</br>
...
@@ -23,17 +23,17 @@ Run the following command in Magento 2 root folder:</br>
#### 1. Execute the following command to install the module:
#### 1. Execute the following command to install the module:
```
```
composer require uafrica/
bobgo
composer require uafrica/
customshipping
```
```
#### 2. Enter following commands to enable the module:
#### 2. Enter following commands to enable the module:
```
```
php
bin/magento module:enable uafrica_Customshipping
bin/magento module:enable uafrica_Customshipping
php
bin/magento cache:clean
bin/magento cache:clean
php
bin/magento cache:flush
bin/magento cache:flush
php
bin/magento setup:upgrade
bin/magento setup:upgrade
php
bin/magento setup:di:compile
bin/magento setup:di:compile
php
bin/magento setup:static-content:deploy
bin/magento setup:static-content:deploy
```
```
...
@@ -41,23 +41,28 @@ php bin/magento setup:static-content:deploy
...
@@ -41,23 +41,28 @@ php bin/magento setup:static-content:deploy
1.
Download the extension zip file from the link below:
</br>
1.
Download the extension zip file from the link below:
</br>
<a
href=
"https://github.com/uafrica/magento-uafrica-shipping-extension/archive/refs/heads/main.zip"
>
Download Magento 2 uAfrica Shipping Extension
</a>
<a href="https://github.com/uafrica/magento-uafrica-shipping-extension/archive/refs/heads/main.zip"> Download Magento 2 uAfrica Shipping Extension </a>
2.
Unzip the file and copy contents
2.
Unzip the file and copy contents
>**{Magento root}**`/app/code/`**{Paste here}**
3.
Create
`uafrica/Customshipping`
<em>
Directory
</em>
**It should look like this:**
</br>
**It should look like this:**
</br>
>{Magento root}/app/code/uafrica/Customshipping/
>{Magento root}/app/code/uafrica/Customshipping/
3.
Go to Magento root folder and run upgrade
`bin/magento setup:upgrade`
command line to install
`uafrica_Customshipping`
:
</br>
>**{Magento root}**`/app/code/uafrica/Customshipping/`**{Paste here}**
3.
Go to Magento root folder and run all commands below to install
`uafrica_Customshipping`
:
</br>
```
```
B
in/magento cache:clean
b
in/magento cache:clean
Bin/magento cache:flush
Bin/magento cache:flush
Bin/magento setup:upgrade
Bin/magento setup:upgrade
Bin/magento setup:di:compile
Bin/magento setup:di:compile
```
```
____________________________________________________________________________________________________________________
_
____________________________________________________________________________________________________________________
_
##
# After installation
# After installation
## How to configure Magento 2 uAfrica Shipping Extension
## How to configure Magento 2 uAfrica Shipping Extension
...
@@ -69,41 +74,29 @@ Please visit [Bobgo](https://uafrica.co.za) to create an account.
...
@@ -69,41 +74,29 @@ Please visit [Bobgo](https://uafrica.co.za) to create an account.
### ✓ Step 2: Login to Magento Admin
### ✓ Step 2: Login to Magento Admin
1.
Click on UAFRICA > bobGo > Enabled for Checkout > Yes
</br>
1.
Click on
**
UAFRICA
**
> bobGo > Enabled for Checkout > Yes
</br>
2.
and go to
`Stores > Configuration > Sales > Delivery Methods`
to configure the extension.
2.
and go to
`Stores > Configuration > Sales > Delivery Methods`
to configure the extension.
[
//
]:
#
(
### ✓ Step 3: Configure Bobgo Shipping Extension
)
### ✓ Step 3: Configure Bobgo Shipping Extension
[
//
]:
#
()
[
//
]:
#
(
1. Select `Bobgo` as shipping method
)
1.
Select
`Bobgo`
as shipping method
[
//
]:
#
(2. Enter API key and API secret)
[
//
]:
#
(2. Enter API key and API secret)
[
//
]:
#
(3
. Select `Enable` to enable the extension
)
2
.
Select
`Enable`
to enable the extension
[
//
]:
#
(4. Select `Enable Debug Mode` to enable debug mode)
[
//
]:
#
(4. Select `Enable Debug Mode` to enable debug mode)
[
//
]:
#
(5. Click `Save Config`)
1.
Click
`Save Config`
[
//
]:
#
(6. Flush cache (System > Cache Management) and reindex (System > Index Management))
[
//
]:
#
(7. Clear generated files(`rm -rf var/generation/*`))
[
//
]:
#
(8. Reindex data (`php bin/magento indexer:reindex`))
[
//
]:
#
()
[
//
]:
#
(2. Flush cache (System > Cache Management) and reindex (System > Index Management) (might be optional))
[
//
]:
#
(9. Deploy static content (`php bin/magento setup:static-content:deploy`))
[
//
]:
#
(10. Run `php bin/magento cache:clean`)
[
//
]:
#
(11. Run `php bin/magento cache:flush`)
[
//
]:
#
(12. Run `php bin/magento setup:upgrade`)
[
//
]:
#
(13. Run `php bin/magento setup:di:compile`)
[
//
]:
#
(14. Run `php bin/magento setup:static-content:deploy`)
[
//
]:
#
()
[
//
]:
#
(3. Clear generated files(`rm -rf var/generation/*`))
## How it works
## How it works
...
@@ -112,12 +105,11 @@ Please visit [Bobgo](https://uafrica.co.za) to create an account.
...
@@ -112,12 +105,11 @@ Please visit [Bobgo](https://uafrica.co.za) to create an account.
### ✓ Step 1: Add products to cart(Checkout)
### ✓ Step 1: Add products to cart(Checkout)
>1. Add products to cart
>1. Go to checkout page.
>2. Go to checkout page
>2. Select shipping address.
>3. Select shipping address
>3. BobGo will collect **Shipping Rates** From various couriers.
>4. BobGo will collect Shipping Rates that cart
>4. Select shipping method.
>5. Select shipping method
>5. Place order.
>6. Place order
### ✓ Step 1: Create shipment (Admin)
### ✓ Step 1: Create shipment (Admin)
`Sales > Orders > View Order > Ship`
`Sales > Orders > View Order > Ship`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment