Skip to main content
1-Visitor
January 22, 2021
Question

Programmatically "Disable Check out on the fly" preference

  • January 22, 2021
  • 1 reply
  • 1451 views

Hello everyone,

 i need to programmatically set the "Disable Check out on the fly" preference.

I have found PreferenceHelper class used to retrieve the value, any correspondents class to set the value ?.

 

Thank you

 

 

1 reply

1-Visitor
January 22, 2021

Take a look at the methods (depending on the type of the preference):

wt.preference.PreferenceHelper.service.setValue(...)

 

gfontana1-VisitorAuthor
1-Visitor
January 22, 2021

Hi Florent,

classical Columbus egg.

I will let you know when i try.

 

Thank you