- Posts: 13
- Thank you received: 0
OS Property support center
Is there any way that I can add two words between price scale in search module?
- Branko Pilic
- Topic Author
- Offline
- New Member
-
Less
More
4 years 2 months ago #141430
by Branko Pilic
Is there any way that I can add two words between price scale in search module? was created by Branko Pilic
Hi,
Is there any way that I can add two words between price scale in search module?
Here is the example screenshot: prnt.sc/z0tw0h
Users might do not realize that they can adjust price and I would like to add words scale your price range. I can edit PHP file I just need to know between wich code I can add this two keywords.
Thank you,
Branko
Is there any way that I can add two words between price scale in search module?
Here is the example screenshot: prnt.sc/z0tw0h
Users might do not realize that they can adjust price and I would like to add words scale your price range. I can edit PHP file I just need to know between wich code I can add this two keywords.
Thank you,
Branko
Please Log in or Create an account to join the conversation.
- Kelly Turner
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
4 years 2 months ago #141457
by Kelly Turner
Replied by Kelly Turner on topic Is there any way that I can add two words between price scale in search module?
Branko,
I'm not sure how it works in OS Property, but in OS Membership I think you would edit text like that in the "Translation" section. Does OS Property have a "Translation" section in the Joomla admin area?
Kelly
I'm not sure how it works in OS Property, but in OS Membership I think you would edit text like that in the "Translation" section. Does OS Property have a "Translation" section in the Joomla admin area?
Kelly
Please Log in or Create an account to join the conversation.
- Branko Pilic
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
4 years 2 months ago #141540
by Branko Pilic
Replied by Branko Pilic on topic Is there any way that I can add two words between price scale in search module?
Hi Kelly,
First off, thank you for your time to look on this. Yes, there is "Translation" features in OS Property but this "Red words" from the screenshot: prnt.sc/z0tw0h are just an idea where I would like to be able to this short text. It is not the text that actualy exist in that position (between this two price range). I have asked if there is an option to find out where in PHP file I should add this words "Odrediti cenu" in order to display that words in that position (between price range in module search).
First off, thank you for your time to look on this. Yes, there is "Translation" features in OS Property but this "Red words" from the screenshot: prnt.sc/z0tw0h are just an idea where I would like to be able to this short text. It is not the text that actualy exist in that position (between this two price range). I have asked if there is an option to find out where in PHP file I should add this words "Odrediti cenu" in order to display that words in that position (between price range in module search).
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
4 years 2 months ago #141542
by Mr. Dam
Replied by Mr. Dam on topic Is there any way that I can add two words between price scale in search module?
Hi Branko,
If you want to modify Price Range filter, you can modify function: showPriceFilter in file: root -> components -> com_osproperty -> helpers -> helper.php
Thanks
Dam
If you want to modify Price Range filter, you can modify function: showPriceFilter in file: root -> components -> com_osproperty -> helpers -> helper.php
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Branko Pilic
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
4 years 2 months ago #141545
by Branko Pilic
Replied by Branko Pilic on topic Is there any way that I can add two words between price scale in search module?
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
4 years 1 month ago #142036
by Mr. Dam
Replied by Mr. Dam on topic Is there any way that I can add two words between price scale in search module?
Hi,
In that function, you'll see these lines:
they are used to show currency, the amounts will be changed when the slider is adjusted
Thanks
Dam
In that function, you'll see these lines:
Code:
(<?php echo HelperOspropertyCommon::loadCurrency(0); ?>).
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. 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.