hostplanet Posted April 30, 2008 Share Posted April 30, 2008 Hello, I have a hard time to figure this one out We have monthly and yearly billing for our products. The drop down on order step 3 shows both, but has always the monthly cycle selected. I would like to have the yearly preselected, can I change this order somewhere? Looking at the source code in my browser also reveals a hidden field "previousbillingcycle" which shows monthly as value, from where is this coming and can/should it be changed? Thank you very much for any hint! Rob 0 Quote Link to comment Share on other sites More sharing options...
hostplanet Posted May 5, 2008 Author Share Posted May 5, 2008 Nobody? 0 Quote Link to comment Share on other sites More sharing options...
lostinspace Posted May 5, 2008 Share Posted May 5, 2008 Probably find it in the "order-stepthree.tpl" order form templates (depending on which you use): /templates/orderforms/* 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted May 5, 2008 Share Posted May 5, 2008 I'd like to change it myself to show the yearly price when they select it.... Can it be done Matt? 0 Quote Link to comment Share on other sites More sharing options...
lostinspace Posted May 5, 2008 Share Posted May 5, 2008 Again, I think it's in the template I mentioned. 0 Quote Link to comment Share on other sites More sharing options...
hostplanet Posted May 30, 2008 Author Share Posted May 30, 2008 I figured it out with Matt's help. On productconfiguredomain.tpl add: <input type="hidden" name="billingcycle" value="annually"> 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.