EWH1 Posted May 29, 2007 Share Posted May 29, 2007 Does any one know if it's possible to define "Annually" as the default payment selection for a plan? So far, I haven't seen this option anywhere in the admin area. Is it possible to edit one of the files to hard code this in for now... if so, which file? Thanks. Matt 0 Quote Link to comment Share on other sites More sharing options...
skshost Posted May 29, 2007 Share Posted May 29, 2007 I think you'd have to re query the info in the order form template, then pass it to smarty. 0 Quote Link to comment Share on other sites More sharing options...
trine Posted May 30, 2007 Share Posted May 30, 2007 You can do this two ways: in your orderform (i think step 3), test to see if billing cycle is set... then do either of: {if $billingcycle == ""}{assign var=billingcycle value='annually'}{/if} you can do this by using javascript and setting the form's selected index to X, where the value of the selected index is 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.