diff --git a/templates/myaccount/my-account.php b/templates/myaccount/my-account.php
index 253b01a488b..c7b3f345f80 100644
--- a/templates/myaccount/my-account.php
+++ b/templates/myaccount/my-account.php
@@ -17,38 +17,13 @@ $woocommerce->show_messages(); ?>
-customer->get_downloadable_products() ) : ?>
+
-
diff --git a/templates/myaccount/my-downloads.php b/templates/myaccount/my-downloads.php
new file mode 100644
index 00000000000..85ec384eab3
--- /dev/null
+++ b/templates/myaccount/my-downloads.php
@@ -0,0 +1,39 @@
+customer->get_downloadable_products() ) : ?>
+
+
+
+
+
+
+ -
+ ' . sprintf( _n( '%s download remaining', '%s downloads remaining', $download['downloads_remaining'], 'woocommerce' ), $download['downloads_remaining'] ) . ' ', $download );
+
+ echo apply_filters( 'woocommerce_available_download_link', '' . $download['download_name'] . '', $download );
+
+ do_action( 'woocommerce_available_download_end', $download );
+ ?>
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/myaccount/my-orders.php b/templates/myaccount/my-orders.php
index 898189b3851..4650b609f70 100644
--- a/templates/myaccount/my-orders.php
+++ b/templates/myaccount/my-orders.php
@@ -24,6 +24,8 @@ $args = array(
);
$customer_orders = get_posts($args);
+echo '
' . apply_filters( 'woocommerce_recent_orders_title', __( 'Recent Orders', 'woocommerce' ) ) . '
';
+
if ($customer_orders) :
?>