Widget Visibility by 6 Page Type Groups & 35+ Page Types
Clusterify.AI dynamically scans all installed core modules and third-party extensions via Magento's page_types.xml layout system. Page handles are classified into 6 visual categories:
Landing & CMS Pages
Homepage, About Us, Contact, and custom brand CMS landing pages.
Product & Catalog Pages
Product detail views, category layouts, image galleries, and customer reviews.
Checkout & Cart Pages
Shopping cart, onepage checkout, PayPal, and payment gateway screens.
Customer Account Pages
Customer registration, login, dashboard, order history, address book, and wishlists.
Search & Utility Pages
Catalog search results, advanced search, popular search terms, and RSS feeds.
Custom Page Types
Automatically lists layout handles declared by custom modules, blog extensions, lookbooks, or quotation engines.
Admin Efficiency & Bulk Actions
- Real-Time Search Filter: Search any page by friendly name or technical handle (e.g. typing "cart" immediately isolates all cart-related handles).
- One-Click Bulk Controls: Use Enable All, Disable All, or Reset to Defaults buttons to configure storewide visibility in seconds.
- Scope Overrides: Set global rules at Default Config, or override specific page visibility per Website or Store View.
Frequently Asked Questions: Page Visibility
Common questions about layout handles, safe-by-default rules, and custom page types.
Where in Magento 2 Admin do I configure ChatBot page visibility?
Why are Shopping Cart and One-Page Checkout pages disabled by default?
checkout_cart_index) and Checkout (checkout_index_index) so customers can complete payments with zero distraction.How does the extension automatically discover all 35+ Magento 2 page types?
page_types.xml declarations aggregated across all core and active third-party modules.How are custom page types from 3rd-party extensions handled?
Can we enable the ChatBot on Cart or Checkout pages if our store needs it?
Can we configure different page visibility rules per Website or Store View?
How does the real-time search filter in Page Visibility work?
What happens when I click 'Reset to Defaults'?
Can our DevOps team automate page visibility via CLI commands or CI/CD?
bin/magento clusterify:chatbot:config:pagetype-visibility:list, pagetype-visibility:set, and pagetype-visibility:reset. Consult our CLI Developer Documentation for complete options.Does changing page visibility settings require flushing the Magento cache?
config:set in the CLI automatically flushes the config cache type. No manual terminal cache clearing is required.