Jump to content

whmdev

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by whmdev

  1. I was looking at this page which has many properties and methods related to Product. https://classdocs.whmcs.com/7.8/WHMCS/Product/Product.html How can I retrieve properties of any product if I know product ID? There doesn't seem to be any function like getProductDetail($product_id) on above page so any PHP example will be really helpful.
  2. Hi, Are we allowed to query WHMCS database when developing some module? For e.g. I am making some module which require me to access the products table so shall I just call SQL statement after opening connection to the database or is there some best practice I need to follow? Thanks
×
×
  • 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