For my use case where we're using one set of products shared with multiple vendors and the payee on the line item is changed at add to cart, I need to be able to override the templates/_components/fields/MarketplaceConnectButton_input.twig template so I can change the query for the order grid. Right now it assumes the line item is going to match the payee field on the product, which isn't the case for this site.
For my use case where we're using one set of products shared with multiple vendors and the payee on the line item is changed at add to cart, I need to be able to override the
templates/_components/fields/MarketplaceConnectButton_input.twig
template so I can change the query for the order grid. Right now it assumes the line item is going to match the payee field on the product, which isn't the case for this site.Further reference: #12