OS Property support center

SOLVED !!! Request more info email template

  • Jim
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
10 years 4 months ago - 9 years 9 months ago #53959 by Jim
hello,
does anyone know where i can find the 'request more info' email template/layout for the below please?

Subject: Send Request {#CBN123456 - Villa Bonita} From {PFS}

Customer: Jim
Email: jim@jim.com
Phone: 23455
Message: I would like more information regarding the property CBN123456, Villa Estrella
Property ID: 27
Property URL: http://www..co.uk/pfs/index.php?option=com_osproperty&task=property_details&id=27
Last edit: 9 years 9 months ago by Mr. Dam.

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

More
10 years 4 months ago #53987 by Mr. Dam
Replied by Mr. Dam on topic Request more info email template
Hi,
You can change the "Request more details" format at file:
components > com_osproperty > classes > listing.php
function : sendRequestDetails
The code is in:
$msg .= JText::_('OS_MESSAGE').": ".$requestmessage." <BR />";
$msg .= JText::_('OS_PROPERTY')." ID: ".$id."<BR />";
$msg .= JText::_('OS_PROPERTY')." URL: <a href='".JRoute::_(JURI::root()."index.php?option=com_osproperty&task=property_details&id=".$id)."'>".JRoute::_(JURI::root()."index.php?option=com_osproperty&task=property_details&id=".$id)."</a>";

Thanks
Dam

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

  • Jim
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
10 years 4 months ago #54018 by Jim
Replied by Jim on topic Request more info email template
Perfect Dam, many thanks, always appreciated.

Is there a variable to call the agents name, so the email could be personalised... e.g. Dear [agent], ???

Thanks

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

More
9 years 9 months ago #65803 by theladynull
Replied by theladynull on topic Request more info email template
Hi Jim,

did you find a solution? I am also wanting to personalise the email sent from the request forms... but don't see how I can do this.

Regards,
R
The following user(s) said Thank You: Marc

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

  • Jim
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 9 months ago #65804 by Jim
Replied by Jim on topic Request more info email template
Hi,
Unfortunately I couldn't find a solution
Sorry :(
Jim

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

More
9 years 9 months ago #65828 by theladynull
Replied by theladynull on topic Request more info email template
Hi Jim,

got mine to work.
Code:
//$subject .= JText::_('OS_FROM')." ".$configClass['general_bussiness_name']." - ".$sj; $subject = JText::_('OS_REQUEST_2')." ".$pro_name." ".JText::_('OS_FROM').$configClass['general_bussiness_name']; $msg .= "Dear ".$agent_name.", <BR /> You have received a message from ".$requestyour_name." regarding your property. Please contact ".$requestyour_name." directly <BR />" ; $msg .= JText::_('OS_CUSTOMER').": ".$requestyour_name." <BR />"; $msg .= JText::_('OS_EMAIL').": ".$requestyour_email." <BR />"; if($your_phone != ""){ $msg .= JText::_('OS_PHONE').": ".$your_phone." <BR />"; } $msg .= JText::_('OS_MESSAGE').": ".$requestmessage." <BR />"; $msg .= JText::_('OS_PROPERTY')." ID: ".$id."<BR />"; $msg .= JText::_('OS_PROPERTY')." URL: <a href='".JRoute::_(JURI::root()."index.php?option=com_osproperty&task=property_details&id=".$id)."'>".JRoute::_(JURI::root()."index.php?option=com_osproperty&task=property_details&id=".$id)."</a>";
The following user(s) said Thank You: Jim, Marc

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

  • Jim
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 9 months ago #65829 by Jim
Replied by Jim on topic Request more info email template
Ah thank you, very much appreciated :)
Jim

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

More
7 years 8 months ago #101730 by Diane Cleaver
Replied by Diane Cleaver on topic SOLVED !!! Request more info email template
Can an override be created for this file? Why is this email template not available in the "Manage email forms" area along with the others?

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

Moderators: Mr. DamNguyen Phu Quan