- Posts: 16
- Thank you received: 2
OS Property support center
Remove price from property photo
- DimitrisTEI
- Topic Author
- Offline
- New Member
-
Less
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
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.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13249
- Thank you received: 1729
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
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
-
Less
More
- Posts: 16
- Thank you received: 2
10 years 5 months ago #60284
by DimitrisTEI
Replied by DimitrisTEI on topic Remove price from property photo
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13249
- Thank you received: 1729
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
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 Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.