Bonjour
quand j'envoies une commande dans les logs j'ai
PHP Notice: Undefined index: option in ./plugins/system/hikashopuserview/hikashopuserview.php on line 11
qui correspond a if($_GET!='com_hikashop' || $_GET!='user') return;
PHP Notice: Undefined property: JUser::$gid in ./plugins/hikashoppayment/alphauserpoints/alphauserpoints.php on line 448
if(hikashop_level(2)) {
$groups=unserialize($method->payment_params->groups);
if(!empty($order->customer->user_cms_id)) {
$gid = $order->customer->gid;
} else {
$my =& JFactory::getUser();
$gid = $my->gid;
}