> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bouquet-inc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# We want to stop certain products being added to the cart from the favorites page

> Apply the product tag favorite_noaddtocart and the add-to-cart button is hidden for that product on the favorites list page.

## When you need this

### Products with a sale start and end date

If your implementation shows or hides the add-to-cart button based on those dates, you also need to stop customers adding the product to the cart from their favorites.

For that you will need:

* Bulk updates of product tags with Matrixify
* Adding and removing the product tag with Shopify Flow

### Merchants using apps such as Infinite Options

That is, cases where the customer chooses options beyond size and color, or enters text, before adding to the cart.

Adding from the favorites list would add the product with none of those customizations, so those products need the tag.


## Related topics

- [Adding a favorite button to the cart page](/en/apps/multilikes/developers/cart-page-button.md)
- [Bouquet Inc.](/en/company/about.md)
- [We want to migrate our product favorites data](/en/apps/multilikes/faq/data-migration.md)
