Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-usps-shipping
The Laravel eCommerce USPS Shipping module allows the store owners to enable United States Postal Servies for the shipment of orders.
https://github.com/bagisto/bagisto-usps-shipping
ecommerce laravel opensource shipping shipping-module shipping-rates usps usps-packages
Last synced: 2 months ago
JSON representation
The Laravel eCommerce USPS Shipping module allows the store owners to enable United States Postal Servies for the shipment of orders.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-usps-shipping
- Owner: bagisto
- License: mit
- Created: 2022-01-10T12:34:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T06:17:07.000Z (about 1 year ago)
- Last Synced: 2024-09-26T02:15:10.052Z (3 months ago)
- Topics: ecommerce, laravel, opensource, shipping, shipping-module, shipping-rates, usps, usps-packages
- Language: PHP
- Homepage: https://bit.ly/3fbapG6
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Bagisto Usps Shipping add-on provides Usps Shipping methods for shipping the product. By using this, you can provide Usps (United States Postal Service) shipping. This shipping service calculates the shipping rate according to the product weight and the origin address. This allows the customers to choose the USPS shipping method on the checkout page.
It packs in lots of demanding features that allows your business to scale in no time:
- The admin can enable or disable the Usps Shipping method.
- The admin can set the Usps shipping method name that will be shown from the front side.
- The admin can define the allowed methods.
- Dynamic shipping method for freight calculation.
- Tax rate can be calculated based on Usps shipping## Requirements:
- **Bagisto**: v1.3.3
## Installation :
- Run the following command
```
composer require bagisto/bagisto-usps-shipping
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan migrate
php artisan route:cache
php artisan config:cache
php artisan vendor:publish
```
-> Press 0 and then press enter to publish all assets and configurations.> now execute the project on your specified domain.