Rank: Advanced Member
Groups: Authorized User, Developers Joined: 5/20/2019(UTC) Posts: 54
Thanks: 1 times
|
Not sure if it is only me having this issue but when I tried to block an IP by clicking "Block" Customer IP in an order page, it opened a link on a browser: "https://www.lightobject.com/Admin/Orders/BlockIP" and shows "404" Page Not Found.
Marco
|
|
|
|
Rank: Administration
Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered Joined: 10/5/2018(UTC) Posts: 175
Thanks: 8 times Was thanked: 17 time(s) in 15 post(s)
|
Thanks for reporting this, an issue is logged. As a workaround you can edit the Website\Areas\Admin\Views\Orders\_PaymentSummary.cshtml file and locate following code. Code:<span><a href="@Url.Action("BlockIP")" class="btn btn-sm btn-danger btn-outline">Block</a></span>
and update it like Code:<span><a href="@Url.Action("Firewalls", "Security")" class="btn btn-sm btn-danger btn-outline">Block</a></span>
save and try again. This will link the page to IP firewall and make it easy to navigate there.
|
|
|
|
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