%@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 > Recipients Town
|
|
| |
|
|
| Recipients Town |
|
|
RECIPIENTS TOWN >
WHERE TO ENTER THE TOWN
Moving down the order form the "Town" box
is the next box after the address boxes.
RECIPIENTS TOWN > WHAT TO ENTER IN THE TOWN
BOX
The place entered in this box should be the last main
location in the address before the county. If the
address does not show a main town, only a village,
then this should be entered in the town box. Only
enter the village name once.
RECIPIENTS TOWN > SPELLING OF TOWN NAME
The correct spelling of a town or village name is
critical to allow the correct processing of your order.
It is important to mention that
there are thousands of duplications of village names
and many duplications of town names in the UK.
Example: The town name "Oxford"
appears in -- Oxfordshire, Northumberland and Staffordshire.
We can even have two villages
of the same name or of very similar spelling in the
same county in the UK.
RECIPIENTS TOWN > DISTRICTS
WITHIN A TOWN
Where possible it is often very helpful to receive
the name of a district or an estate within an address
to qualify the location within the town or city.
In the case of London it is
useful to be told that the address is a road in Wimbledon,
rather than just London SW19.
RECIPIENTS TOWN > INCORRECT
TOWN
Once your order is received, we will check the recipients
address against our postal address checking system.
If there any major differences which give us cause
for concern we will contact you to check the address
providing there is suficient time within the timescale
for dispatch.
Where there is insufficient
time to check or where we have tried to contact you
receiving no reply, we will proceed with your order
using the information you have supplied.
We must state that all orders
will be dispatched in good faith using the recipients
address as supplied by you, our customer. We will
not be responsible for any problems which occur as
a result of any incorrect recipients address supplied.
We reserve the right to charge further administration,
product, packaging or delivery costs, to rectify a
problem resulting from an incorrect recipients address
supplied.
|
|
|
| |
|
|
|
|