Knowledgebase
Search the knowledgebase
 Information
 Knowledgebase
 Manual & FAQ's
 Setting up payments
 Downloadable styles
 Contact us
 Shop Maker Homepage

Payment HTML Variables



Control panel >> Payment / gateway options >> Payment HTML

Below are a list of the variables you can use in your Shop Maker payment HTML form.
The information they reference is the data entered into card billing address checkout form and the system generated order details.
When you add your Payment HTML in the Shop Maker control panel, the #variable# name will be replaced with the relevant value.

Assuming the total cost is 10.99, if you enter:
<input type=hidden name="amount" value="#totalcost#">

This is the HTML that will be displayed:
<input type=hidden name="amount" value="10.99">

You will see, the #totalcost# is replaced by the actual total cost, which in this case is 10.99.

Here is a complete list of the variables available to use in your payment HTML form.

Variable Variable value
#totalcost# The total cost of the order
#totalcostnodecimal# The total cost of the order without the decimal point
#ordernumber# The auto generated order number
#orderdetails# The auto generated order details
#firstname# The card / billing address first name
#surname# The card / billing address surname
#address1# The card / billing address 1
#address2# The card / billing address 2
#address3# The card / billing address 3
#town# The card / billing address town / city
#county# The card / billing address state / county
#postcode# The card / billing address postcode / zip
#tel# The card / billing address telephone number
#email# The card / billing address email address



FAQ's

Currently there are no FAQ's for this section.


Copyright © 2006 Red Eye Media. All rights reserved. www.shopmaker.co.uk
Valid HTML 4.01