Returns the container element of the widget.
jQuery Object
Shows the widget on the page.
None
Toggles the visibility of the widget.
Returns the cart subtotal.
Number
Returns the type of widget it is. Can be used in conjunction with findAll() e.g., tpc.findAll()[0].get_type().
String
Hides the widget from the page.
Returns information about cart items.
Object
Returns the number of items in your cart.
tpc.page.TpcShoppingCart.get_cartItemsCount();
Returns currency symbol.
tpc.page.TpcShoppingCart.get_cartCurrency();
Returns div of shopping cart subtotal.
Returns the div of the cart items list view.
Returns the div of empty cart.
Returns the model configuration object of the widget, which contains several useful properties related to the widget.
Returns decimal places of cart amount.
tpc.page.TpcShoppingCart.get_cartDecimalPrecision();