Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Jcart Object
- (
- [config] => Array
- (
- [jcartPath] => jcart/
- [checkoutPath] => checkout.php
- [item] => Array
- (
- [id] => my-item-id
- [name] => my-item-name
- [price] => my-item-price
- [qty] => my-item-qty
- [url] => my-item-url
- [add] => my-add-button
- )
- [paypal] => Array
- (
- [id] => seller_1282188508_biz@conceptlogic.com
- [https] => 1
- [sandbox] =>
- [returnUrl] =>
- [notifyUrl] =>
- )
- [currencyCode] => USD
- [csrfToken] =>
- [text] => Array
- (
- [cartTitle] => Shopping Cart
- [singleItem] => Item
- [multipleItems] => Items
- [subtotal] => Subtotal
- [update] => update
- [checkout] => checkout
- [checkoutPaypal] => Checkout with PayPal
- [removeLink] => remove
- [emptyButton] => empty
- [emptyMessage] => Your cart is empty!
- [itemAdded] => Item added!
- [priceError] => Invalid price format!
- [quantityError] => Item quantities must be whole numbers!
- [checkoutError] => Your order could not be processed!
- )
- [button] => Array
- (
- [checkout] =>
- [paypal] =>
- [update] =>
- [empty] =>
- )
- [tooltip] => 1
- [decimalQtys] =>
- [decimalPlaces] => 1
- [priceFormat] => Array
- (
- [decimals] => 2
- [dec_point] => .
- [thousands_sep] => ,
- )
- )
- [items:private] => Array
- (
- [0] => 1
- )
- [names:private] => Array
- (
- [1] => Soccer Ball
- )
- [prices:private] => Array
- (
- [1] => 25.00
- )
- [qtys:private] => Array
- (
- [1] => 2
- )
- [urls:private] => Array
- (
- [1] =>
- )
- [subtotal:private] => 50
- [itemCount:private] => 2
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement