Carriers

BackOffice>>Shipping>>Carriers

You can set-up multiple carriers for your Prestashop store. This might include setting up carriers for next day or three day delivery for example, so your customers can choose a 3 day delivery and lower cost shipping charge for example.

If you offer customer collection, you can also create a carrier for in-store pickup

When you select carriers from the menu, the following screen will be dispalyed, with your stores carriers that are already set-up listed.

carriers

Also note that the "Carrier Options" allows you to specify which carrier should be used as the default option. This means, when you customer checksout, if they accept default shipping, it will be your default carrier that is used.

Click Add New


add a carrier

Company: Enter the carrier name. If you enter "0" the shop name is used for this carrier.
Logo:
Upload a logo for this carrier
Transit Time:
Enter the text you want to be displayed to your customer during the checkout process. For each language, clcik the flag and eneter an appropiate description
URL:
Eneter the URL for where the tracking number will appear
Tax:
Choose the tax rate from the drop down list that will apply to this carrier or choose "no tax"
Zone:
Choose the zone that you would use this carrier to ship your products to those zones.
Status:
When disabled, this carrier will be excluded from the carriers shown on yoru website
Shipping & Handling:
Do you want to include the shipping and handling costs in the carrier price
Out-of-range behavior:
If you have defined "Out of range behavious" and you wish to apply one to this carrier, choose it from the drop down list

When you are happy with your slection, click SAVE.

Tip: Be aware that the Tracking input field will only show up in your customer orders AFTER you set the order as “Shipped” status. (See orders), if you need to get around this until it is addressed ina  future version of Prestshop (current version 1.1) do the following;

Goto tabs/adminorders.php
Arround 405 find:
if ($carrier->url AND $currentState->id == _PS_OS_SHIPPING_)
Change to:
if ($carrier->url AND ($currentState->id == _PS_OS_PREPARATION_ || $currentState->id == _PS_OS_SHIPPING_))

Now you can enter the Trackingnumber when the order is set to status "Preparation" and you can still edit the tracking numberbefore shipping and after shipping.

When the order is changed to status "Shipped" the trackingnumber gets will be send in the email to your customer.

Please be aware that many Prestashop sections are incomplete and our of date as this site is no longer maintained

PRESTASHOP GUIDES

prestashop admin guide prestashop designers guide

ADMIN CATEGORIES

Prestashop Admin Guide