This can be controlled in the templates. The specific template is here - https://bitbucket.org/chris1610/satchmo/src/fed2d6d6d239/satchmo/apps/satchmo_store/shop/templates/shop/admin/order_sidebar.html
The tags it calls are here - https://bitbucket.org/chris1610/satchmo/src/fed2d6d6d239/satchmo/apps/satchmo_store/shop/templatetags/satchmo_adminorder_tags.py You could modify the template to call your own tag that limits the display to X items. Hope this helps, Chris On Tue, Dec 28, 2010 at 1:45 PM, abrg <[email protected]> wrote: > I'm referring to the "New Orders" div along the right side of the main > satchmo admin screen. Currently, we do not update order status from > "new" to some other value on our cart, therefore, the list of orders > that appears in this block is quite large. I understand that changing > the status of these orders should remove them from this listing, but > is there any other way to set a limit of orders to display or somehow > add different filter criteria to this list without digging into > satchmo core? > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
