-- HikaShop version -- : HikaShop Business: 2.5.0
-- Joomla version -- : 2.5.28
-- PHP version -- : 5.2.11
In the order creation email, my order comes in with the message (sorry... in Dutch):
Bedankt voor van uw bestelling met Nr. C6Z8 via
www.kattenzorg-denhaag.nl/joomla2/
op 2015-09-16 om 14:06
As you can see the date format is not exactly user-friendly. I'd really rather "16 september 2015" (in Dutch)
In the preloaded on line 96 is the following:
hikashop_getDate(time(),'%d %B %Y')
As you can see that is not what is showing up in the email, and any other format change I make is also not working (eg. %l %d %F %Y).
I've edited the preloaded for a number of other changes I wanted to implement and they've worked fine.
Oh, and one other question: Can I remove the telephone number from the user information in the order creation email? I still want users to enter their number when registering, I just don't want it in the email.
Please advise. Thanks in advance.