hypnotic_monkey Posted April 10, 2012 Share Posted April 10, 2012 How do i change "1 month price - £xx.xx" etc. text and format? I know it is {$product.pricing.monthly} but where does it pull this info from? 0 Quote Link to comment Share on other sites More sharing options...
gbrennae Posted April 13, 2012 Share Posted April 13, 2012 Order form templates can be found in /templates/orderforms/ in your WHMCS installation. For example if your using the web20cart template: /templates/orderforms/web20cart/configureproduct.tpl 0 Quote Link to comment Share on other sites More sharing options...
gbrennae Posted April 13, 2012 Share Posted April 13, 2012 Sorry, My mistake, I misread your question. I think what you want is contained in the language file. /lang/english.php $_LANG['orderpaymentterm12month'] = "12 Month Price (Special)"; $_LANG['orderpaymentterm1month'] = "1 Month Price"; $_LANG['orderpaymentterm24month'] = "24 Month Price"; $_LANG['orderpaymentterm3month'] = "3 Month Price"; $_LANG['orderpaymentterm6month'] = "6 Month Price"; $_LANG['orderpaymenttermannually'] = "Annually"; $_LANG['orderpaymenttermbiennially'] = "Biennially"; $_LANG['orderpaymenttermfreeaccount'] = "Free Account"; $_LANG['orderpaymenttermmonthly'] = "Monthly"; $_LANG['orderpaymenttermonetime'] = "One Time"; $_LANG['orderpaymenttermquarterly'] = "Quarterly"; $_LANG['orderpaymenttermsemiannually'] = "Semi-Annually"; 0 Quote Link to comment Share on other sites More sharing options...
hypnotic_monkey Posted April 15, 2012 Author Share Posted April 15, 2012 Sorry, My mistake, I misread your question. I think what you want is contained in the language file. /lang/english.php Thanks, what i found in the end was rawpricing - and just added my own text around. 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.