Submit Product
Let your users work for you!
Last updated
Let your users work for you!
Last updated
Component: <SubmitProduct/>
Path: /components/shared/submit-product.tsx
Import:
Users can suggest/submit products with this simple modal. No dedicated page so it does not disturb their navigation too much.
Most fields are optional to not discourage people.
Do not forget to fill ADMIN_EMAIL
in .env
file as anonymous suggestions will be connected to your account.
If you need your users to be logged in to submit, uncomment this code in components/shared/submit-book.tsx
:
As a result, SignIn modal will be triggered instead.