fabrikantencore 2.4.8 → 2.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10710,8 +10710,8 @@ class NavigateService {
10710
10710
  if (this.FabrikantenService.FabrikantenSettingsViewModel?.customRedirect == null || this.FabrikantenService.FabrikantenSettingsViewModel?.customRedirect == "") {
10711
10711
  if (this.TranslateService.ActiveLanguage != null && this.FabrikantenService.FabrikantenViewModel != null) {
10712
10712
  if (this.FabrikantenService.ShowCategories()) {
10713
- this.Router.navigate(['/', this.TranslateService.ActiveLanguage.countryCode, 'categories']);
10714
- this.StatisticsService.PageView("categories");
10713
+ //this.Router.navigate(['/', this.TranslateService.ActiveLanguage.countryCode, 'categories']);
10714
+ //this.StatisticsService.PageView("categories");
10715
10715
  }
10716
10716
  else if (this.FabrikantenService.FabrikantenViewModel.selectedProduct != null) {
10717
10717
  this.Router.navigate(['/', this.TranslateService.ActiveLanguage.countryCode, 'product', this.FabrikantenService.FabrikantenViewModel.selectedProduct.urlName]);