You are here

function hook_commerce_option_valuables_alter in Commerce Product Option 7.2

Alter the comparison "valuables" of a Commerce Option.

1 invocation of hook_commerce_option_valuables_alter()
commerce_option_get_valuables in ./commerce_option.module
Extract from our Commerce Options the stuff we need to compare to other options to determine if an option is unique. These should be all the fields defined in the option set, but it could also include custom things, defined by other modules.

File

./commerce_option.api.php, line 11
Hooks provided by the Commerce Option module.

Code

function hook_commerce_option_valuables_alter(&$properties, $option) {
}