Order Form Parameters
订购单参数
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. Below you will find a list of parameter names and their uses.
某些参数可以直接用在您的订购单URL上,从而改变默认的订购过程。下面您将看到参数名称和参数用途的列表。
&linkid
This is a rather useful parameter and it has its own documentation, click here.
这是一个非常有用的参数。欲查看其专门文件,请点击这里。
&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上标明优惠券代码,向客户提供折扣优惠。
&action=add_to_cart
This will add the product directly to the shopping cart.
该参数可以向购物车直接添加产品。
&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来盖过购买页面上的默认风格。
&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.
如果您在购物车上使用复选框,那么在客户返回做出购物更改时,此参数将保证购物车准确地执行客户所选的选项。
&ss_short_order=true
If possible and applicable, the product detail page will be bypassed, skipping to the billing information page.
This should only be used to shorten the process of single product orders, and is not recommended in conjunction with shopping cart orders.
如果可以并适用的话,它将会绕过产品详情页面,跳转到付款信息页面。这仅适用于缩短单个产品的订单过程,不推荐用于使用购物车的订单。
&ss_long_order=true
To ensure the product detail page is not skipped.
This should be used when there are important details on the product detail page that need attention from the customer.
&quickbuy=1
This will get rid of the "Continue Shopping" link on the Billing Page. Keep in mind, if this parameter is used, the items (your products) in the shopping cart will be irremovable.
该参数将取消订购页面上的"Continue Shopping"链接。注意,当使用了该参数,购物车里的产品(您的产品)将无法移除。
Note: This parameter only works with the shopping cart used with the 6.9%+$1 pricing.注:此参数仅对使用了6.9%+$1费率的购物车起作用。
&fname
First Name of Customer
客户的名
&lname
Last Name of Customer
客户的姓
&country
Country of Customer
客户的国籍
&email
E-mail address of Customer
客户的邮箱地址
An example of how to use some of the above would be:
关于如何使用上述部分参数的示例:
https://www.regnow.com/softsell/nph-softsell.cgi?styleid=1111&item=xxxx-y&locale=DE&linkid=banner1
|