TIWCGJQCustomPayPalCart.AddToCart(string,Double,Integer,TIWCGJQPayPalCurrency,Integer) Method

Alternative method / quick addition to Cart

Namespace: IWCGJQPayPalCart
public
 procedure AddToCart(const ItemName: string; const Amount: Double;
 const Quantity: Integer = 1; const CurrencyCode: TIWCGJQPayPalCurrency = ppcUSD; const MaxQuantity: Integer = -1); overload;

Parameters

ItemName
Type: string

Product description

Amount
Type: Double

Amount of product

Quantity
Type: Integer

Product Quantity

CurrencyCode
Type: TIWCGJQPayPalCurrency

Currency Code

MaxQuantity
Type: Integer