logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
speedythinker1832579  
#1 Posted : Thursday, April 30, 2020 11:16:37 AM(UTC)
speedythinker1832579

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

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

mazhar  
#2 Posted : Thursday, April 30, 2020 1:01:35 PM(UTC)
mazhar

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.
Users browsing this topic
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.