Jump to content

igortomiatti

Member
  • Posts

    3
  • Joined

  • Last visited

About igortomiatti

Recent Profile Visitors

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

igortomiatti's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I have the same problem. Any solution?
  2. I am creating a ShoppingCartValidateProductUpdate hook. In order process has a two customfields (login and password). One of the variables of this hook, is the array "customfield". How can I access the specific customfield? I got it entering the ID of customfields that I found accessing the WHMCS database. Like this: $vars["customfield"]["1"]. There is an easier way to access the customfield? Like for example entering the name of customfield? Like this: $vars["customfield"]["Login"]
  3. Criei um modulo para meu produto, que é para adicionar admins em um servidor de jogo. No formulário de compra tem uma customfield na qual é requisitado o usuário digitar um login de sua escolha para o login no produto. Gostaria de saber se existe alguma forma, de quando o usuário entrar com um login que já existe fazer uma busca na database e na hora retornar para o usuário que aquele login já existe. Exemplo: eu tenho um login chamado "Teste" no meu servidor de jogo, quando um usuário na customfield digitar "Teste" não deixa ele completar a compra até que ele digite um usuário valido. Já até imaginei como posso fazer isso, mas não sei onde fazer isto.
×
×
  • 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