%@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 > Choosing Your Gift
|
|
| |
|
|
| Choosing Your Gift |
|
|
CHOOSING YOUR GIFT
> BROWSE THOUGH OUR SITE
Please feel free
to browse through our site. Today, you may be looking
for a gift for someone for a birthday but another
occasion you may have forgotten could come up tomorrow!
Most of our gifts are dispatched from different geographic
locations, in the UK, so it is probably advisable
to look at each main section on the home page as an
individual gift service.
CHOOSING YOUR GIFT
> COMBINATION OF GIFTS
We can mix some of the gifts but extra charges may
apply where mixing causes excessive weight/cost problems.
The main services where we can mix products are the
Teddy Bears and Balloons. Extra gifts already apply
to these services.
Our drink service is kept separate
because of the higher unit weight. We could mix Teddy
Bears, Balloons and Drinks with extra gifts if requested
but additional charges may apply. Please contact us
for advice.
CHOOSING YOUR GIFT > MOVING
THROUGH THE WEBSITE
On choosing your main service section from the giftservice
homepage you should click on that section link. This
will drop down a sub menu showing a range of product
categories for that service. Choose the section you
would like to visit and click on that name link.
Entering the category you will
find the main page for that category. A full "service"
link menu remains on the left of the page to allow
full movement around the site.
CHOOSING YOUR GIFT > FINDING
AND CHOOSING A GIFT
Displayed on the main page will be the range of products
in that category. There is a small picture, name,
code number and price for each product. Within each
set of product details there are two link buttons.
These are "order" and "info".
CHOOSING YOUR GIFT > ORDER
BUTTON
If you click on the "order" button it will
start taking you through the ordering process. Where
appropriate it will take you to the extra gifts page
before moving on through to the main order form.
CHOOSING YOUR GIFT > INFO
BUTTON
If you click on the "info" button this will
take you to a pop up window displaying, for most gifts,
a larger picture of the product with extra product
information. This page also has its own "order"
button to start on the order process as explained
above.
|
|
|
| |
|
|
|
|