When I receive a notification of a product sale, the email is written in html, but the content type is set to text/plain instead of text/html. Therefore the message I receive reads:
<p><a href="https://www.mysite.com/user/3/selling/fulfill/18">Click here to view order #18.</a></p>
instead of:
Comments
Comment #1
syndicateStorm commentedI can't test the following code because I'm having problems with Ubercart and ubercart.org is also down. Anyways the following might fix the problem. Just replace the last function in the mp_orders.module file with:
If you test this let me know. Hopefully it works :-)
Comment #2
syndicateStorm commentedWell it's not every day that untested code works on the first try :-) That seemed to do the trick though. The changes have been committed to the 6.x dev release and will show up in the production release when it comes out. Thanks!