Skip to content

Commit 2c57c0d

Browse files
authored
ENGCOM-4266: [Backport] [Sales] Improves the UX by scrolling down the customer to the Recent Orders #21224
2 parents 31a2aed + 6668d76 commit 2c57c0d

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)