Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faceted_search_enabled definition #2534

Open
tarponjargon opened this issue Jan 21, 2025 · 1 comment
Open

faceted_search_enabled definition #2534

tarponjargon opened this issue Jan 21, 2025 · 1 comment

Comments

@tarponjargon
Copy link

these variables are referenced across the cornerstone codebase:

category.faceted_search_enabled
brand.faceted_search_enabled
product.faceted_search_enabled
product_results.faceted_search_enabled

but are not defined anywhere in the codebase itself. Can you point me to where these settings are configured? I tried bigcommerce chat and they said it's out of scope for them

@sacr3dc0w
Copy link
Contributor

These variables are part of the theme object context and are typically configured in the backend of your BigCommerce store under the product filtering settings.

Here’s some relevant info:

  • Product Filtering settings can be managed through the BigCommerce admin. You can find more details about this here:

  • Object Reference: These settings are part of the theme context, specifically for brands, categories, products, and product_results. You can learn more about these variables here:

Hopefully, this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants