%@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 > Proceeding With Your Order
|
|
 |
|
|
| Proceeding With Your Order |
|
|
PROCEEDING WITH YOUR
ORDER > MOVING TO THE ORDER FORM
As soon as you have clicked on the "continue"
button you pass into the secure server area of the
site with the padlock showing at the bottom of the
screen.
From this point any information
you enter and then send to us will be processed through
our secure server facility.
PROCEEDING WITH YOUR ORDER
> MOVING BACK OUT OF THE ORDER FORM
You can still move backwards to make changes to your
order, moving out of the secure server area, back
to the main site and our gift products.
To move back use the "back"
button at the top left of your screen.
PROCEEDING WITH YOUR ORDER
> YOUR ORDER SUMMARY
As you look at the top of the order form you will
notice that you have a display showing the gifts you
have ordered.
Firstly the main gift and then
below the extra gift or gifts. All gifts are named
and priced with a code number for the main product.
The "Total to pay"
line will show the total cost which will be charged
to your credit/debit card.
PROCEEDING WITH YOUR ORDER
> CHECKING YOUR ORDER
At this point we would ask you to check that all the
items ordered are correct and required. Please check
that you have not forgotten to order an additional
gift where this facility is available.
If you have made any mistake
in your choices you can go back now and change your
order.
If everything seems ok you can
proceed to the start of the order form.
|
|
|
 |
|
|
|
|