HorizonWeb Online Support
How do I setup the Authoisation Message for HorizonWeb on the HorizonWeb Admin Page ?
What is entered in this section will over-write any html code put in Horizon in Setup > Web > Authorisation Message.
This Page provides the user with a standard web design editor with both Design and Html code view. The editor provides users with such tools as table creator, changing font types and style and sizes and also for inserting hyperlinks.
Also in order for any of this to work your email settings will need to be setup correctly on the email tab of Company Maintain and the web login must point to a contact with a valid email address.
There are a few keys that you can use in the text to describe the order placed. They are as follows:
@lines@ - the lines of the order.
@salutation@ - the salutation and name of the user who placed the order.
@contact@ - Name of person the order is to be sent to.
@your_ref@ - the reference added to the order.
@our_ref@ - the internal order reference. E.g. SORD0000123
@delivery@ - the address that the order will be delivered to.
@department@ - this will display the main department on the order.
@confirm@ - this will place a link in the message that will log the user in and be directed to the Authorised order awaiting authorization.
@datetime@ - the date and time that the order was placed.
@tradercode@ - Displays the traders code.
@delivery_method@ = Tells the customer if their order is 'Delivery' or 'Collect From Store'.
@authsalutation@ - Gives the salutation of the authoriser.
@authcontact@ - Gives the authorisers name.
You can use the following html code to display the customer’s logo when they login to HorizonWeb.
(Insert Company Name Here) Order Confirmation
Dear @contact@,
An order has been placed that requires your authorisation.
Please login to Company Name using your email address and password.
1) Click The Authorise Tab
2) Click on AUTH that needs to be authorised
3) Check order and then click Checkout
4) Enter Order Reference and click Complete. |
HTML View:
<html>
<body>
<p> (Insert Company Name Here) Order Confirmation </p>
<p></p>
<p> Dear @contact@,</ p>
<p>An order has been placed that requires your authorisation.</p>
<p>Please login to <a href="http://www.company.co.uk/">Company Name</a> using your
email address and password.</p>
<p>1) Click The Authorise Tab</p>
<p>2) Click on AUTH that needs to be authorised</p>
<p>3) Check order and then click Checkout</p>
<p>4) Enter Order Reference and click Complete.</font></p>
</body>
</html> |
NOTE: Users on HorizonWeb 2.50 need to click the HTML tab and then select 'Authorisation Email' from the dropdown list
Back To HorizonWeb Online Support