OS Property support center

Remove price from property photo

  • DimitrisTEI
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 5 months ago - 10 years 5 months ago #60281 by DimitrisTEI
Remove price from property photo was created by DimitrisTEI
Hello,
I want some help please.
How could i remove price from property photo?
Please check the attachment
Last edit: 10 years 5 months ago by DimitrisTEI.

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

More
10 years 5 months ago #60283 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Remove price from property photo
Hi,
You forgot to send the attachment.
Thanks
Dam

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

  • DimitrisTEI
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 5 months ago #60284 by DimitrisTEI
Replied by DimitrisTEI on topic Remove price from property photo
Can you see this now?

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

More
10 years 5 months ago #60285 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Remove price from property photo
Hi,
To Remove the price in Property listing layout, please follow these steps
1. Open file: components > com_osproperty > templates > theme3 > listing.html.tpl.php and result.html.tpl.php
2. Find
<span class="price">
<?php
if($row->price_call == 0){
echo OSPHelper::generatePrice($row->curr,$row->price);
if($row->rent_time != ""){
echo " /".JText::_($row->rent_time);
}
}else{
echo JText::_('OS_CALL_FOR_PRICE');
}
?>
</span>
and remove it
Good luck
Dam
The following user(s) said Thank You: DimitrisTEI

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

Moderators: Dang Thuc DamNguyen Phu Quan