Vinai Kopp
Vinai Kopp
Thanks for jumping in @joolswills! Same here, I'm not able to reproduce the issue. Are you using some module that customizes the navigation block by chance? It could be a...
You can enter the URL key of a CMS page, too. For example `more/information.html` will redirect to a CMS page (if it exists) with the URL key `foo/about-us.html/`. The only...
Thank you for the excellent issue report! Can you also let me know the Magento version you are using? I'm assuming you are using the latest version of the extension....
I think it is enough information, now I just need to find the time so I can have a look at reproducing the issue. Once I'm able to reproduce it,...
You can specify that in the system configuration settings of the module on any scope from default to store view.
1. Log in as administrator. 2. Navigate to System > Configuration. 3. Choose "Groups Catalog 2" in the menu on the left. 4. Switch to the desired configuration scope in...
Please post the output of the query: ``` sql SELECT * FROM core_config_data WHERE path LIKE 'netzarbeiter_groupscatalog2/%' ```
I tried reproducing the issue, even without further details on your config. However, I'm unable to reproduce the issue. If I create two websites, one store view each, and set...
Thanks for the report! The commit you referenced is just that when a new customer group is created, it will only update the index for that one new customer group....