Returns the div containing the nav cart subtotal.
jQuery Object
Returns the nav cart button.
Returns the nav cart object, including nav cart buttons.
Returns currency symbol.
String
Returns the type of widget it is. Can be used in conjunction with findAll() e.g., tpc.findAll()[0].get_type().
Shows the widget on the page.
None
Returns the nav cart item count span.
tpc.page.TpcNavCart.get_navCartItemCountElement();
Toggles the visibility of the widget.
Returns information about cart items.
Object
Returns the cart subtotal.
Number
Returns the container element of the widget.
Returns decimal places of cart amount.
Returns the number of items in your cart.
tpc.page.TpcNavCart.get_cartItemsCount();
Hides the widget from the page.
Returns the model configuration object of the widget, which contains several useful properties related to the widget.