Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-canada-post-shipping
The Laravel eCommerce Canada Post Shipping extension allows the admin to provide Canada Post shipping method for shipping the products
https://github.com/bagisto/bagisto-canada-post-shipping
canada-post ecommerce laravel opensource shipping shipping-api shipping-methods shipping-module shipping-rates
Last synced: about 1 month ago
JSON representation
The Laravel eCommerce Canada Post Shipping extension allows the admin to provide Canada Post shipping method for shipping the products
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-canada-post-shipping
- Owner: bagisto
- License: mit
- Created: 2022-01-10T13:35:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T12:13:10.000Z (almost 3 years ago)
- Last Synced: 2024-09-26T07:38:33.031Z (3 months ago)
- Topics: canada-post, ecommerce, laravel, opensource, shipping, shipping-api, shipping-methods, shipping-module, shipping-rates
- Language: PHP
- Homepage: https://bit.ly/3qhe37V
- Size: 147 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
CanadaPost Shipping module provides Canada Post Shipping methods for shipping the product.
It packs in lots of demanding features that allows your business to scale in no time:
- The admin can enable or disable the Canada Post Shipping method.
- The admin can set the CanadaPost shipping method name that will be shown from the front side.
- The admin can define the allowed methods, weight units and rate type.
- Tax rate can be calculated based on Canada Post shipping## Requirements:
- **Bagisto**: v1.3.1
## Installation :
- Run the following command
```
composer require bagisto/bagisto-canada-post-shipping
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan route:cache
php artisan config:cache
```> now execute the project on your specified domain.