Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-ups-shipping
The Laravel eCommerce UPS Shipping module provides UPS (United Parcel Service) Shipping methods for shipping the product
https://github.com/bagisto/bagisto-ups-shipping
ecommerce laravel opensource shipping shipping-api shipping-module shipping-rates ups ups-package
Last synced: about 1 month ago
JSON representation
The Laravel eCommerce UPS Shipping module provides UPS (United Parcel Service) Shipping methods for shipping the product
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-ups-shipping
- Owner: bagisto
- License: mit
- Created: 2022-01-10T12:24:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T07:46:11.000Z (12 months ago)
- Last Synced: 2024-03-24T06:22:44.249Z (9 months ago)
- Topics: ecommerce, laravel, opensource, shipping, shipping-api, shipping-module, shipping-rates, ups, ups-package
- Language: PHP
- Homepage: https://bit.ly/3r7NZuZ
- Size: 33.2 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Bagisto UPS Shipping add-on provides UPS Shipping methods for shipping the product. By using this, you can provide UPS (United Parcel Service) shipping.
It packs in lots of demanding features that allows your business to scale in no time:
- The admin can enable or disable the UPS Shipping method.
- The admin can set the UPS shipping method name that will be shown from the front side.
- The admin can define the allowed methods and weight units.
- Dynamic shipping method for freight calculation.
- Tax rate can be calculated based on UPS shipping
## Requirements:
- **Bagisto**: v1.3.3
## Installation :
- Run the following command
```
composer require bagisto/bagisto-ups-shipping
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan route:cache
php artisan optimize
php artisan vendor:publish
```
-> Press 0 and then press enter to publish all assets and configurations.> now execute the project on your specified domain.