rsearley Posted June 4, 2013 Share Posted June 4, 2013 Is there an easy way to give an offer of 3 months free hostinging with all domains? Not a 25 percent discount, but for them to have hosting for 3 months then decide if they wish to renew after that 0 Quote Link to comment Share on other sites More sharing options...
And then there was one les Posted June 4, 2013 Share Posted June 4, 2013 (edited) yes, the easiest way is simply to create an extra product matching an existing product, that you want to offer a free trial of. New Product: product to require domain name, free product billing, fixed term three months, auto terminate at end of term. before end of term use marketer to send notice to upgrade the package or product terminates. The hardest part you will find is any of the three options for a domain will allow the order to go through, IE, using own domain would. To combat this, you can use an {if} block in your template in configureproductdomain.tpl around the part that displays the page. This will remove the own domain option from the form so that your clients will only see the register or transfer for the specific product and so forcing them to place some sort of domain order. So it would be something like this: I have marked bold the additional code to add that will give you a start point. {if $owndomainenabled AND $product.pid neq "1"} <div><label><input type="radio" name="domainoption" value="owndomain" id="selowndomain" onclick="document.getElementById('register').style.display='none';document.getElementById('transfer').style.display='none';document.getElementById('owndomain').style.display='';document.getElementById('subdomain').style.display='none';document.getElementById('incart').style.display='none'" /> {$LANG.orderdomainoption2}</label></div> {/if} You might find product.pid is not the correct template variable, or might be unavailable that that early step in the process. You can always add it in with a hook to make it available when you need it or name it what you like. Edited June 4, 2013 by CDJ Hosting 0 Quote Link to comment Share on other sites More sharing options...
searley Posted June 4, 2013 Share Posted June 4, 2013 thank you i will have a play 0 Quote Link to comment Share on other sites More sharing options...
Alex - Arvixe Posted June 7, 2013 Share Posted June 7, 2013 You could make this even easier by creating a 100% discount coupon which lasts 3 months. So after 3 months it would renew at the normal rate, the first 3 months would give a 100% (free) discount. 0 Quote Link to comment Share on other sites More sharing options...
redech Posted June 7, 2013 Share Posted June 7, 2013 Thanks Nice job 0 Quote Link to comment Share on other sites More sharing options...
Mes_Las Posted April 24, 2014 Share Posted April 24, 2014 Thanks for this information! 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.