Jump to content

woodxxman

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

woodxxman's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. yes, give them the infomation is it the right place to change the code in frontController? if (isset($_GET['logout']) || ($this->context->customer->logged && Customer::isBanned($this->context->customer->id))) { $this->context->customer->logout(); Tools::redirect('index.php?controller=cms&id_cms=6'); } cms 6 is where i edit the message for these customers
  2. but the inactivated customer still get no message when he try to login right?
  3. I change the code in FrontController.php of ps1.6 if (isset($_GET['logout']) || ($this->context->customer->logged && Customer::isBanned($this->context->customer->id))) { $this->context->customer->logout(); Tools::redirect('index.php?controller=cms&id_cms=6'); } so it will redirect to the page with message "the customer is still not activated by the admin"
×
×
  • Create New...