get_cart_discount() > 0) : ?>get_shipping() > 0) : ?>get_total_tax() > 0) : ?>get_order_discount() > 0) : ?>customer_note) : ?> items)>0) : foreach($order->items as $item) : if (isset($item['variation_id']) && $item['variation_id'] > 0) : $_product = &new woocommerce_product_variation( $item['variation_id'] ); else : $_product = &new woocommerce_product( $item['id'] ); endif; echo ' '; endforeach; endif; ?>
get_subtotal_to_display(); ?>
get_cart_discount()); ?>
get_shipping_to_display(); ?>
countries->tax_or_vat(); ?> get_total_tax()); ?>
get_order_discount()); ?>
get_order_total()); ?>
customer_note)); ?>
'.$item['name']; $item_meta = &new order_item_meta( $item['item_meta'] ); $item_meta->display(); echo ' '.$item['qty'].' '; if ($order->display_cart_ex_tax || !$order->prices_include_tax) : if ($order->prices_include_tax) $ex_tax_label = 1; else $ex_tax_label = 0; echo woocommerce_price( $order->get_row_cost( $item, false ), array('ex_tax_label' => $ex_tax_label )); else : echo woocommerce_price( $order->get_row_cost( $item, true ) ); endif; echo '

billing_email) echo '
'.__('Email:', 'woothemes').'
'.$order->billing_email.'
'; if ($order->billing_phone) echo '
'.__('Telephone:', 'woothemes').'
'.$order->billing_phone.'
'; ?>

formatted_shipping_address) _e('N/A', 'woothemes'); else echo $order->formatted_shipping_address; ?>

formatted_billing_address) _e('N/A', 'woothemes'); else echo $order->formatted_billing_address; ?>