Possible to see Orders not 100 but 1000 Latest Orders

i like to know if its possible to add option to see 1000 orders in 1 page then only 100

[url]http://www.yourstore.com/youradmin.php?dispatch=orders.manage&items_per_page=1000[/url]



Thanks

John

thx M8



you can close this threat

If you wish to have it there forever add:


{if $controller == 'orders'}

  • 1000
  • {/if}




    on skins/[SKIN_NAME]/admin/common_templates/pagination.tpl

    search for {capture name=“pagination_list”}

    and add it under {/foreach}











    PS: My CS-Cart version is 3.0.3

    Any info on how to do this in 4.x ?

    use the same logic:

    http://demo.cs-cart.com/admin.php?dispatch=orders.manage&items_per_page=1000

    Found it...

    ...\design\backend\templates\common\pagination.tpl

    Add

    After
    {foreach from=$pagination.per_page_range item="step"}
    {/foreach}

    PS: This changes the menu in orders, products, users, etc.