Rockend XML Feed

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

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

  • Author
    Posts
  • #1659
    fatmonitor
    Spectator

    Where to place the following function?

    <?php
    // WP All Import Date Format
    function rec_feedsync_date( $date ) {
    $date_example = ‘2014-07-22-16:45:56’;

    $format = ‘%Y-%m-%d-%H:%M:%S’;
    $d = strptime($date, $format);
    $time = mktime($d[‘tm_hour’],$d[‘tm_min’],$d[‘tm_sec’],1 + $d[‘tm_mon’],$d[‘tm_mday’], 1900 + $d[‘tm_year’]);

    $result = date(“Y-m-d H:i:s” , $time );

    return $result;
    }
    ?>

    Thanks

    #1660
    fatmonitor
    Spectator

    I found where to place the function.

    I can use Property (Residential) 1.1 Rockend REST without errors.

    But the images still don’t show up.

    I checked feedsync-current.xml, the image links are working now.

    #1661
    fatmonitor
    Spectator

    I cannot find Rental for Rockend REST in the WP All Import Scripts.
    Only have Property (Residential) 1.1 Rockend REST?

    #1752
    Merv Barrett
    Keymaster

    Are you able to use the Rental one and make the additional change to the image node?

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Rockend XML Feed’ is closed to new replies.