Jump to content

Changing the billing cycle abbreviation in Premium Comparison Order Form Template


inthanet

Recommended Posts

We use different billing cycle 3 Month, 6 Month and 1 Year.

The cycle abbreviation in Premium Comparison Order Form Template

show only the English abbreviation. As example 1 Year = 1 yr.

I cant find any language variable to change this so that an customer

can see the abbreviation in the chosen language.

 

2016-07-21_17-14-24.jpg

Link to comment
Share on other sites

if you look in the /lang/english.php file, you'll see the following entries..

 

$_LANG['shoppingCartProductPerMonth'] = "<span>:price</span>/:countmo";
$_LANG['shoppingCartProductPerYear'] = "<span>:price</span>/:countyr";

If you want to translate this for French, you could add the following to the lang/overrides/french.php file...

 

$_LANG['shoppingCartProductPerMonth'] = "<span>:price</span>/:countm";
$_LANG['shoppingCartProductPerYear'] = "<span>:price</span>/:countan";

i'm assuming here that the French abbreviations for month and year and 'm' and 'an' :?:

 

http://docs.whmcs.com/Language_Overrides

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated