Articles on: FAQs

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.

Enable the form on the entire store or just the product page by following this guide: Enable EasySell Order Form.

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

Go to EasySell > Settings > Advanced > Custom CSS.
Paste the following code and save.

.es-popup-button-product { display: none !important; }

Updated on: 08/02/2025