• Welcome to KonaKart Community Forum. Please login or sign up.
 

email in order details throws 404

Started by andrea.castelli, December 19, 2012, 08:20:40 am

Previous topic - Next topic

andrea.castelli

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

trevor

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>

andrea.castelli

Thank you... it was so simple!!

Best wishes for 2013.
Andrea