Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
In AC Gold, when you went to the daily sales report, you could click on the order number to go to the order. We have a merchant who would like it back and it really shouldn't take much to do it. (I might end up having to do it for them!) 2023-04-07_11-27-41.png (27kb) downloaded 0 time(s).
|
|
|
|
Rank: Advanced Member
Groups: System, Administrators, Developers, Registered, HelpDesk Joined: 10/29/2018(UTC) Posts: 472
Thanks: 4 times Was thanked: 34 time(s) in 33 post(s)
|
Thanks for letting us know. I've got this reported and it will be in the next version. To add the link: Open \Website\Areas\Admin\Views\Report\_GetDailySale.cshtml Find: Code:<td class="center">@sale.OrderNumber</td>
Replace with: Code:<td class="center"><a href="@Url.Action("ViewOrder","Orders", new { id = sale.OrderNumber })">@sale.OrderNumber</a></td>
|
Thanks for your support!
Katie Secure eCommerce Software and Hosting |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close