I will unfortunately have to do without this module because there are too many bugs.
The shopping cart is only accessible to the role commerce_marketplace_owner
Anonymous and authenticated users can not even access the shopping cart (error 403).
In addition to the product page, if the parent store link is displayed, it redirects to the current page instead of the store.
Comments
Comment #2
zenimagine commentedI corrected the problem by modifying the file
commerce_marketplace.routing.ymlyou have to replace
_permission: 'access cart'by_permission: 'access content'Comment #4
drugan commentedThank you!