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

List View on Product Detail #155

Open
bh-teufels opened this issue Oct 4, 2019 · 7 comments
Open

List View on Product Detail #155

bh-teufels opened this issue Oct 4, 2019 · 7 comments

Comments

@bh-teufels
Copy link

i have the grouped list view in the footer of my Site.
it works well except if i am on the product detail page (one static page) then the list in the footer renders the product detail and not the list anymore. Same if i place the list plugin directly in the product detail page.
Is there a config or something that the list always render listing?

Thank you

@bh-teufels
Copy link
Author

Are there new insights here?

@anjeylink
Copy link
Contributor

@bh-teufels with current version it is not possible, because of how extbase is working. Even if it's different actions it's still same plugin. so switch action to detail is triggered on all plugins on page

@bh-teufels
Copy link
Author

is it possible to deactivate this trigger?
i use separate sites for each action (list / show) so i don't need the function that the list plugin render the detail.

If this does not work, I suspect i have to make a own plugin uses the productdatabase to make a list only rendering. what would you recommend?

Thank you very much

@bh-teufels
Copy link
Author

or do you have other suggestion how i can include a product listing in the footer or for example inside a mega menu?

@bh-teufels
Copy link
Author

a quick solution but dirty is if i change the flexform_pi1.xml by adding a new switchableController Item. But it will be override by the next update.

<numIndex index="14"> <numIndex index="0">GroupedList (List only)</numIndex> <numIndex index="1">Product->groupedList</numIndex> </numIndex>

it would be a great help if you could add this additional item in your Extension.

my knowledge is not possible to override the flexform.xml in other extension (my template extension) am i right?

flexform_pi1.txt

Thank you very much

@MattiasNilsson
Copy link
Contributor

@bh-teufels Is this still relevant for you?

@bh-teufels
Copy link
Author

I still override the flexform_p1.xml with own code in your extension - no updates possible
if this could be integrated in the official version that would be great

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

3 participants