OS Property support center

Lot Size (Add New Properties)

  • jeffrey
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 1 month ago #60082 by jeffrey
Lot Size (Add New Properties) was created by jeffrey
Hi,

May i know when i Add New Properties for OS Property. (Under General Information Tab)
At the moment the "Lot Size" information is only can be key in with total size in sq.ft only.
Possible to edit the Lot Size with key in both method in below:-

Example 1:-
22' x 75'

Example 2:-
7500 sq.ft

Jeffrey
Attachments:

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

More
10 years 1 month ago #60087 by Mr. Dam
Replied by Mr. Dam on topic Lot Size (Add New Properties)
Hi,
The core field: LOT SIZE only can contain the decimal values. If you want to have text value (as your question), you can use feature: Extra field of OS Property to store it. But when you create fields to contain Lot value, please do not enter name is "lot_size", because it will be the same with core field "lot_size" of OS Property.
Thanks
Dam

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

  • jeffrey
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 1 month ago - 10 years 1 month ago #60132 by jeffrey
Replied by jeffrey on topic Lot Size (Add New Properties)
Hi, Dam.

I did change the title from "Lot Size" into "Land Area" thru back end translate labels.
[ component => ossolution property => control panel => translate lables ]

So can you hard core it to fill in as "Text Value" instead of "Decimal Value" on this form?
It's easier for user to key in the all information in single page instead of another page.

If this could be done, can to remove the box after have "sqft" wording? (Please refer to attachment.)

Best Regards

Jeffrey
Attachments:
Last edit: 10 years 1 month ago by jeffrey.

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

More
10 years 1 month ago #60149 by Mr. Dam
Replied by Mr. Dam on topic Lot Size (Add New Properties)
Hi,
To remove "SQFT" in "Add property" page, you can find
<?php echo OSPHelper::showSquareSymbol();?>
in file: propertyedit.php and remove it.
Thanks
Dam

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

More
10 years 1 month ago #60612 by Nina M
Replied by Nina M on topic Lot Size (Add New Properties)
How can I change the lot size decimal points from 2 to 0? I also need it to be larger than 5 digits which is currently the limit. I have a number of properties which have a lot of land and I am using square meters and I need 6 digits (with no decimal points) for a few of these properties.

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

More
10 years 1 month ago #60655 by Mr. Dam
Replied by Mr. Dam on topic Lot Size (Add New Properties)
Hi Nina,
You can change the attribute of field lot_size in MySQL Table: #__osrs_properties from decimal (5,2) to int (5)
Thanks
Dam
The following user(s) said Thank You: Nina M

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

Moderators: Mr. DamNguyen Phu Quan