Hi all,
I got this code and try to add a +1 to the .$order_details_arr[0])
| <a href="<?php echo $html->url('/admin/order_products/view_details/'.$order_details_arr[0]); ?>">Next</a>
Basically I want to be able to show a URL that will be the .$order_details_arr[0]) result + 1 so the link will link to the next order id in the db.