> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.tyslo.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How can I show the button only in the cart drawer and not on the product page?

**You can control where the EasySell button appears on your store. If you want it to show only in the cart drawer and not on product pages, follow these steps to customize its placement.**

1. Enable the form on the entire store or just the product page by following this guide: [Enable EasySell Order Form](https://help.tyslo.com/en/article/how-to-enable-easysell-order-form-on-cart-page-onlyproduct-page-or-whole-store-1vr4ced/).

2. Add the following CSS code to hide the form button on the product page by following these steps:

* Go to **EasySell > Settings > General > Custom CSS**.
* Paste the following code and save: `.es-popup-button-product { display: none !important; }`

3. Make sure that the app is not disabled for the cart drawer:

![This option should be unchecked](https://storage.crisp.chat/users/helpdesk/website/-/4/b/1/5/4b154ca9ad47c000/cleanshot-2025-05-26-at-171259_zqwja1.png)

