longclawshop / longclaw

A shop for Wagtail CMS
MIT License
393 stars 83 forks source link

Can longclaw create a b2b e-commerce platform? #442

Open nokemono opened 2 years ago

nokemono commented 2 years ago

Can longclaw create a b2b e-commerce platform? In other words, I want to allow users to post their products.

chrisbarry commented 2 years ago

Yes, no reason it couldn't be used to do this, but I would possibly just build it from scratch. You could look at wagtail multi site so it can segregate different admins from different users, but the wagtail admin might be too flexible in a lot of regards for a shopify like product...

JamesRamm commented 1 year ago

It could be, but it would need an amount of work 'on top' of it. You would need to implement some sort of tenancy probably so that each user can only access their own data in the wagtail admin. I dont think there is this kind of separation today (I dont know if wagtail has anything built-in in that regards)