Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-dhl-shipping
The Laravel eCommerce DHL Shipping module module calculates the shipping rates based on DHL API for product shipping.
https://github.com/bagisto/bagisto-dhl-shipping
dhl dhl-ecommerce ecommerce laravel opensource
Last synced: 15 days ago
JSON representation
The Laravel eCommerce DHL Shipping module module calculates the shipping rates based on DHL API for product shipping.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-dhl-shipping
- Owner: bagisto
- License: mit
- Created: 2022-01-12T07:25:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T12:53:01.000Z (about 3 years ago)
- Last Synced: 2024-04-23T20:53:44.256Z (9 months ago)
- Topics: dhl, dhl-ecommerce, ecommerce, laravel, opensource
- Language: PHP
- Homepage: https://bagisto.com/en/extensions/laravel-ecommerce-dhl-shipping/
- Size: 20.5 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
DHL Shipping Add-on provides DHL 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 DHL Shipping method.
- The admin can set the DHL shipping method name that will be shown from the front side.
- The admin can allow country wise shipping from backend.
- The admin can define the allowed methods and weight units.
- The admin can set content type
- Tax rate can be calculated based on DHL shipping## Requirements:
- **Bagisto**: v1.3.1
## Installation :
- Run the following command
```
composer require bagisto/bagisto-dhl-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.