Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.