Jump to content

itboss

Retired Forum Member
  • Posts

    19
  • Joined

  • Last visited

Everything posted by itboss

  1. Thank you for the Knowledgebase fix...but...I have another problem. After upgrading to v3.8.1, my Knowledgebase categories are still there and when I click a question, it shows empty. In the status bar of IE7, it still shows the old path and not the new one its supposed to be. How can I correct this please?? Thanks
  2. Hi, I was wondering if it is possible to have a place to enter an affiliate ID when the client orders hosting. Maybe at the checkout screen, the client could manually enter an ID. This is only when the client did not follow a banner link, then he could enter it manually. I have checked all over, but could not find anything. Any feedback would be appreciated. Thanks
  3. Yes, this would be great. Or even an affiliate field on the order page where the client can input an affiliate ID manually when the order is placed.
  4. I'm a bit confused here! The client signed up for the affiliate program, but where do I specify different percentage payouts for different packages...as mentioned by 'handonhosting' in this thread? Thanks
  5. Very nice but it's not working in v6.3.2. When the client has placed an order, he doesn't receive the PDF invoice email or the Order Confirmation email. Once I removed the following line, everything worked fine: //get the VAT from this customer if($clientsdetails['email']=='') { $m=$clientsdetails['id']; } else { $m=$clientsdetails['email']; $myVATNumber=myVATNumber($m); } if ($myVATNumber) { $pdf->SetFont('Arial','',; $pdf->SetXY(150,68); $pdf->Cell(58,6,"BTW/VAT nr.: ".$myVATNumber,0,1,'L','1'); } Any ideas why??
  6. Very nice script!! But I don't know where to put the second part of the script? " if($clientsdetails['email']=='') $m=$clientsdetails['id']; else $m=$clientsdetails['email']; //get the VAT from this customer $myVATNumber=myVATNumber($m); " Do I put this also at the top? Outside the bracket of the first part? Thanks
  7. Is there a variable to include the 'Transaction ID' on the PDF invoice like in the "Payment Confirmation" email?
  8. Yes, I have the same problem. Set my 'Order Days Grace' to 3 days, but on the invoice, the due date still shows the same date as the order date. This is in v3.6.2. I would like to see this problem resolved! Thanks
  9. Hi, I've upgraded to v3.6.2. Since then, the 'new order notification' email doesn't get send to the client or to my admin when a order is placed in the client area. However, it does send out when the order is created manually in the admin panel. My email templates are OK and has been setup correctly. Also the 'new invoice created' email with the attached PDF invoice doesn't send out as well. The email log just shows the emails that was orinally sent out and received. So it looks like the new order email hasn't been triggered at all. Any ideas or suggestions? Haven't changed anything, just upgraded from v3.6.1. Thanks
  10. Doesn't do it to mine either! Works perfectly!!
  11. Got it right but when I view the results after making changes, it doesn't display correctly. The next day when I view the template in my browser, it shows correctly. Why the delay? I have refreshed my browser many times and also cleared the template cache folder. So I've been struggling and struggling to get the template right but in the mean time I see the same error all the time thinkning that it is the new result of the changes I made. Thanks
  12. Thought I was clever...but I proved myself wrong. Please check at my site now at: billing.krystalhosting.co.za How do I get the WHMCS client area the same width as my template? I tried changing the wrapper width in the stylesheet to the same width as my template but no luck. Am I missing something else?? Please help!!
  13. I managed to get it right. Stupid of me for not ending the HTML with the </body> and </html> tags. Now I just have to sort out the images and then Im ready for the switch over from WHMAP to WHMCS.
  14. Hi everyone, I wonder if someone can help me. I'm trying to integrate WHMCS into my existing web template. At the moment I don't use a header and footer but it seems like this will be the only option if I want to integrate WHMCS. View the source of my current homepage: http://www.krystalhosting.co.za Then goto my WHMCS: http://billing.krystalhosting.co.za, and see my attempt for a header and footer. I've tried using the code from the homepage for the header (don't worry about the images, will sort the path out later). It seems to look perfect except that I can't get the WHMCS part centered with the header. And as you will see, I'm struggling with the footer as well. Please if someone have a few minutes to look at this, I will really appreciate it. I only need the first page to work and from there, all my other pages should be working fine as well. If you need any info, please contact me: support(at)krystalhosting.co.za Thank you in advance! Erenst
×
×
  • 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