.Co seems to work fine with the Enom module, but the problem is that every single domain shows as available -- anybody have ideas how to fix this?
Thanks!
Thanks for your reply! It makes sense that it would have something to do with cron, but do you have any ideas what in particular you did to fix this? I don't want to disable the cron.
Hi,
I'm all of a sudden having a strange issue where customers are receiving invoices for things they've already paid -- AND the invoice numbers are all wrong and belong to other people.
This just started happening, and I haven't changed anything lately -- not the server config or an upgrade.
Any ideas?
I've recently started to use xero.com for accounting, and I saw someone post an job on Elance for WHMCS-XERO integration. I'd be keen on having this as well.
So, if you're on here, and would like to share in any way, please contact me!
Thanks.
I just did a test case in switching out the logo based on custom fields, e.g.
if ($clientsdetails["customfields1"]=="Something")
$pdf->Image(ROOTDIR.'/images/logo2.gif',20,25);
else
$pdf->Image(ROOTDIR.'/images/logo.jpg',10,10);
This was very helpful to me!