- Posts: 35
- Thank you received: 0
OS Property support center
Changing Price For
- Chris Jenkinson
- Topic Author
- Offline
- Junior Member
-
Less
More
9 years 11 months ago #64073
by Chris Jenkinson
Changing Price For was created by Chris Jenkinson
Hi,
Where do I go to change / edit for the price for section. When I goto add a new property is says in the price for drop down box for example Per night, Per week, Per month.
Is it possible to change or alter these, I would like things like PW / PP, which means Per Week Per Person, and PCM which means Per Calendar Month etc.
Regards
Chris
Where do I go to change / edit for the price for section. When I goto add a new property is says in the price for drop down box for example Per night, Per week, Per month.
Is it possible to change or alter these, I would like things like PW / PP, which means Per Week Per Person, and PCM which means Per Calendar Month etc.
Regards
Chris
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 11 months ago #64077
by Mr. Dam
Replied by Mr. Dam on topic Changing Price For
Hi,
You can use Translation tool at Back-end of OS Property to translate the language constants. OS_PER_NIGHT, OS_PER_MONTH, OS_PER_WEEK..etc
Thanks
Dam
You can use Translation tool at Back-end of OS Property to translate the language constants. OS_PER_NIGHT, OS_PER_MONTH, OS_PER_WEEK..etc
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Chris Jenkinson
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
9 years 11 months ago #64322
by Chris Jenkinson
Replied by Chris Jenkinson on topic Changing Price For
Hi Dam
That worked a treat thank you very much, just a quick question thought when it now displays the price it show like
£195.00 /PW / PP and £650 /PCM
How can I remove the first / so it just displays like
£195.00 PW / PP and £650 PCM
Regards
Chris
That worked a treat thank you very much, just a quick question thought when it now displays the price it show like
£195.00 /PW / PP and £650 /PCM
How can I remove the first / so it just displays like
£195.00 PW / PP and £650 PCM
Regards
Chris
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 11 months ago #64331
by Mr. Dam
Replied by Mr. Dam on topic Changing Price For
Hi Chris,
Can you send me the link so i can check the problem?
Thanks
Dam
Can you send me the link so i can check the problem?
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Chris Jenkinson
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
9 years 11 months ago #64340
by Chris Jenkinson
Replied by Chris Jenkinson on topic Changing Price For
Hi Dam
My site is currently offline at the moment whilst is it being worked on, so I could not workout how to get your username and password to you so you could view it. However please see the link below, what I would like is to remove the / after the price for example /Per month /Per week
so it just displays like $ 1 100,00 Per month and $ 1 500,00 Per week Etc. if this is possible
osptemplate1.joomdonate.com/index.php/20...properties-for-lease
Regards
Chris
My site is currently offline at the moment whilst is it being worked on, so I could not workout how to get your username and password to you so you could view it. However please see the link below, what I would like is to remove the / after the price for example /Per month /Per week
so it just displays like $ 1 100,00 Per month and $ 1 500,00 Per week Etc. if this is possible
osptemplate1.joomdonate.com/index.php/20...properties-for-lease
Regards
Chris
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 11 months ago #64409
by Mr. Dam
Replied by Mr. Dam on topic Changing Price For
Hi Chris,
You can open file: components > com_osproperty > templates > your_current_template > listing.html.tpl.php and results.html.tpl.php
Find
echo " /".JText::_($row->rent_time);
and change
echo JText::_($row->rent_time);
Thanks
Dam
You can open file: components > com_osproperty > templates > your_current_template > listing.html.tpl.php and results.html.tpl.php
Find
echo " /".JText::_($row->rent_time);
and change
echo JText::_($row->rent_time);
Thanks
Dam
The following user(s) said Thank You: Chris Jenkinson
Please Log in or Create an account to join the conversation.
- Chris Jenkinson
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
9 years 11 months ago #64492
by Chris Jenkinson
Replied by Chris Jenkinson on topic Changing Price For
Hi Dam
Thanks for that it worked a treat, the only think is when I click on the details tab, in the details page it still shows as £395.00 /PCM
Also some of the button are showing as Blue and Some are showing as Orange, where would I go to alter them, so they are all the same orange?
Also I don't need the company / owner details to be displayed on the details page, as we are not using agents etc.
So I was thinking of taking that out for the moment and moving the sharing section into that space, what are your views as taking out the out the company details would leave a blank space. but not sure how do do that.
Also in the UK we normally put the postcode last, so the State/Province needs to go before the postcode, where would I go to change that.
Right now I am using theme 1.
Regards
Chris
Thanks for that it worked a treat, the only think is when I click on the details tab, in the details page it still shows as £395.00 /PCM
Also some of the button are showing as Blue and Some are showing as Orange, where would I go to alter them, so they are all the same orange?
Also I don't need the company / owner details to be displayed on the details page, as we are not using agents etc.
So I was thinking of taking that out for the moment and moving the sharing section into that space, what are your views as taking out the out the company details would leave a blank space. but not sure how do do that.
Also in the UK we normally put the postcode last, so the State/Province needs to go before the postcode, where would I go to change that.
Right now I am using theme 1.
Regards
Chris
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 11 months ago #64500
by Mr. Dam
Replied by Mr. Dam on topic Changing Price For
Hi Chris,
1. Button question
OS Property uses Bootstrap library, so there are some styles for buttons. If it is blue, the button class is: btn btn-info, if the color is orange, the class is: btn btn-warning. getbootstrap.com/2.3.2/base-css.html#buttons
Based on those typographies, you can modify the button styles if you want. But OS Property has quite a lot of layouts, so that you need to know what are the layouts that you want to modify.
2. You don't need the company / owner details to be displayed on the details page, as we are not using agents etc.
-> If you don't want to show Agent / owner information in the Property details, you can hide it through Configuration page > Tab: Layout > Field: Show Agent/Owner information tab
3. in the UK we normally put the postcode last, so the State/Province needs to go before the postcode, where would I go to change that.
-> You can try to go to Back-end > Configuration > Tab: Properties and select Address format if you want.
Thanks
Dam
1. Button question
OS Property uses Bootstrap library, so there are some styles for buttons. If it is blue, the button class is: btn btn-info, if the color is orange, the class is: btn btn-warning. getbootstrap.com/2.3.2/base-css.html#buttons
Based on those typographies, you can modify the button styles if you want. But OS Property has quite a lot of layouts, so that you need to know what are the layouts that you want to modify.
2. You don't need the company / owner details to be displayed on the details page, as we are not using agents etc.
-> If you don't want to show Agent / owner information in the Property details, you can hide it through Configuration page > Tab: Layout > Field: Show Agent/Owner information tab
3. in the UK we normally put the postcode last, so the State/Province needs to go before the postcode, where would I go to change that.
-> You can try to go to Back-end > Configuration > Tab: Properties and select Address format if you want.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Chris Jenkinson
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
9 years 11 months ago #64523
by Chris Jenkinson
Replied by Chris Jenkinson on topic Changing Price For
Hi Dam
Worked a treat as usual, I thought I had already done the configuration settings, but some of them were missed.
I still need to resolve the issue of the price in the details section, on the details page, the price is still showing as £395.00 /PCM and not £395.00 PCM it also displayed the same in the Related properties section on the details page.
I changed the 2 files you suggested previously results and listings, it worked in the category / listings section but not on the details page.
I did search the details template file for echo " /". Jtext etc. but could not find it, so not sure how to correct the prices on the property details page.
Regards
Chris
Worked a treat as usual, I thought I had already done the configuration settings, but some of them were missed.
I still need to resolve the issue of the price in the details section, on the details page, the price is still showing as £395.00 /PCM and not £395.00 PCM it also displayed the same in the Related properties section on the details page.
I changed the 2 files you suggested previously results and listings, it worked in the category / listings section but not on the details page.
I did search the details template file for echo " /". Jtext etc. but could not find it, so not sure how to correct the prices on the property details page.
Regards
Chris
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 10 months ago #64565
by Mr. Dam
Replied by Mr. Dam on topic Changing Price For
Hi Chris,
What is the theme that you are using?
Thanks
Dam
What is the theme that you are using?
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.