get_subtotal_to_display(); ?> | ||
get_cart_discount()); ?> | ||
get_shipping_to_display(); ?> | ||
get_subtotal_to_display( true ); ?> | ||
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();
if ($_product->exists && $_product->is_downloadable() && $order->status=='completed') :
echo ' ' . __('Download file →', 'woothemes') . ''; endif; 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 ' |
formatted_billing_address) _e('N/A', 'woothemes'); else echo $order->formatted_billing_address; ?>
formatted_shipping_address) _e('N/A', 'woothemes'); else echo $order->formatted_shipping_address; ?>