Settings.xml question
#1
I'm having an issue with settings.xml and I hoped someone might have a little time to help. I'm trying to have a setting disabled when a setting from a different category is enabled. (when they are in the same category I just use....

Code:
enable="!eq(-1,false)"

but that wasn't working so I tried doing something like

Code:
enable="!eq(getSetting(stack-multi-part),true)"

and that doesn't work either so I'm really having troubles.

Thanks for any advice you could give!
Reply
#2
zpanderson Wrote:I'm having an issue with settings.xml and I hoped someone might have a little time to help. I'm trying to have a setting disabled when a setting from a different category is enabled. (when they are in the same category I just use....

Code:
enable="!eq(-1,false)"

but that wasn't working so I tried doing something like

Code:
enable="!eq(getSetting(stack-multi-part),true)"

and that doesn't work either so I'm really having troubles.

Thanks for any advice you could give!

You can only use testing from settings in the same category.
Reply

Logout Mark Read Team Forum Stats Members Help
Settings.xml question0