Commercial Property

Viewing 15 posts - 1 through 15 (of 27 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #1871
    mrc013
    Spectator

    I think you should add more customisation to commercial properties. Also as far as short codes are concerned creating short codes that coincide with different commercial property categories. A commercial property search would be very useful as well. More commercial agencies would be inclined to use this product if you were to add these things.

    I’m happy to help provide you with what other custom paid CMS’ are using.

    I have attached an example.

    Attachments:
    You must be logged in to view attached files.
    #1873
    mrc013
    Spectator

    Also as far as database schema is concerned you should get the plugin to create a new table just for property listings so it would be easier for the developers to migrate from any CMS to this plugin.

    Just a few thoughts πŸ™‚

    #1874
    Merv Barrett
    Keymaster

    Thanks for your feedback.

    Our first goal was to be REAXML compliant for all the property types which we are now.

    2nd was to add the ability to customise the plugin with hooks and filters which has been done which allows you to add your own sections where needed.

    3rd goal is to expand the plugin to support idx and RETS. Its a big job and will take some time for that part.

    Commercial Fields
    http://easypropertylistings.com.au/docs/commercial-listing-custom-meta-fields/

    We decided not to build a separate database as that is outside of the core WordPress function and can cause other problems, but really it should not be any different migrating to this from other CMS’s.

    Attached is a commercial add listing page which has even more fields than your attached image.

    You can add more categories through the included filter.
    http://easypropertylistings.com.au/docs/modify-listing-categories-filters/

    What we really need is better documentation and video tutorials etc, which are coming…

    Search…. yep thats a bug, the House Category should be the commercial category stuff. Thanks for letting me know.

    Keep asking for features as that really helps

    Thanks again

    Attachments:
    You must be logged in to view attached files.
    #1876
    Merv Barrett
    Keymaster

    Shortcodes

    RE: creating short codes that coincide with different commercial property categories.

    Already in place, use [listing_category]

    In your case you can use

    [listing_category post_type=”commercial” category_key=”property_commercial_category” category_value-“Medical/Consulting”]

    #1891
    mrc013
    Spectator

    You sir are a legend. I’ll let you know how I go with all of that πŸ™‚

    #1894
    mrc013
    Spectator

    Is there a way to use the below short code to show only listings for sale or for lease?
    [listing_category post_type=”commercial” category_key=”property_commercial_category”
    category_value-“Medical/Consulting”]

    #1895
    Merv Barrett
    Keymaster

    There was not, thanks for the feedback.

    Replace this file in the plugin and see how it works for you.

    Note: This change will be included in the next version when released on WordPress. And may include it as a bug fix in a 1.2.1 update.

    https://github.com/easypropertylistings/Easy-Property-Listings/blob/sc-listing-cat-commercial/lib/shortcodes/shortcode-listing-category.php

    #1896
    Merv Barrett
    Keymaster

    Ah, perhaps some instructions πŸ™‚

    Replace the file
    /plugins/easy-property-listings/lib/shortcodes/shortcode-listing-category.php

    With the one from the GitHub link.

    I’ve added the commercial_listing_type variable.

    So now you can use this

    [listing_category post_type=”commercial” commercial_listing_type=”sale” category_key=”property_commercial_category”
    category_value-“Medical/Consulting”]

    The variable can be the following:

    • commercial_listing_type=”sale”
    • commercial_listing_type=”lease”
    • commercial_listing_type=”both”
    #1897
    mrc013
    Spectator

    Works perfectly!

    Good stuff!

    One last question. Is there a sold and leased variable as well for commercial. Sorry to ask so many questions. I’m just trying to really understand how this all works.

    #1898
    Merv Barrett
    Keymaster

    No problem… need better documentation.

    The variable you are asking for is the status=””

    eg:
    [listing_category post_type=”commercial” status=”current” commercial_listing_type=”sale” category_key=”property_commercial_category”
    category_value-“Medical/Consulting”]

    • status=”current”
    • status=”sold”
    • status=”leased”
    • status=”widhdrawn”
    • status=”offmarket”

    Its how the REAXML format works. Complicated beast but its pretty well thought out.

    #1899
    Merv Barrett
    Keymaster

    And your questions are helping me make better documentation, so please keep asking πŸ™‚

    #2132
    Merv Barrett
    Keymaster

    Just letting you know i’ve moved this topic to the Basic Support area

    #2150
    Merv Barrett
    Keymaster

    Just pushed the new release of Easy Property Listings version 1.2.1 with the update above included. Thanks for your help

    #2266
    mrc013
    Spectator

    Awesome. I just noticed. Good work!

    #2267
    mrc013
    Spectator

    Just a quick note. The shortcode for Commercial listings isn’t displaying by category its only displaying all listings either for sale or lease. For example the shortcode below is displaying all commercial properties for sale.

    [listing_category post_type=”commercial” commercial_listing_type=”sale” category_key=”property_commercial_category”
    category_value-“Industrial/Warehouse”]

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 15 posts - 1 through 15 (of 27 total)
  • The forum ‘Basic Support’ is closed to new topics and replies.