How to change listing status in FeedSync

@requires FeedSync 3.5 or greater.

In some instances you may need to alter the status of your listings in FeedSync. Perhaps there was a connection issue with the provider and some listings were missed. In these cases you may need to change the status from current to sold/leased/withdrawn/offmarket or deleted. 

Enable FeedSync Edit

By default lising editing is disabled in FeedSync and in order to enable it you need to edit the config.php file when will allow listing editing in FeedSync. This is off by default to prevent accidental altering of listings.

Open the config.php file using the Hosting/cPanel file manager or via FTP.

/** Set to true to enable listing status changing and deleting entries */
define('FEEDSYNC_EDIT', false );

Change  false to true and save the file. (If the above line is missing add it and set to true.

Login to FeedSync and you will now have the ability to edit the status of listings.

Just click on the status and select a new status. Deleting is also possible, however we now set a status of deleted instead of removing the entry. To truly delete listings visit the Deleted tab and delete from there.

When a listing status is changed the modified time is incremented by 5 seconds so that your WordPress import will update. And if the listing is re-activated in the CRM/Portal software it will be updated in FeedSync again.