Saleor: How to Add product

Created on 6 Feb 2017  路  3Comments  路  Source: mirumee/saleor

hi , i am new to saleor .
First of all thanks to the team.
but i can't find admin panel or where i go to add product or change payment method or see my shop owner dashboard .

Most helpful comment

Hello @tanvirraj.

When you log in as an administrator (execute python manage.py createsuperuser if you don't have credentials), you should be able to see Dashboard link on the top bar.
Or try accessing /dashboard/.

Payment method configuration is available only in code at the moment, you should take a look on settings.py file and PAYMENT_VARIANTS variable. This is configuration for https://github.com/mirumee/django-payments

We plan to implement dynamic payment gateway configuration with the dashboard in near future.

All 3 comments

Hello @tanvirraj.

When you log in as an administrator (execute python manage.py createsuperuser if you don't have credentials), you should be able to see Dashboard link on the top bar.
Or try accessing /dashboard/.

Payment method configuration is available only in code at the moment, you should take a look on settings.py file and PAYMENT_VARIANTS variable. This is configuration for https://github.com/mirumee/django-payments

We plan to implement dynamic payment gateway configuration with the dashboard in near future.

@artursmet . Thanks man . understand :)

I know this is closed but is it possible for this to be put in the documentation? I really struggled only to find out its a simple
python manage.py createsuperuser

Was this page helpful?
0 / 5 - 0 ratings

Related issues

flaviocolonna picture flaviocolonna  路  3Comments

lewis617 picture lewis617  路  3Comments

maltitco picture maltitco  路  3Comments

damianarechar picture damianarechar  路  3Comments

gComet picture gComet  路  3Comments