This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function set_catalog_visibility_user_can_purchase($result, $product){ | |
$result = false; //set the default. | |
//create an array of roles and their assoicated categories. | |
$allowed = array( | |
'customer' => array( | |
'bakeware', | |
'appliances', | |
'category-1', | |
), |