Viewing 1 replies (of 1 total)
  • Plugin Author thinkeryllc

    (@thinkeryllc)

    Hi – you can edit your iproperty_properties database table and change the ‘sqf_building’ field type to decimal(10,2).

    Then, edit the ‘plugins/iproperty/classes/property.php’ file and remove ‘sqft_building’ from the $decimal_attributes array into the $float_attributes array:

    $float_attributes = array(
        'price',
        'original_price',
        'sqft_building',
        'baths'
    );

    Let us know questoins. Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘how to get the square feet of the lot to have decimals’ is closed to new replies.