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
judy at Web2Market  
#1 Posted : Thursday, August 12, 2021 11:19:24 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
We are working on an upgrade of a Gold site and they had the one page checkout enabled. The NavigationHelper in AC9 has the following. It redirects to the OPC, which doesn't exist in AC9 as far as I can find it. There isn't even a setting for it on the configure page. We have to remove that setting from the database.
private static string GetStandardCheckoutUrl(bool isAuthenticated)
{
if (AbleContext.Current.Store.Settings.EnableOnePageCheckout)
{
return isAuthenticated ? "OPC" : "OPC";
}
else
{
return isAuthenticated ? "EditBillAddress" : "Default";
}
}

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

shaharyar  
#2 Posted : Thursday, August 12, 2021 12:52:29 PM(UTC)
shaharyar

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)
We have a script written in SQL where we delete this setting from the database during the upgrade process.

Can you please share the version of AC9?

Edited by user Thursday, August 12, 2021 1:02:14 PM(UTC)  | Reason: Not specified

judy at Web2Market  
#3 Posted : Monday, August 16, 2021 5:52:03 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
Is is a Gold R12 site updated to 9.0.4. I just looked at your SQL script and see that the delete statement is there. I don't know why it didn't delete.
Thanks
Users browsing this topic
Guest
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.