get('subsection_billing_address'); ?>
getBilling(), '
'); ?>
 
getCustomer('telephone'); ?>
getCustomer('email_address') . '">' . $osC_Order->getCustomer('email_address') . ''; ?>
get('subsection_shipping_address'); ?>
getDelivery(), '
'); ?>
 
get('subsection_payment_method'); ?> getPaymentMethod(); ?>
 
getProducts() as $product) { echo ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; echo ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; echo ' ' . "\n"; } ?>
get('table_heading_products'); ?> get('table_heading_product_model'); ?> get('table_heading_tax'); ?> get('table_heading_price_net'); ?> get('table_heading_price_gross'); ?> get('table_heading_total_net'); ?> get('table_heading_total_gross'); ?>
' . $product['quantity'] . ' x' . $product['name']; if (isset($product['attributes']) && (sizeof($product['attributes']) > 0)) { foreach ($product['attributes'] as $attribute) { echo '
   ' . $attribute['option'] . ': ' . $attribute['value'] . ''; } } echo '
' . $product['model'] . '' . $osC_Tax->displayTaxRateValue($product['tax']) . '' . $osC_Currencies->format($product['final_price'], true, $osC_Order->getCurrency(), $osC_Order->getCurrencyValue()) . '' . $osC_Currencies->displayPriceWithTaxRate($product['final_price'], $product['tax'], 1, $osC_Order->getCurrency(), $osC_Order->getCurrencyValue()) . '' . $osC_Currencies->format($product['final_price'] * $product['quantity'], true, $osC_Order->getCurrency(), $osC_Order->getCurrencyValue()) . '' . $osC_Currencies->displayPriceWithTaxRate($product['final_price'], $product['tax'], $product['quantity'], $osC_Order->getCurrency(), $osC_Order->getCurrencyValue()) . '
getTotals() as $total) { echo ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; } ?>
' . $total['title'] . '' . $total['text'] . '