-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orders template #1
Comments
I think the best solution is to create a dashboard, which will be the main information about the store, including the orders. |
I agree a dashboard would be a great place to eventually take it, although this will probably take more than one issue to complete..We would need other potentially useful modules such as analytics, customers etc. It also reminds me that adding/editing shipping rates is also something that needs to be addressed; there is currently only the model. |
The changes being discussed here: wagtail-nest/wagtail-modeladmin#10 would probably be beneficial for this... |
The basis for the development of the dashboard suggest getting the wagtailadmin base template, add to it the necessary function. I did the pr with a basic template modeladmin/orders for development. |
Hi If I understand correctly, your approach is the start of a more thorough overhaul overriding the root admin page itself? |
PR wagtail/wagtail#15 should cover enough to close this issue. I think wagtail/wagtail#14 which (if I understand) is the start of addressing a more general dashboard, might be more suited to a separate issue? |
@alexfromvl, could you (if still interested) open a separate issue to address your dashboard idea and current work on your PR? |
@JamesRamm Ok. |
* Test py 37,38,39 (#1) dj 22 wt 211,212,213 * Fixes the template include issue with the lock/unlock menu item * Pin the upper bound of the supported Wagtail version to 2.13 and Django to 2.2 * Add some initial documentation for development setup
Orders are viewable in the wagtail admin, but it is not particularly useful atm.
We could customise the admin template to allow:
The text was updated successfully, but these errors were encountered: