‘Authority’ field not being set correctly on import

Easy Property Listings WordPress Real Estate Plugin Forums Basic Support ‘Authority’ field not being set correctly on import

Viewing 13 posts - 1 through 13 (of 13 total)

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

  • Author
    Posts
  • #2296
    Trimson Partners
    Participant

    Hi Merv,

    Have just noticed that the property ‘Authority’ field does not get set correctly during the import. Most of the properties should be set as ‘exclusive’ but they’re being set as ‘auction’ instead.

    And another thing, I have a few properties that are correctly being set as ‘auction’, but they’re not having the ‘auction time’ set.

    In the import template the auction time field is set, and the authority field too.

    Any ideas why this might be happening?

    Cheers,
    Grace

    #2297
    Trimson Partners
    Participant

    Hmm, I’ve just had a look at the template, and my feed is outputting the ‘authority’ like so:

    <authority value="exclusive"/>

    Then the template is adding to the field like so:

    {authority[1]}

    Does it need to include the ‘@value’ to work?

    EDIT: I’ve just discovered that property_authority comes up twice in the template! One with the ‘@value’ one without. Do I delete the one without?

    • This reply was modified 9 years, 6 months ago by Trimson Partners. Reason: Found duplicate 'property_authority' in template
    #2298
    Trimson Partners
    Participant

    Similarly, the auction time in the feed is like so:

    <auction date="2014-10-02T12:30"/>

    And the template has:

    {auction[1]}

    Should that have ‘date’ in it?

    #2309
    Merv Barrett
    Keymaster

    I have not configured the Auction fields for the import scripts. They are all available, you will need to manually add them.

    #2326
    Trimson Partners
    Participant

    Ok, forgive my ignorance, but how do I go about that?

    #2469
    Merv Barrett
    Keymaster

    Hi Trimson, I’ve god some Auction support we are working on.

    Download the beta version here
    https://github.com/easypropertylistings/Easy-Property-Listings

    This will Display Auction for auction listings.

    #2470
    Merv Barrett
    Keymaster

    Modify your import scripts

    {authority[1]} should be {authority[1]/@value}
    {auction[1]} should be {auction[1]/@date}

    #2938
    Trimson Partners
    Participant

    Hi Merv,

    I finally switched the plugin version over to the new dev version. A couple of things I needed to tweak to get working with my previous edits and template overrides, but all appears to be ok now.

    I noticed you’ve added the Auction time to display in the ‘price’ of a property. I wonder, just for convenience’ sake, if it might be an idea to wrap the time in a span with a class, so that people who don’t want it there can remove it?

    I’ve removed it just by deleting it from the relevant section in the listing_meta.php file because it wasn’t necessary for me. But any update in future will override this.

    I also noticed a similar thing with the Commercial ‘For Sale’ ‘For Lease’ bits of text in the commercial pricing. Again, I just went in to listing_meta.php and removed the necessary bits, but perhaps these could do with a span tag too? I didn’t need those words to display because I have a separate page for my Commercial properties for sale, and Commercial properties for lease – so it doesn’t need to be said in the price.

    Anyway, just an idea.

    Thanks Merv!

    #3618
    Merv Barrett
    Keymaster

    Thanks for testing. There have been extensive changes to 1.3.

    #3680
    Trimson Partners
    Participant

    Hey Merv,

    It’s me! Bet you are getting tired of seeing me pop up in your notifications.

    We haven’t had any auction properties for a while, so I haven’t had a chance to try out the importing with the auction dates yet.

    Authority is being set perfectly – yay!

    But I just imported a property today that has an auction date set, and if unfortunately didn’t import it with the property. I have the fields in the import options set to:
    {auction[1]} and {auction[1]/@date}

    But no luck. Am I doing it right?

    Cheers,
    Grace

    #3684
    Merv Barrett
    Keymaster

    Ah… all these are addressed in 1.3 which is still in final testing and will be released in the new year. Setup a dev server and test it with this pre-release but expect minor issues as the extensions need updating which will also be released with 1.3.

    I’ve decided to hold off till after the xmas break for release of 1.3 but you can grab it here for testing.

    #5112
    Trimson Partners
    Participant

    Hi Merv,

    Just wondering if there’s anything additional I need to do to ensure that the auction times are being added and removed properly with the new version of the plugin? I remember you saying all would be sorted by this new release.

    I guess I won’t know until they edit or add some auction properties. But just thought I’d check that there wasn’t any additional steps?

    Cheers,
    Grace

    #5122
    Merv Barrett
    Keymaster

    Hi Grace,

    Update WP All Import to the latest version and get the new scripts here for 2.0. They are available as part of FeedSync and in your Accounts page.

    This will import the Auctions date time and supports multiple inspection times among several other fields. This template works for Property, Rental and Land.

    • This reply was modified 9 years, 2 months ago by Merv Barrett.

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

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