KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: andrea.castelli on December 19, 2012, 08:20:40 am

Title: email in order details throws 404
Post by: andrea.castelli on December 19, 2012, 08:20:40 am
Hi everybody,
  I have a question about the order details panel in the administration interface.
The email displayed  contains a reference to /admin/[customeremail@xxx.xxx]. If a click on it a 404 error is returned.

How can I make it works?
Is there a configuration option to set?

Thank you.
Best regards.

Andrea Castelli
Title: Re: email in order details throws 404
Post by: trevor on December 27, 2012, 09:49:43 am
You just need to modify the velocity template OrderDetails_xx.vm .  Add mailto in the href:

          <td class="main"><b>E-Mail Address:</b></td>
          <td class="main"><a href="mailto:$order.getCustomerEmail()"><u>$order.getCustomerEmail()</u></a></td>
Title: Re: email in order details throws 404
Post by: andrea.castelli on January 03, 2013, 08:05:43 am
Thank you... it was so simple!!

Best wishes for 2013.
Andrea