r2w Posted February 1, 2007 Share Posted February 1, 2007 http://www.road2web.net/bs/order.php?step=2&pid=1 Click "Next" and see (array.array) in Description... Product Type: Other Show Domain Options: Unticked Bug? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 1, 2007 WHMCS CEO Share Posted February 1, 2007 Nope, seems fine here. Any issue there would have been a result of your template customisations. 0 Quote Link to comment Share on other sites More sharing options...
r2w Posted February 1, 2007 Author Share Posted February 1, 2007 I set default template now. And I see "{$domain} array.array" in debug info... 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 2, 2007 WHMCS CEO Share Posted February 2, 2007 This is on a product that has no domain. 0 Quote Link to comment Share on other sites More sharing options...
r2w Posted February 2, 2007 Author Share Posted February 2, 2007 What about?: If no domains, then set $domain to null. In template check {$domain}. And if empty, do not output any text. (maybe in next release?...) Thanks. 0 Quote Link to comment Share on other sites More sharing options...
r2w Posted February 2, 2007 Author Share Posted February 2, 2007 Ok. This help for me: In order-stepfour.tpl line 9: {if $domain} ({$domain}){/if} Change to: {if $domain != "array.array"} ({$domain}){/if} Thanks. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 2, 2007 WHMCS CEO Share Posted February 2, 2007 I'm not sure I follow. I can't reproduce this getting displayed - what are the exact steps? 0 Quote Link to comment Share on other sites More sharing options...
r2w Posted February 2, 2007 Author Share Posted February 2, 2007 In "Manage Products & Services" click "Create a New Product". Product Type: Other Show Domain Options: Unchecked Subdomain: Empty Then order this product... The better way to resolve this, add code for change "array.array" to $_LANG['nodomain'] = "No domain"; 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 2, 2007 WHMCS CEO Share Posted February 2, 2007 Followed the steps exactly but it doesn't do that here. The domain value is empty. 0 Quote Link to comment Share on other sites More sharing options...
r2w Posted February 2, 2007 Author Share Posted February 2, 2007 I change orderform template to default. Please follow this link: http://www.road2web.net/bs/order.php?step=2&pid=1 0 Quote Link to comment Share on other sites More sharing options...
Ricky Posted February 5, 2007 Share Posted February 5, 2007 Hey, This issue is also occuring when an "other product/service" is ordered, as no domain information is requested, array.array displays as the domain, not a big deal but it looks a bit strange to a customer i guess.... I tried this with the v3 unedited templates and lang files and still had the issue. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 5, 2007 WHMCS CEO Share Posted February 5, 2007 This has now been corrected. The modified file for this is "order.php" Matt 0 Quote Link to comment Share on other sites More sharing options...
eger Posted February 5, 2007 Share Posted February 5, 2007 I hope i'm not being ignorant. But where can I get this modified file? I think this is the same bug. But one of my customers go this in their invoice email Dear Munged Munged (Munged), We have received your order and will be processing it shortly. The details of the order are below: Order Number: 3994801083 Colocation - Single Server Colocation (array.array) Amount: $50.00 USD Monthly Addon: Remote PDU Power Port ($0.00 USD Total: $41.07 USD You will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 5, 2007 WHMCS CEO Share Posted February 5, 2007 It's included in the downloadable zip file. 0 Quote Link to comment Share on other sites More sharing options...
eger Posted February 5, 2007 Share Posted February 5, 2007 Oh.. I thought a version would be bumped for that. Thanks. 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.