Jump to content

tonnybarros

Member
  • Posts

    37
  • Joined

  • Last visited

About tonnybarros

tonnybarros's Achievements

Member

Member (2/3)

0

Reputation

  1. I'm using a module. That was the only command that I was able to show all the information. How would it be using $vars?
  2. I have a module, and it works fine. But I wanted to get my product registration date on the module. I gave a var_dump($GLOBALS); And that's what I want: array(11) { [0]=> string(7) "profile" [1]=> string( "contacts" [2]=> string( "products" [3]=> string(14) "manageproducts" [4]=> string(7) "domains" [5]=> string(13) "managedomains" [6]=> string( "invoices" [7]=> string(7) "tickets" [8]=> string(10) "affiliates" [9]=> string(6) "emails" [10]=> string(6) "orders" } ["emailVerificationPending"]=> bool(false) ["action"]=> string(14) "productdetails" ["clientareaaction"]=> string(14) "productdetails" ["id"]=> string(3) "762" ["domainId"]=> string(0) "" ["serviceid"]=> string(3) "762" ["pid"]=> string(3) "121" ["producttype"]=> string(5) "other" ["regdate"]=> string(10) "15/09/2016" ["modulename"]=> stri.... But I could not get just this information. ["regdate"]=> string(10) "15/09/2016"
  3. Its I block any access outside of my parents in my whmcs site?
  4. Thanks for the quick response, I was doubt about $relatedId, which ID should I put? I want to use for all products of a given product group.
  5. Personally I have a module that generates a log after an action. Everything works perfetamente. But how can I send an email (created in whmcs templates e-mail) after this log? Namely after which this line: logModuleCall($module,$action,$requeststring,$responsedata,$processeddata,$replacevars);
  6. Perfect works, but I would like to be in reverse order?
  7. Yes, I know it can be ordered as well, but would not modifying the order form template, to be presented by ID, so it would be automatic
  8. The list of products even where appears all planes, type: http://mysite.com/cart.php?gid=1
  9. Currently the list is in alphabetical order, you can place the order that was added? Type of ID.
  10. Currently the list is in alphabetical order, you can place the order that was added? Type of ID. ========================================== Remove it, I put it in Portuguese. ========================================== New http://forum.whmcs.com/showthread.php?114519-List-products-in-order-that-was-added
  11. I looked for something to do something outside, too, and found, in my case would be using php curl among other things. https://forum.whmcs.com/showthread.php?112615-Help-to-create-hooks I decided to make using this example: http://docs.whmcs.com/Provisioning_Module_Developer_Docs It took me but I, also tries to read everything calmly.
  12. Use the version 6.3.1 I have other payment module, the other does not happen so. Tenhos some hooks, I can remove for testing.
  13. I also believe that, but a friend is using the same module at the same rate, and not have this problem. I'll keep searching here.
  14. I have a payment module (mecadopago) that I charge 9% service charge, everything is working well. But 9% charged rate is entering as a credit to my clients. This is some of WHMCS configuration?
×
×
  • 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