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.
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