Domain module buttons on clientarea

Started by egrueda, June 10, 2013, 05:05:06 AM

egrueda

Hi all.

I'm creating a domain registrar module for latest version of hostbill.

I have created all functions for contact management, and it's working perfectly from backend, but i just can't get it showing in the client area. There should be a link inside "Management Tools" in the client area named "Contact info", but I can't get it to be shown :-(

I have this code:
protected $commands = array(0 => "Register", 1 => "Transfer", 2 => "Renew", 3 => "ContactInfo", 4 => "DNSmanagement", 5 => "EmailForwarding", 6 => "RegisterNameServers", 7 => "EppCode");
protected $clientCommands = array(0 => "ContactInfo", 1 => "EmailForwarding", 2 => "DNSmanagement", 3 => "RegisterNameServers", 4 => "EppCode");


What am I missing? Why can't I see any options in the client side?

electric

What version of hostbill are you using?  Remember that newer versions of hostbill are forbidden from using 3rd party modules....


enddo

You should enable widgets at order page settings.