thomas.rodriguez Posted June 12, 2012 Share Posted June 12, 2012 I run my WHMCS with a package that requires a Domain. During the order process, there is a possibility to configure the package on the confirm order page.If I go to this page, there is the possibility to set the billing cycle. What I'd like to have, is that the client there could set choose a domain to associate with the package. In the configureproduct.tpl of the respective template I therefore added the following: <p>{$LANG.orderdomain}: <input name="domain" value="{$domain}" /> The Domain is displayed when I enter the configuration page. However, a new domain is not set. As I understand, the post of the form in this page is made to cart.php, which is encrypted. So I can not really investigate how i'd have to change this setup, such that the domain of the package can be updated. Any ideas on how I could get this done? 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.