%@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 an Additional Gift
|
|
| |
|
|
| Choosing an Additional Gift |
|
|
CHOOSING AN ADDITIONAL GIFT
>VIEW YOUR GIFT CHOICE
Having chosen your main product, you have passed through
to the additional gift section where this is available
for the main gift product.
You will notice that the picture
of your chosen product is displayed at the top of
the screen along with the product name and price.
At this point, depending upon the type of gift you
are ordering you will have one or two main options.
CHOOSING AN ADDITIONAL GIFT >CONTINUE WITH YOUR
ORDER
-
This option will apply to
all orders.
-
You can click on the "continue"
button to proceed direct to the secure order form,
this will avoid any additional gifts where they
are available.
CHOOSING AN ADDITIONAL GIFT
>MAKING YOUR CHOICE OF GIFT
-
We offer the choice of ordering
additional gifts to be sent with some of our main
gift products.
-
You can choose one or more
additional gifts, all at a fully delivered price.
This price reflects the product cost and includes
a proportional additional packing and carriage
charge.
-
Each of the additional gifts
is a fixed product (no optional choices). The
product picture, brief discription, code and delivered
price are displayed.
-
You should click on the
box to the left of the product price to choose
that product. You may choose more than one additional
gift. If you forget to to the box then there will
be no aditional gifts.
-
The additional gifts currently
offered include a range of chocolates and quality
sweets, also teddy bears. Further gifts may be
added at a later date.
-
When you have completed
your choice you should proceed to the secure order
form by clicking on the "continue" button
BACK TO TOP
links to related pages
next
page
|
|
|
| |
|
|
|
|