You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Overview


Checkout messages are used to display messages to the user when they are finalising their order. You might use checkout messages to communicate:

  • Certain rules and regulations to be taken into account when purchasing certain products, ie hazardous substance warnings; 
  • Changes to orders over holiday periods;
  • Expected shipping delays on certain products.


When a checkout message is displayed, there is is an option for a confirmation box to be added so that the user must acknowledge the message before continuing.

Checkout messages are shown to all users at the checkout stage, but they can be configured so that the message is only shown when certain criteria is met, such as: 

  • Orders with products from a specific category;
  • Specific customers;
  • Orders containing specific products;
  • Orders over/under/between certain dollar values.

Step-by-step guide 

To Create a Checkout Message:

  1. In the CMS, navigate to SettingsCheckout Messages. 

  2. Click New.

  3. Enter the 'Sort Code/Mask' to define a product category: 
    1. enter the sort code for one category of products, 
    2. enter '%' for ALL products in all categories, or 
    3. leave blank if using an 'Override Query'.

  4. Set the value for 'Is Plain Text?':
    1. Ticked - The message is plain text and will be displayed as is.
    2. Unticked - The message is HTML and will be displayed as rendered HTML code, with site styles, formatting, etc.  

  5. Set the value for 'Requires User Confirmation':
    1. Ticked - Displays a checkbox that the user must enable before being allowed to continue
    2. Unticked - Message is displayed, user does not need to enable to continue

  6. Enter an 'Override Query' if required (see examples below).

  7. Set the value for 'Applies to Mode' to indicate whether the message applies to B2B, B2C or both user roles.

  8. Select the 'Top Template' if applicable (leave blank for BPD sites).

  9. Select the 'Field Group Name' if applicable.

  10. Select the 'Bottom Template' if applicable (leave blank for BPD sites).

  11. Click 'OK' to save changes.



Setting

Description

Sort Code/Mask

The sort code or category code. Can also use wild cards for multiple categories , i.e. SX123%

Message

The message that is displayed to the user, this can be written in plain text or alternatively writing using HTML Code.
Used in conjunction with the 'Is Plain Text?' setting.

Is Plain text?

Used to identify whether the message is displayed as plain text or HTML Code which will be rendered to the user.

Requires User Confirmation

Used to include a checkbox for the user to select before they can continue.

Override Query

Used to define alternative criteria to be met before the message is displayed to the user.

This can query The following tables:
ProntoSalesOrder
ProntoSalesOrderLine
Customer
Product

An example would be:

product.conditioncode = 'T'

Applies To Mode

Used to specify whether the message is displayed to B2B users, B2C users or both.

Top Template

The template that is displayed above the message.

Field Group Name

The fieldgroup that is defined on the prontosalesorder table to be displayed along with the message.

Bottom Template

The template that is displayed below the message.

When setting up a checkout message, The 'Sort Code/Mask' and 'Override Query' fields are used to define the criteria for whether or not a checkout message is displayed to the user. The following values will provide an example of how to display a checkout message for various scenarios.

Checkout Message Examples


You might find these scenarios helpful when creating your own Checkout Messages.

When a Product in a specific Category is in the Cart:
  • 'Sort Code/Mask': Enter the Category code. i.e. SX123456
  • 'Override Query': Leave blank.

When a Product under a higher level Category is in the Cart:
  • 'Sort Code/Mask': Enter the Parent Category code and add a percentage sign to indicate any categories under that tree. i.e. SX12%
  • 'Override Query': Leave blank.

For a specific Customer:
  • 'Sort Code/Mask': Leave blank.
  • 'Override Query': Enter the following query and substitute ABC123 for the customer code.

    Code = 'ABC123'
When a specific Product is in the Cart:
  • 'Sort Code/Mask': Leave blank.
  • 'Override Query': Enter the following query and substitute AB-12345 for the product code.

    productcode = 'AB-12345'
When one (or more) of several Product is in the Cart:

 

  • 'Sort Code/Mask': Leave blank.
  • 'Override Query': Enter the following query and substitute 'CV120','CV200','CV250' with your own product codes (comma-separated)

    productcode in ('CV120','CV200','CV250') 

When the Cart Amount is greater than $200.00 Ex Tax:
  • 'Sort Code/Mask': Leave blank.
  • 'Override Query': Enter the following query.

    (soOrderTotalAmount-SoOrderTotalTax) > 200


Additional Information


 --

Minimum Version Requirements


**.**.**

Prerequisites


--

Self Configurable


Yes

Business Function


Marketing

BPD Only?


Yes

B2B/B2C/Both


Both

Ballpark Hours From CV (if opting for CV to complete self config component)


Contact Commerce Vision

Ballpark Hours From CV (in addition to any self config required)


Contact Commerce Vision

Third Party Costs


n/a

CMS Category



Related help



  • No labels