Jump to content

New Order State


sbscan

Recommended Posts

You define this in the ps_configuration database tables.  Then you reference it in your code using the Configuration class

 

So if you name it PS_OS_NEWORDERSTATE, then you find its value using Configuration::get('PS_OS_NEWORDERSTATE')

 

Also, you cannot configure a payment module to use it.  You need to edit each payment module directly and replace its usage of 'PS_OS_PAYMENT' with 'PS_OS_NEWORDERSTATE'

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...