Jump to content
xt:Commerce Community Forum

Kundengruppe automatisch festlegen nach Steuerzone


Recommended Posts

moechte Kundengruppe aber nach Sprach festlegen. Und folgenden Text im create_account.php eingebaut, aber es leider nicht funktioniert.

Ein Tipp waere mir auch sehr hilfreich.

//don't know why, but this happens sometimes and new user becomes admin

if ($customers_status == 0 || !$customers_status)

{

if($_SESSION['language'] == 'english') // English

{

$customers_status = '7';

}

else if($_SESSION['language'] == 'german') // German

{

$customers_status = '4';

}

else

{

$customers_status = DEFAULT_CUSTOMERS_STATUS_ID;

}

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...