Jump to content

KMETAVZER

Member
  • Posts

    12
  • Joined

  • Last visited

Everything posted by KMETAVZER

  1. Hi, I have a problem with PayPal: My company is located in the EU, so i'm using EU VAT Invoicing addon, with the sequential numbering of invoices. The problem is that when the invoice is generated (performa) and after the customer clicks on pay and is redirected to PayPal, he displays the wrong number of invoice (Invoice ID and not "Next Invoice Number Paid"). It would be possible to send the correct invoice number to PayPal, or send the orederID instead.
  2. Now it works, but maybe the example into docs need to be updated. Thank you very much.
  3. Hallo, I have a question, I've made this script, and I've put it on the page "clientareahome.tpl". {php} $userid = $this->_tpl_vars['userid']; $result = mysql_query("SELECT id FROM tblinvoices WHERE userid=$userid"); $totalnuminvoices = mysql_num_rows($result); echo "<p>Number of Invoices: <a href=\"clientarea.php?action=invoices\"><strong>". $totalnuminvoices ."</strong> - View »</a></p>"; $result = mysql_query("SELECT id FROM tblemails WHERE userid=$userid"); $totalnumemails = mysql_num_rows($result); echo "<p>Number of Emails: <a href=\"clientarea.php?action=emails\"><strong>". $totalnumemails ."</strong> - View »</a></p>"; echo "USERID=". $userid; {/php} Here working all except the this line: $userid = $this->_tpl_vars['userid']; Here is the template syntax: http://docs.whmcs.com/Template_Syntax Somebody know how to solve the problem ? Thank you for any suggestion.
  4. Thank you Jeremyhaber, maybe i will use it . But a fix is required (official),
  5. It's require only an offline.php page and a tpl page instead of this uncustomizable <div>!!!!! WHMCS developers have to lose just 10 minutes for this update, so please make it !!!!!!!!!!!!
×
×
  • 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