- Posts: 1
- Thank you received: 0
Please post all pre-sales questions of all products on this forum
OS Property pre-sales questions
- Mark
- Topic Author
- Offline
- New Member
-
Less
More
9 years 2 months ago #78443
by Mark
OS Property pre-sales questions was created by Mark
I am interested in possibly purchasing OS Property but have a few questions
Question #1 - It is nice to see some prebuilt categories for the Amenities such as General Amenities, Appliance Amenities, Exterior Amenities, etc. however when I login to the backend of your demo I do not see a way to change these categories or add new categories within the Amenities section that I may want. Is there a way to accomplish this?
Question #2 - If a property does not have certain amenities they appear grayed out when viewing the listing on the frontend. Is there a way to have these simply not show and only show the amenities that pertain to a certain listing? (I'd imagine this would be relatively simple by using an If statement or possibly via CSS - though inspecting the code in chrome dev tools I did not see a way to use CSS to hide them as they don't appear to have an ID)
Question #3 - Regarding the "Location" section in a listing which lists Schools, Restaurants, Airports, etc. I would expect clicking on one of the options such as "Schools" would show the schools near the property listing I am looking at to pop up however when I view this demo listing:
osproperty.ext4joomla.com/os-property-la...r-sale/boulder-beach
clicking on "Schools" in the Location section pops up schools that are near me (I am 3000 miles away) not the property listing I am looking at. Is this supposed to be an automatic thing based on the address of the listing or am I missing something?
Question #4 - When viewing the demo listing I posted above it does not have an option above the map to "Toggle Street View" however if I go to a related property such as:
osproperty.ext4joomla.com/os-property-la...-sale/395-dogwood-ln
it does give the option above the map to "Toggle Street View". I don't see an option within the demo listing that does not have it to show this button. Where is it located?
Thank you and I look forward to your answers!
Question #1 - It is nice to see some prebuilt categories for the Amenities such as General Amenities, Appliance Amenities, Exterior Amenities, etc. however when I login to the backend of your demo I do not see a way to change these categories or add new categories within the Amenities section that I may want. Is there a way to accomplish this?
Question #2 - If a property does not have certain amenities they appear grayed out when viewing the listing on the frontend. Is there a way to have these simply not show and only show the amenities that pertain to a certain listing? (I'd imagine this would be relatively simple by using an If statement or possibly via CSS - though inspecting the code in chrome dev tools I did not see a way to use CSS to hide them as they don't appear to have an ID)
Question #3 - Regarding the "Location" section in a listing which lists Schools, Restaurants, Airports, etc. I would expect clicking on one of the options such as "Schools" would show the schools near the property listing I am looking at to pop up however when I view this demo listing:
osproperty.ext4joomla.com/os-property-la...r-sale/boulder-beach
clicking on "Schools" in the Location section pops up schools that are near me (I am 3000 miles away) not the property listing I am looking at. Is this supposed to be an automatic thing based on the address of the listing or am I missing something?
Question #4 - When viewing the demo listing I posted above it does not have an option above the map to "Toggle Street View" however if I go to a related property such as:
osproperty.ext4joomla.com/os-property-la...-sale/395-dogwood-ln
it does give the option above the map to "Toggle Street View". I don't see an option within the demo listing that does not have it to show this button. Where is it located?
Thank you and I look forward to your answers!
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13057
- Thank you received: 1696
9 years 2 months ago #78457
by Mr. Dam
Replied by Mr. Dam on topic OS Property pre-sales questions
Hi Mark,
Thank you for interested in OS Property. Regarding to your question, i would like to answer as below:
I am interested in possibly purchasing OS Property but have a few questions
Question #1 - It is nice to see some prebuilt categories for the Amenities such as General Amenities, Appliance Amenities, Exterior Amenities, etc. however when I login to the backend of your demo I do not see a way to change these categories or add new categories within the Amenities section that I may want. Is there a way to accomplish this?
-> Amenity Categories of OS Property are fixed, so we don't have feature to add new Amenity Categories. But you can use Translation tool of OS Property to change Category names.
Question #2 - If a property does not have certain amenities they appear grayed out when viewing the listing on the frontend. Is there a way to have these simply not show and only show the amenities that pertain to a certain listing? (I'd imagine this would be relatively simple by using an If statement or possibly via CSS - though inspecting the code in chrome dev tools I did not see a way to use CSS to hide them as they don't appear to have an ID)
-> OS Property 2.9.5 has configure option to show/hide unselect Amenities in Property details page already.
Question #3 - Regarding the "Location" section in a listing which lists Schools, Restaurants, Airports, etc. I would expect clicking on one of the options such as "Schools" would show the schools near the property listing I am looking at to pop up however when I view this demo listing:
osproperty.ext4joomla.com/os-property-la...r-sale/boulder-beach
clicking on "Schools" in the Location section pops up schools that are near me (I am 3000 miles away) not the property listing I am looking at. Is this supposed to be an automatic thing based on the address of the listing or am I missing something?
-> You can read this forum topic to find the answer of this problem: joomdonation.com/forum/os-property-popul...-aren-t-correct.html
Question #4 - When viewing the demo listing I posted above it does not have an option above the map to "Toggle Street View" however if I go to a related property such as:
osproperty.ext4joomla.com/os-property-la...-sale/395-dogwood-ln
it does give the option above the map to "Toggle Street View". I don't see an option within the demo listing that does not have it to show this button. Where is it located?
-> Street view map is one service of Google, as you know, Google isn't able to contain Street view data of places on over the world. So after calling the Google Street View API with Lattitude and Longitude of property, OS Property will wait the return data from service. If Google has Street view data of property, OS Property will show button "Toggle Street View", but if Google doesn't have Street view data of property, OS Property will hide that button.
I hope my answer is clear to you.
Thanks
Dam
Thank you for interested in OS Property. Regarding to your question, i would like to answer as below:
I am interested in possibly purchasing OS Property but have a few questions
Question #1 - It is nice to see some prebuilt categories for the Amenities such as General Amenities, Appliance Amenities, Exterior Amenities, etc. however when I login to the backend of your demo I do not see a way to change these categories or add new categories within the Amenities section that I may want. Is there a way to accomplish this?
-> Amenity Categories of OS Property are fixed, so we don't have feature to add new Amenity Categories. But you can use Translation tool of OS Property to change Category names.
Question #2 - If a property does not have certain amenities they appear grayed out when viewing the listing on the frontend. Is there a way to have these simply not show and only show the amenities that pertain to a certain listing? (I'd imagine this would be relatively simple by using an If statement or possibly via CSS - though inspecting the code in chrome dev tools I did not see a way to use CSS to hide them as they don't appear to have an ID)
-> OS Property 2.9.5 has configure option to show/hide unselect Amenities in Property details page already.
Question #3 - Regarding the "Location" section in a listing which lists Schools, Restaurants, Airports, etc. I would expect clicking on one of the options such as "Schools" would show the schools near the property listing I am looking at to pop up however when I view this demo listing:
osproperty.ext4joomla.com/os-property-la...r-sale/boulder-beach
clicking on "Schools" in the Location section pops up schools that are near me (I am 3000 miles away) not the property listing I am looking at. Is this supposed to be an automatic thing based on the address of the listing or am I missing something?
-> You can read this forum topic to find the answer of this problem: joomdonation.com/forum/os-property-popul...-aren-t-correct.html
Question #4 - When viewing the demo listing I posted above it does not have an option above the map to "Toggle Street View" however if I go to a related property such as:
osproperty.ext4joomla.com/os-property-la...-sale/395-dogwood-ln
it does give the option above the map to "Toggle Street View". I don't see an option within the demo listing that does not have it to show this button. Where is it located?
-> Street view map is one service of Google, as you know, Google isn't able to contain Street view data of places on over the world. So after calling the Google Street View API with Lattitude and Longitude of property, OS Property will wait the return data from service. If Google has Street view data of property, OS Property will show button "Toggle Street View", but if Google doesn't have Street view data of property, OS Property will hide that button.
I hope my answer is clear to you.
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc, Giang Dinh Truong, Mr. Dam
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.