Quantcast
Channel: Webkul Blog
Viewing all articles
Browse latest Browse all 5490

Laravel Marketplace FedEx shipping

$
0
0

Laravel Marketplace FedEx Shipping module provides FedEx Shipping method for shipping the product.

By using this, you can provide FedEx (Federal Express) shipping. FedEx is widely acknowledged as a world-class company and now it is with the Marketplace.

Features of Laravel Marketplace FedEx shipping

  • The admin can enable or disable the FedEx Shipping method.
  • The admin can set the FedEx shipping method name that will be shown from the front side.
  • Admin can allow sellers to save their credentials.
  • The admin can define the allowed methods and weight units.
  • The admin can set packaging type and drop off type.
  • The seller can add Invoice.
  • The dynamic shipping method for freight calculation.
  • Ability to download Invoice.

How to install the module Laravel Marketplace FedEx shipping?

Customers will get a zip folder after purchasing the extension and Unzip the extension zip and then merge the “packages” folders into the project root directory.

Goto config/app.php file and add the following line under ‘providers’.

Laravel-eCommerce-multi-shipping

Goto config/app.php file and add the following line under ‘providers’

Webkul\MarketplaceFedExShipping\Providers\MarketplaceFedExShippingServiceProvider::class
laravel marketplace fedex shipping

Then go to the composer.json file and add the following line under ‘psr-4’

"Webkul\\MarketplaceFedExShipping\\": "packages/Webkul/MarketplaceFedExShipping/src"
laravel ecommerce marketplace fedex shipping

Run these commands below to complete the setup

composer dump-autoload
php artisan migrate
php artisan route:cache
php artisan vendor:publish
-> Press 0 and then press enter to publish all assets and configurations.

Admin Configuration

After the installation of the module, the admin needs to configure the module. Click on Configure>>Sales>>Shipping methods.

Under the Shipping methods, all the shipping methods are visible in the admin panel.

Under the Marketplace FedEx there are several fields:-

Title

The admin can input the title for the shipping method in this field.

Description

 The admin can describe the shipping method in this field.

Status

 The admin can active or inactive the module from this field.

Account ID

The admin needs to enter the Account ID for the FedEx account.

Meter Number

The admin needs to enter the Meter Number that is provided after creating an account in the FedEx.

fedex-shipping

Post Code

The admin needs to enter the postcode here to determine that the shipment is available.

Key

 The admin needs to enter the key in this field after creating an account in FedEx.

Password

The admin needs to provide the password in this field after creating an account in FedEx.

Sandbox mode

The admin can set it as yes or no for the Sandbox mode (Testing mode).

Packaging type

Under this field, the admin can select from various packaging type from the dropdown menu.

DropOff type

The admin can select the dropoff type for the package in this field.

fedex-shipping-2

Weight unit

The admin can select the weight unit between Pounds and Kilogram in this field.

Allow Sellers to Save FedEx Details

The admin can select Yes or No in this field.

Services

The admin can select the services according to the requirement in this field.

Box Length

 The admin needs to enter the length of the box in this field.

Box Width

 The admin needs to enter the width of the box in this field.

Box Height

 The admin needs to enter the height of the box in this field.

Length Class

The admin needs to select the length unit in this field between inches and Centimeter from the dropdown.

 laravel ecommerce fedex-shipping

Seller’s Profile

After all the configuration have been saved by the admin regarding the shipping method.

The seller can see the option of the FedEx shipping under the marketplace section, where the seller can manage the FedEx configurations.

The Sellers needs to enter several fields regarding the configurations of the FedEx shipping method such as:-

  • Account Id:-The seller needs to input the FedEx account Id in this field.
  • Password:-The seller needs to input the password in this field.
  • Meter Number:-The seller needs to input the meter number in this field.
  • Key:- The seller needs to enter the key in this field.
laravel-marketplace-fedex-shipping

Customers End

After the successfully configuring the FedEx shipping, the customers can use the FedEx shipping method for the delivery of their products.

Checkout-2

SUPPORT

Thus for any kind of support also raise a ticket at  https://bagisto.uvdesk.com/en/


Viewing all articles
Browse latest Browse all 5490

Trending Articles