Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2012 at 11:22 UTC
Updated:
8 Nov 2012 at 14:21 UTC
In the Commerce Order: order confirmation message type,
Message email body we have
<a href="[site:mail]">Contact us</a>
which in the email becomes
<a href="http://site.tld/[site:mail]">Contact us</a>
a "mailto:" in the href is needed.
Why shouldn't use contact page?
Comments
Comment #1
vasikethere's a commit about this: https://code.drupalcommerce.org/#/c/461/
same question: Why shouldn't use contact page instead of email link?
Comment #2
bojanz commentedI would definitely link to the Contact us page.
Comment #3
vasikerebased https://code.drupalcommerce.org/#/c/461/ , used Contact us page link.
Comment #4
jsacksick commentedMerged, thanks!