styke Posted February 2, 2022 Share Posted February 2, 2022 Dear Forumers! How can i change my order page prica(amount) suffix? I take a picture, what i mean. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted February 5, 2022 WHMCS Support Manager Share Posted February 5, 2022 Hi @styke, This is translated via the language string: $_LANG['orderForm']['shortPerYear'] = "/:yearsyr"; $_LANG['orderForm']['shortPerYears'] = "/:yearsyrs"; Related documentation: https://developers.whmcs.com/languages/overrides/ 0 Quote Link to comment Share on other sites More sharing options...
styke Posted February 5, 2022 Author Share Posted February 5, 2022 I can change the value: $_LANG['orderForm']['shortPerYear'] = "/ Év"; $_LANG['orderForm']['shortPerYears'] = "/ Év"; and nothing has changed. What do I do wrong? 0 Quote Link to comment Share on other sites More sharing options...
styke Posted February 5, 2022 Author Share Posted February 5, 2022 It worked! $_LANG['shoppingCartProductPerMonth'] = "<span>:price</span>/:countHó"; $_LANG['shoppingCartProductPerYear'] = "<span>:price</span>/:countÉv"; Thanks! 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.