|
|
|
Today is Wednesday August 20, 2008 |
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| e-commerce 4 you |
|
||||||||||||||||
ezBasket Features - Reference
|
|---|
| Version 1.21 (current on-line services) | ||
| Pn | Part Number | Identifies each unique Product in the Basket. If you use the same Part Number for several styles/colors/sizes of a product, then you must append some value, usually a letter, to Pn to make it unique for all styles |
|---|---|---|
| P | Price | It's in Canadian Dollars (it will be divided by a factor of 1.5 to Show US prices) |
| P1 T1 | Price Discounts | This price (value of P1) is used instead of P when Quantity >= value of T1 |
| P9 T9 | Same as P1 and T1 pair, up to 9 pairs can be used for multiple discount levels. All T# values must be defined in ascending orderfor ascending values of #. | |
| Info | Information | Description of this item, it will be presented in the ezBasket, Checkout, and Receipt for this item |
| Cat | Category | Items can be categorized (groupped), default category has no label and is listed first |
| Si | Shipping Included | If Standard Shipping is included in the price, set Si=1 so it's not added for this item. |
| Pb | Per Box Discount | If you're shipping items in boxes of predefined quantity and you want to offer discounts for orders of exact box-quantity, specify Pb=# where # is the number of items per box. If the user specifies the exact multiple of this value in quantity, then P1 pricing will be applied. |
| Version 2.0 beta 1 (as of April 30, 2000) | ||
|
As of this version, all parameters may use context-replacement, inserting values of any other parameter as part of the on being defined. The syntax for this feature is: Parameter=String Template with {AnotherParam} included This allows to append color/size suffix to Pn, specific style information inserted in Info... | ||
| Q | Quantity | Specify or allow the user to specify the initial quantity to be added to the basket. (at least 1 will be used, even if Q is < 1), (defaults to 1) |
| Xtra | Extra Parameters | Allows to combine multiple Key=Value pairs into a single parameter. This is useful to simplify storing multiple parameters into a single hidden control, or to provide select box or check boxes with multiple parameters defined for each. For example selecting different size or style could define a different price. It's also used as a way to add multiple products to the basket in a single operation - multiple definitions of Xtra value are allowed, each one will add another product to the basket. |
| Version 2.0 beta 2 (as of May 10, 2000) | ||
| PU | US Price | Same as but specified in US Dollars (overrides P) |
| Legend: | - Optional Parameter, doesn't have to be provided, | - Mandatory/Required Parameter |