%@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 > Delivery Address Information
|
|
 |
|
|
| Delivery Address Information |
|
|
DELIVERY ADDRESS INFORMATION
> ADDRESS CONTENTS
The delivery address details required will vary according
to the type of delivery address.
As a generalisation, most addresses should contain most
or all of the following:
- the location, department,
title of the recipient (business)
- the name of the business
(business)
- the location of the
delivery point (ward in hospital)
- the number or name
of the property
- the name of the road
- the name of the village
- the name of the larger
village / town
- the address county
/ state
- the address postcode
- the address country
- the address telephone
number
- recipients contact
number (possibly mobile)
DELIVERY ADDRESS INFORMATION
> RECENT ADDRESS
We would ask every customer to check the delivery
address for the recipient entered on the order form.
Please try not to fill in the
address from memory. Check your address book and make
the address as full and exact as possible. Please
make sure you are using the most up to date address.
Has the recipient moved lately?
DELIVERY ADDRESS INFORMATION
> ADDRESS CHECK
Every address received is checked against our postal
code addressing system to make sure that it appears
as correct as possible.
We may amend some address details,
you will be notified of the changes in your order
confirmation. We would appreciate you immediate resonse
If we have misread the situation and you do not agree
with our changes.
We will explain more about each
type of address more fully in the subsequent sections
covering the major types of delivery location.
DELIVERY ADDRESS INFORMATION
> CORRECT SPELLING
Please try to make sure every word in every address
is spelt correctly. We would appreciate it if all
words could be spelt in full not abreviated.
DELIVERY ADDRESS INFORMATION
> SMALL DETAILS
Please make it clear where there are flat numbers
like 5 B by putting a space between the number and
the letter. When using a forward slash mark please
enter spaces to make it more obvious like 5 / R /
2
Please enter numbers as numerals
or spelt as letters as the address intends.
DELIVERY ADDRESS INFORMATION
> INTERNATIONAL SYMBOLS
We regret that we will probably be unable to cope
with many international sybols and punctuation. Please
enter a note in "extra information" where
a symbol may be really critical and we will see what
we can do about it.
|
|
|
 |
|
|
|
|