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
dandersonMLT  
#1 Posted : Monday, December 16, 2019 4:24:17 PM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

Is OPC still supported in v9?
We had it enabled on our old Gold site, the code still tries to redirect to OPC when the user checks out, but the file does not exist. (404)

Not sure if this is left over and no longer supported or if there is a different way to enable/disable OPC.

We haven't been able to find it in settings although the code is looking for it and redirecting to the missing page.

Thanks

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

shari  
#2 Posted : Wednesday, December 18, 2019 11:12:29 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

Thanks: 5 times
Was thanked: 113 time(s) in 112 post(s)
Hi, I am very sorry for the inconvenience. Yes, you are right. We haven't supported this in AC9 and this is a bug. The upgrade should disable this setting, I will be opening a new report in our logs. You can fix your store by running following query on store's database.
Code:

UPDATE ac_StoreSettings SET FieldValue = 'False' WHERE FieldName = 'EnableOnePageCheckout'


Then restart your website. It will fix the invalid redirect to OPC.

Edited by user Wednesday, December 18, 2019 11:13:52 AM(UTC)  | Reason: Not specified

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.