Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
Gold had links to edit product page for the products listed in upsell tab. I think things like this are really necessary to help merchants navigate in the admin. To get to an upsell product that is listed on the upsell tab, you have to see the name, then search for it instead of being able to just click the link. Related products might have the same issue- I haven't checked.
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Again thanks for identifying the issue. This is surely a bug. I'll register a bug. To fix: 1- Open file \Website\Areas\Admin\Views\Product\_UpsellSortingGrid.cshtml 2- Search for Code:<td><a>@product.UpsellName</a></td>
3- replace with Code:<td><a href="@Url.Action("EditProduct", "Product", new { ProductId = product.UpsellId })">@product.UpsellName</a></td>
|
|
|
|
Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
Thanks for the prompt reply and patch.
|
|
|
|
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