SP Property - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP Property

M

Manuel

Extension 3 years ago

Hi, we need help. I was trying now a test property inside and a few things we want to change but we dont know how. Basic: The first ist with the Latitude and Longitude as a mandatory field. How we can change that as normal field. https://prnt.sc/22ttx4x

The second is under Details with Property size and Garages https://prnt.sc/22tuiw6 Property size we need it in m2 and sqft too. Not all clients know sqft for that we need both and where is the Ground area size?

Garages? Maybe the make there a dropdown field where you can select Garages, Carports, Parket place.

Third: There is nothing for furnited and unfurnitud objects

Dropdown field for kitchens: closed kitchen, open kitchen, Standart

Where are the field for "Additional costs"

A few things we can do on the Property features but not all.

The most importend is sqft and m2 and building size and lot size.

Regards Manuel

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #47642

Hi there,

Thanks for your explanation. I understand your point issues. but we don't offer cutomization offer our product. We try to considering it for future update. But, we are not sure when that gonna happen.

https://www.joomshaper.com/support-policy

Note: If you have any issue/bug related questions about our product then create and forum post.

-Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #47437

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please check your answer questions answer.

  1. https://prnt.sc/22ttx4x

Follow the instructions

Go to the file location

administrator/components/com_spproperty/models/forms/property.xml

Find out this code

<field name="latitude" type="text" required="true" label="COM_SPPROPERTY_FIELD_LATITUDE" description="COM_SPPROPERTY_FIELD_LATITUDE_DESC" />
        <field name="longitude" type="text" required="true" label="COM_SPPROPERTY_FIELD_LONGITUDE" description="COM_SPPROPERTY_FIELD_LONGITUDE_DESC" />

And replace with this code

<field name="latitude" type="text" required="false" label="COM_SPPROPERTY_FIELD_LATITUDE" description="COM_SPPROPERTY_FIELD_LATITUDE_DESC" />
        <field name="longitude" type="text" required="false" label="COM_SPPROPERTY_FIELD_LONGITUDE" description="COM_SPPROPERTY_FIELD_LONGITUDE_DESC" />
  1. Property size we need it in m2 and sqft too.

At the same time both feature will not work. Cause, this feature doesn't work

3: There is nothing for furnited and unfurnitud objects

yes, Not available

  1. Where are the field for "Additional costs"

    Does it before? Are you talking about this? https://prnt.sc/22ye2u5

-Thanks

0
M
Manuel
Accepted Answer
3 years ago #47562

To point 2, would it not be possible to create another input field where we can enter the m2? Important would be in any case also where property size is. This is imprecise and can mean many things. This can be the living space but also the property size. Especially if you offer houses or luxury villas this is very important.For example living area is 1.200m2 (12.916,6925sqft) Plot size is all like 6.000m2 (64.583,4625sqft).

Point 3 is not so importend, that we can do in the featured text field.

Point 4 is again very important. There would be a second input field necessary where also the price is. Especially with longer-term rentals come with additional costs that are charged monthly lump sum. For example, garbage, gardener, etc. or in a gated community.

0