(Formerly known as the Post Code Validation Modal widget)


Widget Use

Displays a modal window to allow the user to set the postcode for their order. This launches automatically on the user's first navigation to the cart, or can be accessed later via a link in the site header.

 

Example of Widget Use

Following is an example of the widget in use:

 

Where can the Widget be placed?

The widget can be used in the following templates:

  • Any template, but generally used on Theme Layout

 

Widget Options

OptionUseCommentsAvailable from Version
DescriptionA short description of the widget's use.We recommend this field be updated so the widget's purpose is clear at a glance from the template page.All
LayerThe layer the widget is valid for.

The layering technology allows for the content to be shown to specific audiences.

This is handy if the content is only valid for a certain type of user, or if the same widget is required for more than one audience, but different configuration is needed.

The widget can be added to the zone more than once and the layer feature can determine which audience can see each widget. 

All
Current Postcode PromptThe text displayed for the link in the site navigation header.Default is: Current Postcode: 3.82
IconThe icon displayed to the left of the 'Current Postcode Prompt' text.Default is: cv-ico-general-pin-alt3.82
Modal TitleThe heading displayed at the top of the widget.Default is: Enter Postcode3.82
Modal SubtitleThe subtitle displayed below the Title.Default is: To help us localise our product and delivery options, please enter your postcode to continue3.82
Modal MessageThe text displayed in the content area of the modal window, between the Modal Subtitle and the Postcode Entry Label. 3.82
Postcode Entry LabelThe prompt for the postcode entry field.Default is: Post Code3.82
Apply Button LabelThe text displayed on the Apply button.Default is: Apply3.82
Cancel Button LabelThe text displayed on the Cancel button.Default is: Cancel3.82
Products Removed Message

The message displayed to users when products are automatically removed from the cart based on postcode.

The placeholder '{0}' is used to display the list of product codes.

Default is: The following products have been removed from your order: {0}3.82
Blank Postcode Validation MessageThe text displayed on the validation message when a user clicks 'Apply' without entering a postcode.

NOTE - This message is only used when no Postcode Regex Validation has been specified. If there is a Regex in use, this message will be overridden by the 'Postcode Not Valid' message.
 

Default is: Please enter a postcode

3.82
Postcode Regex ValidationJavascript Regular Expression sequence. This can be used to restrict the field entry to a specific type or number of characters.Example - to limit entry in the postcode field to 4 numeric characters, use this expression: /^\d{4}$/3.82
Invalid Postcode Validation MessageThe text displayed on the validation message when a user enters an invalid postcode.Default is: The postcode you have entered is invalid3.82
Show On Mobile?Determines whether the widget is displayed on a mobile device. If unticked, the Postcode Validation modal will be hidden on mobile devices.

Default is: ticked

Untick to disable

3.82
Show Only Icon On Mobile?Determines whether just the icon is displayed on mobile devices. If ticked, the 'Current Postcode Prompt' text will be hidden on mobile screens.

Default is: ticked

Untick to disable

3.82
Right Align?Pushes the widget to the right of the zone it is located in.

Default is: ticked

Untick to disable

3.82

 

 

Other Widgets