loadConstants('packingslip.php'); ?> <?php echo TITLE; ?>
 
getBilling(), '
'); ?>
 
getCustomer('telephone'); ?>
getCustomer('email_address') . '">' . $osC_Order->getCustomer('email_address') . ''; ?>
getDelivery(), '
'); ?>
 
getPaymentMethod(); ?>
 
getProducts() as $product) { echo ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; ' ' . "\n"; } ?>
' . $product['quantity'] . ' x' . $product['name']; if (isset($product['attributes']) && (sizeof($product['attributes']) > 0)) { foreach ($product['attributes'] as $attribute) { echo '
  - ' . $attribute['option'] . ': ' . $attribute['value']; if ($attribute['price'] != '0') echo ' (' . $attribute['prefix'] . $osC_Currencies->format($attribute['price'], $product['quantity'], true, $osC_Order->getCurrency(), $osC_Order->getCurrencyValue()) . ')'; echo ''; } } echo '
' . $product['model'] . '