Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
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"; } }
|
|
|
|
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
|
|
|
|
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 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
|
|
|
|
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