Skip to content

Commit 67ef38c

Browse files
committed
Improves the UX by moving the customer to the Dashboard's Recent Orders
1 parent 37ad124 commit 67ef38c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/frontend/templates/reorder

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/frontend/templates/reorder/sidebar.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</button>
5858
</div>
5959
<div class="secondary">
60-
<a class="action view" href="<?= /* @escapeNotVerified */ $block->getUrl('customer/account') ?>">
60+
<a class="action view" href="<?= /* @escapeNotVerified */ $block->getUrl('customer/account') ?>#my-orders-table">
6161
<span><?= /* @escapeNotVerified */ __('View All') ?></span>
6262
</a>
6363
</div>

0 commit comments

Comments
 (0)