News:

Support the VirtueMart project and become a member

Main Menu

need help..in emails are html syntax visible

Started by raudi88, September 02, 2012, 22:31:02 PM

Previous topic - Next topic

raudi88

Hi, I need help.
In emails which I or the customer receive from virtuemart, are the html syntax visible. I've no idea y. Maybe I have to setup something in database.

for example in footer:
test test <a href="http://test.ch/index.php?option=com_virtuemart" >myshop</a>
myshop
myshop
test sentence
<p>test test test </p>



i think this is the code
$link = JURI::root(). 'index.php?option=com_virtuemart' ;

echo "\n\n";
$link= JHTML::_('link', $link, $this->vendor->vendor_name) ;

//   echo JText::_('COM_VIRTUEMART_MAIL_VENDOR_TITLE').$this->vendor->vendor_name.'<br/>';
/* GENERAL FOOTER FOR ALL MAILS */
   echo JText::_('COM_VIRTUEMART_MAIL_FOOTER' ) . $link;
   
        echo "\n";
   echo $this->vendor->vendor_name ."\n".$this->vendor->vendor_phone .' '.$this->vendor->vendor_store_name ."\n".strip_tags($this->vendor->vendor_store_desc)."\n".str_replace('<br />',"\n",$this->vendor->vendor_legal_info);
Joomla 2.5.6
Virtuemart 2.0.10