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

Bereichsfilter bei Produktanzeige ausblenden #2192

Closed
felixpfeiffer opened this issue Feb 16, 2021 · 0 comments
Closed

Bereichsfilter bei Produktanzeige ausblenden #2192

felixpfeiffer opened this issue Feb 16, 2021 · 0 comments
Labels
Milestone

Comments

@felixpfeiffer
Copy link

In den Moduleinstellungen für den Bereichsfilter kann man zwar "Ausblenden bei Produktansicht" wählen, dies wird aber nicht berücksichtigt, da im Modul die entsprechenden Zeilen fehlen.

// Hide product list in reader mode if the respective setting is enabled if ($this->iso_hide_list && Input::getAutoItem('product', false, true) != '') { return ''; }

Fehlt in der generate()-Methode.

@aschempp aschempp added the bug label Mar 20, 2021
@aschempp aschempp added this to the 2.7 milestone Mar 20, 2021
@aschempp aschempp modified the milestones: 2.7, 2.7.1 Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants