OS Property support center

Add "Related Properties" into PDF exported

  • Tangent Design
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 2 weeks ago #123991 by Tangent Design
Add "Related Properties" into PDF exported was created by Tangent Design
Hi everyone,

As the subject says it all. It was asked in support tickets, but having trouble with payment method.
I post the question here again hopefully can get help.

Bassically I want to add/include/embed whatevery you call into PDF exported.
Added <?php echo $row->relate; ?> but didn't work.

Any help is appreciated.

Thanks.

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

More
5 years 2 weeks ago #123994 by Mr. Dam
Replied by Mr. Dam on topic Add "Related Properties" into PDF exported
Hi,
Code:
echo $row->relate;
can only be used in property details layout, because OS Property has the function to find related properties and fill them into specific layout before assign it into object $row.
In general, you can't use $row->relate in PDF layout
Dam

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

Moderators: Mr. DamNguyen Phu Quan