> <?php echo TITLE; ?> - Administration [OOS]
' . STORE_ADDRESS_STREET . '
' . STORE_ADDRESS_POSTCODE . ' ' . STORE_ADDRESS_CITY; ?>
customer['format_id'], $order->customer, 1, ' ', '
'); ?>
customer['telephone']; ?>
customer['email_address'] . '">' . $order->customer['email_address'] . ''; ?>
delivery['format_id'], $order->delivery, 1, ' ', '
'); ?>
info['payment_method']; ?>
products); $i < $n; $i++) { echo ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; $serial_number = ""; if (oos_is_not_null($order->products[$i]['serial_number'])) $serial_number = $order->products[$i]['serial_number']; echo ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; } ?>
' . $order->products[$i]['qty'] . ' x' . $order->products[$i]['name']; if (isset($order->products[$i]['attributes']) && (count($order->products[$i]['attributes']) > 0)) { for ($j = 0, $k = count($order->products[$i]['attributes']); $j < $k; $j++) { echo '
  - ' . $order->products[$i]['attributes'][$j]['option'] . ': ' . $order->products[$i]['attributes'][$j]['value']; echo ''; } } echo '
' . $serial_number . '' . $order->products[$i]['model'] . '