OS Property support center

How to modify Email Notification from request form

  • Anthony Mezas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 months ago #42440 by Anthony Mezas
I wonder why the request forms (in detailpage) are not in the Email Forms Manager.
I have been looking for a way to change receiving email notication: what is now property ID, is the systems Item ID.

I am using the REF table as property ID.
Attachments:

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

More
11 years 2 months ago #42444 by Mr. Dam
Hi,
To change property ID to ref id in the Request More Details email content, please follow these steps
1. Open file:
components > com_osproperty > classes > listing.php
2. find
$msg .= JText::_('OS_PROPERTY')." ID: ".$id."<BR />";
and replace by
$msg .= JText::_('OS_PROPERTY')." ID: ".$ref."<BR />";

Good luck
Dam

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

  • Anthony Mezas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 months ago #42482 by Anthony Mezas
Replied by Anthony Mezas on topic How to modify Email Notification from request form
Thanks. Issue Resolved!

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

Moderators: Mr. DamNguyen Phu Quan