Skip to content

Best approach for checking out the v2.0 beta multi vendor support #2156

Answered by michaelbromley
tlodge asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Thanks for pointing this out - the multivendor plugin hasn't been updated with a couple of breaking API changes from the latest beta releases. From those errors I see the following changes are needed:

  1. This one has been fixed in the latest major branch it seems. Update your multivendor.plugin.ts file with these lines: https://github.com/vendure-ecommerce/vendure/blob/d06ac0b8c9ab264f0818af01e36b4cc1aaa57eb0/packages/dev-server/test-plugins/multivendor-plugin/multivendor.plugin.ts#L187C1-L198
  2. Change this line to read:
    currencyCode: defaultChannel.defaultCurrencyCode,

Hopefully that should then compile for you. You'll still find things are missing - especially the admin ui parts are n…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tlodge
Comment options

Answer selected by tlodge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants