Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Как полулить id группы


Recommended Posts

С помощью этого метода можно полулить id группы пользователей (групп несколько).

$this->customer->getGroupId()

Но только в том случае если пользователь залогинен.

В библиотеке system/library/cart/customer.php

$this->customer_group_id = ''; - это для тех кто не залогинен.

Но группа по умолчанию имеет id(допустим 1), а выводит 'пусто'..

Вот нужно полулить эту единицу. Возможно есть др. метод - подскажите как его зовут?

 

Link to comment
Share on other sites


17 минут назад, USSRforum сказал:

Вот нужно полулить эту единицу. Возможно есть др. метод - подскажите как его зовут?

$this->config->get('config_customer_group_id');

  • +1 1
Link to comment
Share on other sites


Интересно, каковы шансы чтобы приняли патч библиотеки вот иким методом?

/upload/system/library/cart/customer.php

    public function getGroupId() {
//        return $this->customer_group_id;
                return ($this->customer_group_id) ? $this->customer_group_id : $this->config->get('config_customer_group_id');
    }

Ведь это абсурд, когда есть метод по получению группы, а он возвращает гдефолтно пустую строку...

Link to comment
Share on other sites


17 минут назад, USSRforum сказал:

Интересно, каковы шансы чтобы приняли патч библиотеки вот иким методом?

Дерзайте. Но наврятли. Даниел тиран!

Edited by d0tb0t
Link to comment
Share on other sites


Пара методов скопированных из ларавеля может уменьшить объём кода в контроллерах в двое.

Тут уже тёрли перетёрли.

Link to comment
Share on other sites


On 3/18/2018 at 8:49 PM, d0tb0t said:

Дерзайте. Но наврятли. Даниел тиран!

Возможно не в тему, но каким обвместе им патч предложить?

Я нажимаю fork (3.1.0.0b) и оно добавляет совсем другой репозиторий 2.0.01b + ветки 1.5 

Или им вообещё инк?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.