AAAAhome/academiac/www/components/com_virtuemart/views/productdetails/tmpl/mail_raw_notify.php 0000604 00000003242 15146625173 0026476 0 ustar 00 vendorAddress;
echo "\n";
echo "\n";
echo JText::sprintf ('COM_VIRTUEMART_MAIL_SHOPPER_NAME', $this->user->name);
echo "\n";
echo "\n";
if(!empty($this->mailbody)) {
echo $this->mailbody;
} else {
echo str_replace( "
", "\n", JText::sprintf('COM_VIRTUEMART_CART_NOTIFY_MAIL_RAW', $this->productName,$this->link) );
}
echo "\n";
$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.'
';
/* 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('
',"\n",$this->vendor->vendor_legal_info);
tmp/com_virtuemart_update/components/com_virtuemart/views/productdetails/tmpl/mail_raw_notify.php 0000604 00000003242 15147634745 0033627 0 ustar 00 home/academiac/www vendorAddress;
echo "\n";
echo "\n";
echo JText::sprintf ('COM_VIRTUEMART_MAIL_SHOPPER_NAME', $this->user->name);
echo "\n";
echo "\n";
if(!empty($this->mailbody)) {
echo $this->mailbody;
} else {
echo str_replace( "
", "\n", JText::sprintf('COM_VIRTUEMART_CART_NOTIFY_MAIL_RAW', $this->productName,$this->link) );
}
echo "\n";
$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.'
';
/* 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('
',"\n",$this->vendor->vendor_legal_info);