Order confirmation and the name...

  • Posts: 32
  • Thank you received: 0
12 years 8 months ago #49113

Hello...

see my screenshot. This is the confirmation of the order which the customer gets. Now there are 2 strange things.

1. Complete on top you see a date confirmation. I can't seem to "delete" or edit this. I looked at Emails in Configuration but these piece of code can't be found (by me!)

2. The header, in this case Geachte , doesn't show a name. Now it's important to know that I don't use REGISTRATION. So the customer don't have to confirm by email but can continue the shop process. (I don't think it's wise to let the customer confirm by email, this is BREAK moment in the process). But is it possible without registration to get the name of the customer over here?

Thanks

Marco

Attachments:

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

  • Posts: 83124
  • Thank you received: 13420
  • MODERATOR
12 years 8 months ago #49197

Hi,

1. The date is displayed with that line:
<?php echo JText::sprintf('DATE_ON_WEBSITE',hikashop_getDate(time(),'%Y-%m-%d %H:%M'),HIKASHOP_LIVE);?>

You can also override the DATE_ON_WEBSITE key in your translation file:
www.hikashop.com/en/download/languages.html#modify

2. HikaShop doesn't have the name of the user as it's joomla which stores it. If you don't have registration, there is no joomla user information, so no name available.
You sure have the name of the address, but that doesn't mean that it's the name of the user all the time.
You can do that if you want to use the address name:
www.hikashop.com/fr/forum/4-how-to/19958...appear-on-email.html

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

Time to create page: 0.064 seconds
Powered by Kunena Forum