alewhit Posted January 26, 2009 Share Posted January 26, 2009 I know there is documentation here: https://www.hostnine.com/hosting-forums/whmcs/1736-whmcs-returning-reseller-central-ip-address.html For some reason it's not working.. New Account Information Hosting Package: {$service_product_name} Domain: {$service_domain} Location: [ProductCustom-Website Location] Server IP: [ProductCustom-IP Address] First Payment Amount: {$service_first_payment_amount} Recurring Amount: {$service_recurring_amount} Billing Cycle: {$service_billing_cycle} Next Due Date: {$service_next_due_date} I have both the website location and IP address fields set. Thanks in advance, AW 0 Quote Link to comment Share on other sites More sharing options...
Phile Posted January 27, 2009 Share Posted January 27, 2009 New Account Information Hosting Package: {$service_product_name} Domain: {$service_domain} Location: {$service_custom_field_Website Location} Server IP: {$service_custom_field_ipaddress} First Payment Amount: {$service_first_payment_amount} Recurring Amount: {$service_recurring_amount} Billing Cycle: {$service_billing_cycle} Next Due Date: {$service_next_due_date} 0 Quote Link to comment Share on other sites More sharing options...
alewhit Posted January 27, 2009 Author Share Posted January 27, 2009 Hey thanks Phile, The ip address worked but not he location field. It's a drop down custom field, should that matter? Thanks 0 Quote Link to comment Share on other sites More sharing options...
Phile Posted January 27, 2009 Share Posted January 27, 2009 It seems it does matter. I just made some test orders and sure enough, mine is not working either. I'll look into this and post back when its fixed. 0 Quote Link to comment Share on other sites More sharing options...
Phile Posted January 27, 2009 Share Posted January 27, 2009 Just change Website Location (in the code not the custom field) to websitelocation. Or copy below. New Account Information Hosting Package: {$service_product_name} Location: {$service_custom_field_websitelocation} Domain: {$service_domain} First Payment Amount: {$service_first_payment_amount} Recurring Amount: {$service_recurring_amount} Billing Cycle: {$service_billing_cycle} Next Due Date: {$service_next_due_date} 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.