Hi there,
So being that I mostly develop websites for US customers, I have made quite a few modifications [some of which have been with your considerable help as you know]...
FOR THOSE READING THIS FORUM BEFORE PURCHASING, please know that the support is AWESOME!
Anyways back to the topic at hand, in the SUMMARY OF ORDER email that is sent the customer I managed to customize the
time and date formatting so that it reads:
We are pleased to confirm the creation of your order No. B3J1 at [Store Name] on October 22 2010 at 03:26.
The problem is to do that, I had to edit administrator/components/com_hikashop/helpers/helper.php
line 15 or 27 [depending on the editor used] from:
function getDate($time = 0,$format = '%d %B %Y %H:%M'){
to
function getDate($time = 0,$format = '%B %d, %Y at %H:%M.'){
BUT, I'm figuring that when the new version of Hikashop comes out, I'm going to get stuck having to re-introduce
these changes into this file, is that correct?
and IF so, couldn't there be a way to have this "%B %d, %Y at %H:%M." be a constant that gets defined in the Hikashop configuration somehow and introduced in this line as a constant or variable?
This would make the software more international for sure.
Cheers,
Emmanuel.