Keyword

Add email feature to itempage

  • Burny Burner
  • Burny Burner's Avatar Topic Author
  • Offline
  • New Member
More
13 years 4 weeks ago #99651 by Burny Burner
Add email feature to itempage was created by Burny Burner
Hi Guys,

 

I`d like to add an email feature to the item page. So that in case somebody is interested in an item he clicks on a button and sends me an email which contains in the header the title of the item and his email address so that I can get into touch with him. Virtuemart has this feature inbuild. K2 not as far as I can see.

 

Does anybody know whether sth. like this already exists? If not I would try programming it. Maybe by using the contact module provided by Joomla...

 

 

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

More
13 years 4 weeks ago #99652 by william white
Replied by william white on topic Add email feature to itempage
If you are in a k2 override you probably can put a php echo in the override to create a mailto link and pick up the url and include it in the mailto link

<a href="mailto:[email protected]?body=The message's first paragraph.%0A%0aSecond paragraph.%0A%0AThird Paragraph.">

break something like above up and add the link into the body and the links will be automagically added for you

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


Powered by Kunena Forum