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

[FEATURE] Enable link from cart to detail view #175

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

rintisch
Copy link
Collaborator

This is a needed adaption to make it possible
that a product detail view can be linked from
the product list of the cart.

Fixes: #167

@rintisch rintisch force-pushed the feature/167/enable-detail-view-link-from-cart branch from 5b701e6 to 57df458 Compare June 24, 2024 04:37
@rintisch
Copy link
Collaborator Author

Tests are failing due to not existing methods in EXT:cart because they do not exist in its main branch.

This is a needed adaption to make it possible
that a product detail view can be linked from
the product list of the cart.

Fixes: extcode#167
After the migration of switchableControllerActions
the pluginName can differ which needs to be
considered.
@rintisch rintisch force-pushed the feature/167/enable-detail-view-link-from-cart branch from 57df458 to e079a8b Compare October 10, 2024 14:00
@rintisch
Copy link
Collaborator Author

@extcode I made a update which was necessary after migrating the switchableControllerActions. I have still not tested it with the landing page approach but the other scenarios are working.
Tests still fail due to missing classes in EXT:cart (needs merge of extcode/cart#523)

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

Successfully merging this pull request may close these issues.

[FEATURE] Allow links from cart product list to detail view
1 participant