Home > @vsf-enterprise/bigcommerce-theme > UseCartInterface > isInCart
# UseCartInterface.isInCart() method
Checks whether a product
is in the cart
.
Signature:
isInCart(product: Product): boolean;
# Parameters
Parameter | Type | Description |
---|---|---|
product | Product |
Returns:
boolean