kennethormandy / craft-marketplace

Make your Craft Commerce site a Marketplace, via Stripe
https://plugins.craftcms.com/marketplace
Other
7 stars 0 forks source link

Override twig template for MarketplaceConnectButton_input.twig #31

Open idawgik opened 2 years ago

idawgik commented 2 years ago

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