Jump to content

wayne10879

Retired Forum Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by wayne10879

  1. We are using paypal for our payment processing. When the client pays it redirects them to a payment pending page. Can we either remove that page and redirect back to the service or modify that page with our text?
  2. So I am trying to modify the more menu on our WHMCS site. New install. I can get all the other menus to do what I would like using a hook.php file. This is what I have in my hook.php for More Menu. if (!is_null($navItem = $primaryNavbar->getChild('More'))){ $navItem->removeChild('Open Ticket'); $navItem->addChild('Contact US')->setUri('https://my.example.com/contact.php')->; } No matter what I do, Open Ticket is still there and Contact Us is not. I have also tried if (!is_null($primaryNavbar->getChild('More'))){ $primaryNavbar->removeChild('More'); } Just to remove the whole menu Item itself but that does not work and usually breaks all the rest of the hooks that work just fine. Any recommendations?
  3. Looking for someone to help us create custom intergration between WHMCS and NetSuite for accounting purposes. Will need to send data automatically as defined by our accounting department to Netsuite accounts.
×
×
  • 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