Language problems with Custom email

  • Posts: 3
  • Thank you received: 0
11 years 5 months ago #105704

Hey,

Having some problems with other languages then the one I got on default. Missing some text in the Order creation one. Got the Business version of Hikashop.

This part is missing in the other languages:

<?php

          $colspan = 4;

          $url = $data->order_number;

          $config =& hikashop_config();

          if($config->get('simplified_registration',0)!=2){

            $url = '<a href="'.$data->order_url.'">'. $url.'</a>';

          }

          echo JText::sprintf('ORDER_CREATION_SUCCESS_ON_WEBSITE_AT_DATE',$url, hikashop_getDate(time(),'%d %B %Y'), hikashop_getDate(time(),'%H:%M'));?>

Any ideas?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #105749

Hi,

Only the translation is missing ? Or this whole code ?

Thanks to check in the language files (Config > Languages) if you have a translation for the key ORDER_CREATION_SUCCESS_ON_WEBSITE_AT_DATE.
If you don't, you can add it in the override part.

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum