There are certain parameters that can be passed directly to the URL of your order forms. These parameters modify the functionality of the
default order process.
Your first parameter can be added after the Product ID. For the first parameter added to the URL you will need to add a '?' prior to the first
parameter as this designates the location from which the first parameter can be added. Subsequent parameters will use the '&' prefix.
Below you will find a table of parameter names and their uses. After a parameter ID is a '=' followed immediatly by the the value of the parameter.
There should be no spaces in the value.
Notice that an '&' precedes each parameter ID.
Note: Again, please note that when adding the first parameter to the RegNow purchase link, the '?'
takes the place of the normal '&' prefix. An example of a URL is provided at the bottom of the page.
| Parameter ID
| Description
|
| &linkid
| Link IDs can be added to any of your order page links. A link ID can be used to track specific URLs for any purpose,
such as advertising tracking. The way a Link ID works is by adding "&linkid=****" to the end of the order page link.
This is a rather useful parameter and it has its own documentation, click here.
|
| &fname
| Add the First Name of the Customer to the order form.
|
| &lname
| Add the Last Name of the Customer to the order form.
|
| &country
| Add the Country to the customers order form.
|
| &email
| Add the email address to the customers order form.
|
| &locale *
| This is for the language used on the order pages. Possible values are:
用于指定订购页面上的语言。可选的值有:
EN = English
EN = 英语
ES = Spanish
ES = 西班牙语
FR = French
FR = 法语
DE = German
DE =德语
NL = Dutch
NL =荷兰语
SV = Swedish
SV =瑞典语
PT = Portuguese
PT =葡萄牙语
IT = Italian
FI = Finnish
|
| ¤cy *
| This is for the currency used on the order page.
用于指定订购页面上的币种。
USD = US Dollar
USD = 美元
GBP = British Pound
GBP = 英镑
EUR = Euro
EUR = 欧元
CAD = Canadian Dollar
CAD = 加元
AUD = Australian Dollar
AUD = 澳元
SEK = Swedish Krona
NZD = New Zealand Dollar
NOK = Norwegian Krone
JPY = Yen
HKD = Hong Kong Dollar
DKK = Danish Krone
CHF = Swiss Franc
ZAR = Rand
SGD = Singapore Dollar
CNY = Yuan Renminbi
|
| &ss_coupon
| You can pass a coupon code in the URL to give customers discounts.
您可以在URL上标明优惠券代码,向客户提供折扣优惠。
|
| &ordertype="example"
| If you are using Complex Pricing for your product, you may have ordertype assigned in your XML. Use this parameter if you want to create
a purchase URL that selects one of these options. If your ordertype has a space you will have to replace the space with
%20.
Example: From your XML file, Order Type "Singe License" now becomes "Single%20License"
as your parameter value.
|
| &styleid
| This can be used to manually pass a style ID in the URL, this will override any style that is set as default for the order page.
此参数可用于在URL上手动添加页面风格ID来盖过购买页面上的默认风格。
|
| &affiliate
| Adding an affiliate ID to the URL will provide commission for that affiliate if a relationship has already been created with the vendor.
If the vendor has choosen to manually accept all relationships, then a request will be sent to the vendor once the order is placed. If the
vendor does not accept the relationship, no commission will be paid out for this order.
If there is no relationship between the vendor and affilaite, and the vendor has choosen to automatically accept all relationships, then a
relationship will be created automatically and the commission will pay out.
|
| &ss_cart_reset=true
| If you are using checkboxes for your shopping cart, this will make sure that the shopping cart will use exactly what the customer checks
if they come back and make any changes.
如果您在购物车上使用复选框,那么在客户返回做出购物更改时,此参数将保证购物车准确地执行客户所选的选项。
|
| &quantity_xxxx-x=n&quantity_xxxx-x=n
| This will assign a specific quantity to a specific product when adding multiple items. Use this when you want to add multiple items to the cart and each item has a different quantity.
Replace xxxx-x with the product ID being added to the cart and 'n' with the quantity you want to define.
|
| &quantity
| Adds a specific quantity to every item in the customer's shopping cart.
|