Can someone help me to get the group ID / group Name in the ParentOrderController? I want to configure the order opc for a certain customer group like this:
if (Configuration::get('PS_ORDER_PROCESS_TYPE') == 0 && groupName != 'a' && strpos($_SERVER['PHP_SELF'], 'order.php') === false)
Tools::redi...