Jump to content

Translations partially incorrect


Recommended Posts

I did import the language pack there, but the following code from order-opc-new-account.tpl still creates german language names:

 



<select name="id_country" id="id_country" class="form-control">
{foreach from=$countries item=v}
<option value="{$v.id_country}"{if (isset($guestInformations) && isset($guestInformations.id_country) && $guestInformations.id_country == $v.id_country) || (!isset($guestInformations) && $sl_country == $v.id_country)} selected="selected"{/if}>{$v.name|escape:'html':'UTF-8'}</option>
{/foreach}
</select>


 

You can see it, when you click here on "Book" and then in the form on the left side at the bottom:

shop.sailing.hr/home/8-party-sailing-yacht.html

Edited by rolandschuetz (see edit history)
Link to comment
Share on other sites

  • 10 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...