To improve order processing could we have a small print icon added to the actions on the the 'View Orders' page. Something like this (line 1866 - uc_order.module):

  if (user_access('view all orders')) {
    $alt = t('Print order @order_id.', $order_id);
    $actions[] = array(
      'name' => t('View'),
      'url' => 'admin/store/orders/'. $order->order_id.'/invoice/print',
      'icon' => '<img src="'. base_path() . drupal_get_path('module', 'uc_store') .'/images/print.gif" alt="'. $alt .'" />',
      'title' => $alt,
    );
  }
CommentFileSizeAuthor
#2 order-summary-print-icon-1312954-2.patch791 bytessittard

Comments

tr’s picture

If you will create a proper patch, we can test this. See http://drupal.org/patch/create

sittard’s picture

StatusFileSize
new791 bytes

Patch attached

tr’s picture

Status: Active » Needs review
longwave’s picture

Status: Needs review » Fixed

Committed to both branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.