Jump to content

rizhiy87

Member
  • Posts

    7
  • Joined

  • Last visited

About rizhiy87

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rizhiy87's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. But this field we need only for admin and no need to show it for user? Is it possible?
  2. Hi all. I have a task to import products from another system to WHMCS. So I need to store ID from source system. We decided to use product custom field for this, but found out that we can not see custom field value in admin panel. Question is: how can I see what custom field's value is? The best way is to display it on product summary tab, but looks like its impossible to change template. Or maybe you can advice another way to store extra data for product (like externalID)?
  3. Documentation page has no example of adding contact to account, so I have some problems with it. I am trying API call: 'action' => 'addcontact', 'clientid' => $clientId, 'firstname' => $customer['FirstName'], 'lastname' => $customer['LastName'], 'email' => $customer['Email'], 'password2' => $customer['Password'], 'supportemails' => true, 'productemails' => true, 'domainemails' => true, 'permissions' => 'manageproducts,domains,managedomains,tickets', Contact is added, but permissions are set as on screenshot. What am I doing wrong?
  4. Hello everyone. Is there ability to create addon module page without header and footer? I need just blank page (it will be opened in new window in the future)
  5. Hello everyone. I need to change only homepage's layout, but the rest of pages needs to be as is. I have a CSS/HTML template of new page. How can I change only one page's layout?
  6. Our customer was bying a WHMCS 5.3.5 Licence and it is installed on production server and works fine. After this we created GIT repository and clone it into local developer machine. database was also copied and configuration php was edited (username and password to local database). But we have a blank screen. Seems like a problem with licence. How can we gat a developement copy of WHMCS on our local PC? display_errors = on in php.ini and = true in configuration.php
  7. Заказчик приобрел лицензию WHMCS 5.3.5 и установил у себя на сервере, где она работает нормально. Был создан гит репозиторий из установленной копии, после чего склонирован на локальную машину разработчика. Также была сдамплена БД и поправлены пароли БД в configuration.php. При попытке зайти куда-либо, получаем белый экран. В php.ini отображение ошибок включено, в configuration.php display_errors = true Что-то подсказывает, что это что-то связаное с лицензией. Не подскажете, как быть и что мы делаем не так? Спасибо.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated