Index
-
Shipping Rules UI Lesson 1: File management
- Introduction
- Access to the Shipping Rules UI
- Shipping Rules in On-premises
- Managing your files
- Creating a new Shipping Rules file
- Advanced options - Shipping Rules UI Lesson 2: Creating Select Rules
- Shipping Rules UI Lesson 3: Creating Service Levels
- Shipping Rules UI Lesson 4: Setting up prices
- Shipping Rules UI Lesson 5: Use cases
Introduction
This article is the first in a series of tutorials that will explain how to use the Shipping Rules User Interface. Originally, any configuration of Shipping Rules was made in an XML file and uploaded in Portal. With the Shipping Rules UI, even customers without XML skills can make simple Shipping Rules configurations.
For a general introduction to the concept behind Shipping Rules, please read the article: Introduction to Shipping Rules.
Access to the Shipping Rules UI
Access to the Shipping Rules UI depends on your subscription and must be activated by nShift Customer Service.
Please submit a request to Customer Service if you would like to have access to the Shipping Rules UI or would like to learn more about the possibilities.
Once enabled, you will see Shipping Rules in the menu under Ship > Configuration.
Shipping Rules in On-premises
You can ignore the information in this section if you are using Ship Cloud or Shipment Server.
If you are using Shipping Rules together with nShift On-premises, the shipping rules files are stored locally. To ensure that the self-service features in our cloud can communicate with your local On-premises, polling must be activated. This is done by activating the Shipping Rules setup item and uploading a file:
- Go to Setup and click on the level where you want to apply Shipping Rules.
- Right-click in the pane to the right and choose New > Shipping Rules.
- Click Select and locate the file on your computer.
- Click OK to upload the file.
Read more about the nodes in the XML here:
Shipping Rules - Nodes description
Managing your files
The File tab is where you manage your Shipping Rules files. The page consists of three sections: Source, Drafts and Published. This is your overview page where you create, delete, and publish your Shipping Rules files.
Source
In this section, you will see a structure that reflects the Installation, Locations and Actors in your nShift On-premises. Click the Installation and Location level to expand and see all available Actors. Browse the different levels to see any drafts or published files in the other sections.
Shipping Rules can only be applied on Actor level if you are using Shipment Server and Ticket. If you have an On-premises installation, you can activate Shipping Rules on Installation, Location or Actor level. You must make a selection in the Source section to start creating new shipping rules or see existing files.
The button Show active will display all actors with published Shipping Rules connected.
Drafts
The Drafts section contains a list of all the Shipping Rules files that have never been published or files you are editing. It is possible to have multiple drafts. The content of the list will match the level you have selected under Source.
New files are always created as drafts. You must always select a level in the Source section before you can create a new draft file. If you try to create a new file without selecting a level first, you will see a message saying "Please check your input and try again".
If you click on the wrench icon next to a file, you will see several possible actions:
- Edit - this will open the General tab where you can edit the basic information about the file.
- Copy - copies the file and enables the Paste button. This can be used to copy a file to another level in the Source section.
- Delete - delete the file.
- Publish - publishes the file and moves it to the Published section.
Published
The Published section contains your current published file and a history of any previously published files. You can always see which file is active by the checkmark in the In use column.
When you publish a new file, it becomes active and any previously active file becomes inactive.
If you click on the wrench icon next to a file, you will see several possible actions:
- Edit in Drafts - opens the file for editing and creates a copy of the file in the Drafts section.
- Copy - copies the file and enables the Paste button. This can be used to copy a file to another level in the Source section.
- Delete - delete the file.
Creating a new Shipping Rules file
You must start by creating a Shipping Rules file before you can add any Select Rules or Service Levels.
- Go to Ship > Configuration > Shipping Rules > File.
- In the Source section, click on the level where you want to create the file.
- Click the New button in the Drafts section.
- Name your new file, enter an optional description, and click Create.
- A file has now been created and placed in the Drafts section. Click the wrench icon and choose Edit.
- This will open the General tab. Add information about the file under Fileinfo and select any Additional Options.
- Set freight price (simple - one per product) - enables a simple price field that can be configured per product.
- Set freight price (advanced - with conditions) - enables a tab where you can create price groups and add conditions.
- Advanced - activates a tab with advanced options for your file.
- Use select rules - activates the Select Rules tab that makes it possible to create select rules in your file.
-
Show xml editor - activates a tab showing the Shipping Rules file in an XML editor for advanced editing.
- Click Next to start adding service levels/rules to your file.
Go to the next lesson to learn how to create Select Rules.
Advanced options
If you check Advanced under Additional options, you will enable a tab with advanced configuration options:
- User confirm - displays a confirmation message in PV.
- Carrier validation - turn off carrier validation when Shipping Rules is running.
- Use product name from file - use the name attribute from the Product node.
- Show service level in PV - allow the user to select service levels in production view.
- On import to Inbox - activate shipping rules on import without autoprint.
- On submit - activate shipping rules on submit.
- Default service level - set a service level name and the default will be ignored.
The Expressions section makes it possible to create expressions to prefill fields, copy information from one field to another, add special conditions, etc.
Example showing some different expressions:
- Always insert value DK in receiver country field. Execute at root level.
- If content field on goodsline is empty then copy content from Custom field 1. Execute at root level.
- Always insert "100" into the references - insurance field if the references - order value field is minimum 1000 and maximum 5000. Execute at Service level product.
↑ Back to top | Go to next lesson → |