%@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 > Payment Card
|
|
| |
|
|
| Payment Card |
|
|
PAYMENT CARD > WHERE
TO ENTER THE TYPE OF PAYMENT CARD USED
Please go to
the beginning of the "Payment Details" section
of the order form. The first line of this section
is entitled "Card Type" Here you will see
a drop down box. Please click on the arrow to the
right of this drop down box. This will provide a list
of the major cards accepted for payment.
PAYMENT CARD > CARDS ACCEPTED
We accept most major credit and debit cards issued
by any bank on a global basis. The following list
covers the main cards we accept:
VISA CARD
|
MASTERCARD
|
DINERS CLUB CARD
|
SWITCH CARD
|
AMERICAN EXPRESS CARDS
|
VISA DEBIT CARDS
|
SOLO CARD
|
.
|
.
|
PAYMENT CARD > ELECTRON
CARD
We regret that we are unable to accept payment using
the "Electron" card which is issued in the
UK or any other similar card issued globally. This
card works as an immediate electronic payment card
and is for personal presentation at a store only.
PAYMENT CARD > SELECT
YOUR PAYMENT CARD
Please select the type of card you will be using for
the payment of your order and click on the name of
that type of card. This action will enter the type
of card in the correct box on your order form.
Please note this selection has
no connection with which Bank or establishment has
issued your card or whether your card is a gold, silver,
platinum or whatever type of card. This information
is not required.
|
|
|
| |
|
|
|
|