• Resolved RonaldS

    (@norus)


    My website is has 5 languages and there are 4 target groups per language.
    Means each language group gets his own email depend of the language.
    Each of the 4 target groups also gets there own email.
    I miss in admin the possibility to make and assign customers to specific groups.
    How can I create a selection of each target group / language.
    Is it possible with the premium core code and if not possible what alternatives are there?

    An option would be to make these options dynamic [S,C,A,B,C,D,etc] instead of status=’S’.
    if ($controls->data[‘status’] == ‘S’) {
    $query = “select * from ” . NEWSLETTER_USERS_TABLE . ” where status=’S'”;
    } else {
    $query = “select * from ” . NEWSLETTER_USERS_TABLE . ” where status=’C'”;
    }

    • This topic was modified 7 years, 1 month ago by RonaldS.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing selection criteria for creating x groups’ is closed to new replies.