Rank: Advanced Member
Groups: Authorized User, Developers, Registered Joined: 4/17/2019(UTC) Posts: 80
|
It was reported by a user that when they tried to check out as a new customer they saw what they thought was an error message but was actually the page's HTML.
You can reproduce this by navigating to ~/checkout/default with an empty basket and clicking "checkout" under New Customer.
|
|
|
|
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)
|
I am able to reproduce the issue. I am registering this as a bug.
Thanks for pointing this out.
|
|
|
|
Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
Is there a quick fix for this? I'm working on a big 9.0.3 site and would like to fix it before they go live. Thanks
|
|
|
|
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)
|
Please try this fix 1- Open file \Website\Controllers\CheckoutController.cs 2- Search for Code:return JavaScriptRedirect("~/Checkout/Basket", false);
3- Replace with Code:Response.Redirect(NavigationHelper.GetBasketUrl(), true);
return RedirectToAction("Default");
4- Compile the code Hope this helps!
|
|
|
|
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