styke Posted February 19, 2017 Share Posted February 19, 2017 Hi! How to remove after the price / yr indicator?Or rewrite? Thanks! - - - Updated - - - This is my broblem.. I use the WHMCS in Hungary lang.. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 20, 2017 Share Posted February 20, 2017 you'll need to use Language Overrides to edit the string - don't edit the original language file. $_LANG['shoppingCartProductPerMonth'] = "<span>:price</span>/:countmo"; $_LANG['shoppingCartProductPerYear'] = "<span>:price</span>/:countyr"; the first line is for months /mo and the second is for years /yr - you should need to create an override file and add the line below to it... $_LANG['shoppingCartProductPerYear'] = "<span>:price</span>"; 0 Quote Link to comment Share on other sites More sharing options...
styke Posted February 21, 2017 Author Share Posted February 21, 2017 Thank You! 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.