Jump to content

juampa

Member
  • Posts

    2
  • Joined

  • Last visited

About juampa

juampa's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, we want to do something by JS, when in the admin area, listing invoices (xxxxx.com/admin/invoices.php), We need to get the id of each invoices (that appears in the pagination) and do some logical, and then mark by js inside the template.. example in red if has some data, or green in other hand And the https://developers.whmcs.com/hooks-reference/admin-area/#adminareapage dont get the id of the invoices in a variable..... Thanks
  2. Hello, We need to be able to edit the invoice that the client sees in a personalized way. We need to add data that is recorded in a personal table. The data are inserted by making a hook when the invoice is generated. In this way we already have the data related to the id of the invoice in a new table. Now what we need is to be able to display these data within the invoice. I'm noticing that the Smarty that uses the whmcs does not accept the {php} {/ php} Then we need to know what is the correct way to take data from the database and write it on the invoice so that it can be seen in it. Thank you so much!
×
×
  • 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