Articles on: Buy Me - Sticky Buy Button

How to disable the Buy Me App on a certain page?



If you want to disable the Buy Me app on certain pages like specific product pages, the homepage, or any static pages, you can do so by adding a simple meta tag.

How to Disable the Buy Me App on Product Pages



Go to Shopify Admin → Products.
Select the product where you want to disable the Buy Me app.
Scroll to the Description section and click the <> (HTML) icon.
Paste the following meta tag inside the description:
<meta name='buy-me:active' content='false' />

Click Save.

Result: The Buy Me app will be disabled for this specific product page.

How to Disable the Buy Me App on Other Pages (Homepage, Static Pages, etc.)



Go to Shopify Admin → Online Store → Themes.
Find your Current Theme and click Actions → Edit Code.
Locate the page template file from the left-side list (e.g., index.liquid for the homepage or a specific page file).
Add the following code at the end of the file:
<meta name='buy-me:active' content='false' />

Click Save.

Result: The Buy Me app will be disabled for this page.

Disable the Buy Me App on Any Page



Simply add this meta tag to any page where you want to hide the Buy Me app, and it will stop displaying widgets on those pages.

Pro Tip: This is a flexible method, ensuring that the Buy Me app remains active on relevant pages while being disabled on specific ones.

Updated on: 20/03/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!