Results 1 to 2 of 2

Thread: Probelm with CSV import- Parse syntax error

  1. #1
    Thread Starter
    Junior Member nelvis's Avatar
    Join Date
    Sep 2010
    Location
    Kenya
    Posts
    48
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Probelm with CSV import- Parse syntax error

    Hi,

    I would like to import listings (that has custom fiedls) with a csv and I have followed this tutorial.

    I add the following code to my functions.php file

    PHP Code:
    function va_child_add_fax_field$args ) {
      
    $args['custom_fields']['fax'] = array( 'internal_key' =&gt'app_fax' );
     
      return 
    $args;
    }
     
    add_filter'va_csv_importer_args''va_child_add_fax_field' ); 
    I keep getting this error: Parse error: syntax error, unexpected '=', expecting ')'

    PLease help

  2. #2
    Thread Starter
    Junior Member nelvis's Avatar
    Join Date
    Sep 2010
    Location
    Kenya
    Posts
    48
    Thanks
    3
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: December 22nd, 2013, 06:07 AM
  2. Replies: 2
    Last Post: May 19th, 2012, 05:58 PM
  3. Replies: 1
    Last Post: October 10th, 2011, 08:08 AM
  4. Replies: 3
    Last Post: August 28th, 2011, 08:00 AM
  5. [SOLVED] Parse error: syntax error, unexpected T_STRING, expecting '
    By gemini11 in forum Help Using ClassiPress
    Replies: 13
    Last Post: July 21st, 2011, 12:07 PM