How can I completely hide prices with web pixels manager setup?

Topic summary

Main issue: Hide all prices from non-logged-in visitors, including preventing price data from appearing in the page source.

  • Current setup: A Liquid redirect is used for guests (non-customers), but price-related data (amount, SKU, etc.) remains visible when viewing the source of a collections page.

  • Specific concern: The “web-pixels-manager-setup” script embeds product/pricing data in the HTML, exposing information despite the redirect.

  • Key question: Is there a way to remove or conditionally disable “web-pixels-manager-setup” for guests so prices are not accessible in source?

  • Additional context: Two other participants report the same requirement—hide all pricing unless logged in—and ask for a solution.

  • Technical note: Web Pixels Manager is Shopify’s tracking/analytics system that injects scripts and product metadata into pages, which can surface pricing in source even if the UI hides it.

  • Status: No solution provided; discussion remains open with unanswered questions about disabling/controlling the script for guest users.

Summarized with AI on December 13. AI used: gpt-5.

Hi.

i need to remove the price completely

with liquid i created a redirect if guest is not customer but the price still visible with a command view-source

view-source:https://pippo.menelao.it/collections/
if you seek web-pixels-manager-setup in the code page there are the amount, sku, etc…

Where guest is not a customer there is a way for remove web-pixels-manager-setup ?

thanks

1 Like

I’m facing the same issue. I need to hide all pricing to anyone not logged in. Have you found a way?

Same problem here..

Anyone a solution?