Bert wrote
Someone an answer for my question above?
Bert
Hello my friend,
to translate the combobox delivery schedule, follow the steps below:
1º - In main -> language -> English -> checkout_lang.php, alter line 20 to:
$lang['text_date_format'] = '%l';
2º - In main -> views -> themes -> tatys... ->checkout.php, include the code below of line 128:
[php]<?php
$data = mdate(lang('text_date_format'), strtotime($date));
if($data == "Sunday"){
$data = "Domingo";
}
if($data == "Monday"){
$data = "Segunda";
}
if($data == "Tuesday"){
$data = "Terça";
}
if($data == "Wednesday") {
$data = "Quarta";
}
if($data == "Thursday"){
$data = "Quinta";
}
if($data == "Friday"){
$data = "Sexta";
}
if($data == "Friday"){
$data = "Sabado";
}
?>
[/php]
And change the 153 line to:
[php]<option value="<?php echo $date; ?>" selected="selected"><?php echo $data ?></option>[/php]
For the abbreviations we need to create the same concepts in a new opportunity set the resolution of the problem here for you.