-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Bug Report
Current Behavior
When I use the 'List Events' plugin I get the exception Call to undefined method getCartProductShowPid().
Expected behavior/output
Call the right function.
Environment
- TYPO3 version(s): 12.4.27
- cart_events version: 5.0.0
- Is your TYPO3 installation set up with Composer (Composer Mode): no
- OS: Ubuntu 22.04
Possible Solution
Here https://github.com/extcode/cart_events/blob/v5.0.0/Classes/ViewHelpers/Link/EventViewHelper.php#L103 you call the function getCartProductShowPid() but I think you mean the function getCartEventShowPid() https://github.com/extcode/cart_events/blob/v5.0.0/Classes/Domain/Model/Category.php#L25
Metadata
Metadata
Assignees
Labels
No labels