Question: Modify or add product type

Modify or add product type

Hi, In your POS, you define 4 types of product : Standard, Combo, Digital, Services. It's possible to rename them and it's possible to add other type of product ? I've read you documentatio

FD

Florian DUBREUIL

Asked
Hi,

In your POS, you define 4 types of product : Standard, Combo, Digital, Services. It's possible to rename them and it's possible to add other type of product ? I've read you documentation and I haven't anything about that.

Other question, I want to disable required email when I create a user. I follow your instruction, but when I add a user, have this error when the page reload and display all use : "You must provide email adress...".

Is that possible do disable this notification ?

Best regards,
  • MS

    Mian Saleem

    Answered
    Hello,

    There is no option to add product types, unless you modify the code or hire developer to do it for you.

    You will need to remove required validation from view file and controller method too. It's not suggested to remove emails as those are login credentials, however you can check the `register` method of `app/controllers/admin/Auth.php`

    > We do not provide support for modifications and modified versions. You are allowed to modify at your own risk.

    Thank you
  • Login to Reply