Looking for a custom TastyIgniter theme or extension development? Request a quote now!
Hello,
When client gets to checkout success page my TI show date and time, this is fine. But it says: date AT time, how can i remove the text “at” ?
Hi ressel go to admin->localisation > language > edit_your_language here find in translations tab -> System system::lang Use the filter translations:
date_time_format_short
Replace from DD MMM \a\t HH:mm to DD MMM HH:mm
DD MMM \a\t HH:mm
DD MMM HH:mm
Finally save your changes…
Dejosel
Thank you very much, I spent a little too much time looking for it, so I’m glad I asked for help in the end.