%@LANGUAGE="VBSCRIPT"%>
<%
' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
' create the list of parameters which should not be maintained
MM_removeList = "&index="
If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "="
MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone=""
' add the URL parameters to the MM_keepURL string
For Each Item In Request.QueryString
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item))
End If
Next
' add the Form variables to the MM_keepForm string
For Each Item In Request.Form
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(Item))
End If
Next
' create the Form + URL string and remove the intial '&' from each of the strings
MM_keepBoth = MM_keepURL & MM_keepForm
if (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1)
if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
' a utility function used for adding additional parameters to these strings
Function MM_joinChar(firstItem)
If (firstItem <> "") Then
MM_joinChar = "&"
Else
MM_joinChar = ""
End If
End Function
%>
giftservice.co.uk > Customer Service Centre > Extra Information
|
|
| |
|
|
| Extra Information |
|
|
EXTRA INFORMATION >
WHERE TO ENTER "EXTRA INFORMATION"
Please go to
the end of the order form after the section entitled
"How did you find us?" Here you will find
a large free text box to allow each customer to provide
additional order information.
EXTRA INFORMATION > PURPOSE
OF EXTRA INFORMATION BOX
We have included this box on the order form to
provide every customer with an extra method of communicating
additional and important order information with their
order.
Please note: This facility is
not intended for lengthy messages, extra long/overflow
card messages, lengthy delivery address instructions.
If you need to write to us at length please use the
customer contact link provided.
EXTRA INFORMATION >USING
THE EXTRA INFORMATION BOX
Please find listed below some typical ways of using
this box.
To provide additional
recipient/customer/order telephone numbers,
especially mobile numbers.
|
To draw our attention
to having placed more than one order to the
same recipient for different products.
|
To provide information
which would not fit in another order box on
the form.
|
To pass on brief comments.
|
To provide customer contact
information, for future contact, where the customer
is not paying for the order.
|
To enter statements to
help us understand your order as requested in
our information. eg: when requesting a delivery
as soon as we can provide it, enter: "PLEASE
DELIVER ASAP"
|
The text in this box will be
checked personally by our team but will not automatically
be added to the order. It should be mentioned in your
order confirmation message.
All extra information should
be sent in English.
|
|
|
| |
|
|
|
|