rommul Posted December 12, 2008 Share Posted December 12, 2008 I just started using WHMCS and after setting up everything I tried to buy a .ca domain name using my new system. The domain hasn't been registered with enom, not even my account deducted for the amount, instead I've got an email from whmcs saying: WHMCS Automatic Domain Registration Failure Notification Error: Optional Attribute: cira-org-registered-in is required. For the .com domain name everything was smooth, but .ca give me this problem. Can someone please help? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
rommul Posted December 17, 2008 Author Share Posted December 17, 2008 OK, seems that no one here is so interested in having customers for the .ca extensions. So, finally, after long time I discovered what's going on. Some of the form fields for the .ca registration are not marked as required and also, are not well explained. Here's the most important one: Organization Registered Location this one should be as simple as: Province or State and should be required. Without this one, your new registration would be rejected. I don't know if this is a bug or not, but can be fixed? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
mtbhost Posted December 17, 2008 Share Posted December 17, 2008 Hey there, I took a really quick look at it, and found this code: {if $additionaldomainfields} {foreach key=domainfieldname item=domainfield from=$additionaldomainfields} <tr><td nowrap>{$domainfieldname}</td><td>{$domainfield}</td></tr> {/foreach} {/if} it lives in whmcs/templates/orderforms/cart/configureproduct.tpl Now to find out where that pulls from! I would assume somewhere in the DB, since I can't find the text in the lang file. 0 Quote Link to comment Share on other sites More sharing options...
mtbhost Posted December 17, 2008 Share Posted December 17, 2008 Yup, check your DB for this table: tbldomainsadditionalfields All the text you want is in there. 0 Quote Link to comment Share on other sites More sharing options...
mtbhost Posted December 17, 2008 Share Posted December 17, 2008 Wait, I spoke too soon! That table stores the existing registrations... argh. I'll keep looking. 0 Quote Link to comment Share on other sites More sharing options...
mtbhost Posted December 17, 2008 Share Posted December 17, 2008 I just saw this ... this should help you! http://forum.whmcs.com/showthread.php?t=16329 0 Quote Link to comment Share on other sites More sharing options...
rommul Posted December 18, 2008 Author Share Posted December 18, 2008 I just saw this ... this should help you! http://forum.whmcs.com/showthread.php?t=16329 That's just great! You're the man!!! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.