Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Action handling

This step selects option defines which configurable options are affected by the condition and what should happen to them. It is possible to hide the affected options or make them unclickable.
If the options are made unclickable, the unclickability is also shown graphically in the store systemat the product configuration page, since the corresponding options are deactivated via a CSS class.

...

Note that, except for the Yes/No type, each configurable option type requires a value. So it is technically not possible to remove all values, because WHMCS expects a selection. If you don't want to do thisthat, we recommend adding a new configurable option selection with the value "None" or similar.

...

It is also important to understand that the module does not check if the logic you created is in conflict with another logic you created. For example, if logic A removes values that are added by logic B, and both logics mets the same conditions, this will cause a conflict. Because of the effort involved in such a check, we require (at least for the moment) that the rules be added thoughtfully by the WHMCS administrator.

...