Jump to content

JayBeeD

Member
  • Posts

    3
  • Joined

  • Last visited

About JayBeeD

JayBeeD's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi, I'm actually working on a provisioning module that acts on vCloud products. It works really good when creating a product with the function moduleName_CreateAccount. But what if a customer wants to cancel it (remove the product)? I have tested with a simple echo function on the function moduleName_SuspendAccount, but it seems not working. I have also tested on all the other function, but when the product is cancelled nothing is happening, except when/if the customer click to back, the following functions are called: moduleName_ClientArea, moduleName_CustomButtonArray and moduleName_MetaData. Is it another function, which function is it? Many thanks for your answer and have a great day!
  2. Yes thanks, I have seen it by my own, sorry for my absence in this forum And thanks for your sharing!
  3. Hi, I'm trying to create a provisioning module, to make action when a customer buy a product. I've read the documentation available at http://docs.whmcs.com/Provisioning_Module_Developer_Docs. I have installed the sample module available here https://github.com/WHMCS/sample-provisioning-module. I have seen how to edit the setting page and how to return the array with the function provisioningmodule_ConfigOptions. But now I would like to get this saved settings from another function. How should I do? I have also seen the "Module Parameters" like serviceid, pid, domain, etc. How should I get them? It is said where it is saved in the database, but I have no idea how to get them without requesting the value from the mysql database. Cheers JayBee
×
×
  • 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