show_messages(); ?>

%s. From your account dashboard you can view your recent orders, manage your shipping and billing addresses and change your password.', 'woothemes'), $current_user->display_name, get_permalink(get_option('woocommerce_change_password_page_id'))); ?>

customer->get_downloadable_products()) : ?>

$recent_orders, 'meta_key' => '_customer_user', 'meta_value' => $customer_id, 'post_type' => 'shop_order', 'post_status' => 'publish' ); $customer_orders = get_posts($args); if ($customer_orders) : ?> populate($customer_order); ?>
id; ?>
formatted_shipping_address) echo $order->formatted_shipping_address; else echo '–'; ?>
order_total); ?> status, 'shop_order_status'); echo __($status->name, 'woothemes'); ?> status, array('pending', 'failed'))) : ?>

get_user_meta( $customer_id, 'billing_first_name', true ), 'last_name' => get_user_meta( $customer_id, 'billing_last_name', true ), 'company' => get_user_meta( $customer_id, 'billing_company', true ), 'address_1' => get_user_meta( $customer_id, 'billing_address_1', true ), 'address_2' => get_user_meta( $customer_id, 'billing_address_2', true ), 'city' => get_user_meta( $customer_id, 'billing_city', true ), 'state' => get_user_meta( $customer_id, 'billing_state', true ), 'postcode' => get_user_meta( $customer_id, 'billing_postcode', true ), 'country' => get_user_meta( $customer_id, 'billing_country', true ) ); $formatted_address = $woocommerce->countries->get_formatted_address( $address ); if (!$formatted_address) _e('You have not set up a billing address yet.', 'woothemes'); else echo $formatted_address; ?>

get_user_meta( $customer_id, 'shipping_first_name', true ), 'last_name' => get_user_meta( $customer_id, 'shipping_last_name', true ), 'company' => get_user_meta( $customer_id, 'shipping_company', true ), 'address_1' => get_user_meta( $customer_id, 'shipping_address_1', true ), 'address_2' => get_user_meta( $customer_id, 'shipping_address_2', true ), 'city' => get_user_meta( $customer_id, 'shipping_city', true ), 'state' => get_user_meta( $customer_id, 'shipping_state', true ), 'postcode' => get_user_meta( $customer_id, 'shipping_postcode', true ), 'country' => get_user_meta( $customer_id, 'shipping_country', true ) ); $formatted_address = $woocommerce->countries->get_formatted_address( $address ); if (!$formatted_address) _e('You have not set up a shipping address yet.', 'woothemes'); else echo $formatted_address; ?>