Closed tastensolo closed 2 years ago
I added the configuration of the table (tableName), but did not set the recordType explicitly, because it should be possible that one can use all categories independently of this extension. I think explicitly restricting this can be set in own site package extension.
While using category object you need following configuration for datamapping:
needed file: cart_events/Configuration/Extbase/Persistence/Classes.php
otherwise the dataMapper searched for table tx_cartevents_domain_model_category, which does not exists.
Thanks for adjustment!