Replies: 0
Hi .. I need help with my View-Order.
When I click “View Orders” on the Orders page.
website redirects to this link [Mywebsite.com/view-order/(*id)] and the page displays Error 404.
I think there is an error at the end point. When I manually type in additional words on the website it becomes [Mywebsite.com/my-account/view-order/(*id)] and the view order can be seen correctly.
and my question.
how to add url /my-account/ when we click View Orders Button. order to become /my-account/view-order/id. not a view-order/id
Thank you..