Is it possible to remove the store?
I’m in the need of making a C2C platform, but without the store function.
The customers is supposed to be users, and not associated with generel stores.
Is it possible to remove the store?
I’m in the need of making a C2C platform, but without the store function.
The customers is supposed to be users, and not associated with generel stores.
Currently, it’s not possible to remove the store function, and logically, it wouldn’t work as expected.
For the system to differentiate between users who can post listings and those who cannot, an account structure is necessary. This ensures that:
One possible approach is to auto-create accounts for every user who signs up, so they don’t have to manually create a store. Let us know if you’d like this feature!