volanar
December 7, 2023, 12:56pm
1
Hi. When installing the frontend and theme, I cannot configure the menu as in the demo. I must have missed something.
Demo
My demo
As you can see, the categories are not displayed after installing the demo data. I tried installing different versions, the result is the same
Lena_M
December 12, 2023, 4:04pm
2
Hi, volanar!
We use Link lists in the theme. Thatâs why you should create lists
Navigate to the admin site: Admin > Content > select your store > Link lists.
Click the âAddâ button.
Create a list with the name âcatalog-menu.â
Add parent categories with their permalinks.
Set the language.
Save.
Create a link list for subcategories.
Add the name of a parent category.
Add subcategories.
Add permalink (/parent/subcategory).
For more detailed steps, you can refer to the documentation here: Managing Link Lists
Feel free to reach out if you have any questions or need further assistance!
1 Like
volanar
December 14, 2023, 9:41am
3
Thanks for the support. Help me solve another issue. Where can I enable the setting for quick search? It doesnât work by default
Lena_M
December 14, 2023, 12:55pm
4
Please explain what kind of quick search you are talking about. Can you attach a screenshot?
volanar
December 14, 2023, 1:08pm
5
By default, this is disabled and I cannot find it in the documentation and in the configuration files where it is enabled or configured.
Hi @volanar ! This feature should work out-of-the-box without any configuration. Do you have any errors in web developer console?
volanar
December 14, 2023, 1:44pm
7
index.js:28 Uncaught (in promise) ApolloError: GraphQL.Execution.UnhandledError: Error trying to resolve field âpagesâ.
â> VirtoCommerce.SearchModule.Core.Exceptions.SearchException: Indexed content search is disabled. To enable it add âSearch:ContentFullTextSearchEnabledâ configuration key to app settings and set it to true.
âSearch:ContentFullTextSearchEnabledâ configuration key - This is disabled by default. Where can I turn it on?
In platform options, so it depends on your deployment. If you run it from binaries or sourŃe code, you can change appsettings.json: vc-platform/src/VirtoCommerce.Platform.Web/appsettings.json at 916ccfbbab68cd7b2cd4994c5a358d684ad6ab81 ¡ VirtoCommerce/vc-platform ¡ GitHub or set environment variable Search:ContentFullTextSearchEnabled in your system. If you use Virto Cloud, you need to add Search__ContentFullTextSearchEnabled to platform.config: vc-deploy-dev/infra/environments.yml at dd94585d7f7430ad51c8d79be8cf7e1ccc691479 ¡ VirtoCommerce/vc-deploy-dev ¡ GitHub
P.S. I created an issue in internal tracking system so theme shouldnât fail if static content (Page Builder) pages ainât indexed. This feature disability shoudnât affect search suggestions for products and categories.
1 Like
volanar
December 14, 2023, 3:06pm
9
Thanks, it helped. My appsetting.json was incomplete