iisCART PROPERTIES |
|
Color As
String |
Used to display the cart
tables cells. E.g. Cart.Color = "#FF4000" |
|
HeaderColor
As String |
Used to display the cart
tables headers. |
|
ConnectString
As String |
Specified the key under
that hosts the DSN and registration keys for iisCart. |
|
Items As
Object |
Returns the Items
collection of Item objects representing the individual items in the cart. |
|
Shipping |
Returns the calculated
shipping/handling value for the cart. May be overridden by a custom S&H calculating
script. |
|
OrderID
As Long |
Read-only. Returns the
database-generated unique order ID after the SaveOrder method is called. |
|
CountryTaxRate
As Float |
Specify the tax rate and
country tax rate used to calculate sales tax values. |
|
CountryTax |
Returns the calculated tax
values of the cart. May be overridden by a custom tax calculating script. |
|
Tax |
Returns the calculated tax
values of the cart. May be overridden by a custom tax calculating script. |
|
TaxRate
As Float |
Returns the calculated tax
values of the cart. May be overridden by a custom tax calculating script. |
|
LastCCError, LastCCErrorMsg |
Read-only. VerifyCreditCard
sets these properties if the return code is 2. Return numeric and verbal errors generated
by CC Module. |
|