ECI: DirectoryPress Auto Custom Fields   

Jul 24th, 2011 // In: Easy CSV Importer // By: Comments 0

This information applies if you are using DirectoryPress and the Easy Project feature on the Start page of Easy CSV Importer.

Each line below is for a custom field key. It is the code in the plugin used to pair your CSV file columns with custom field keys using the column titles. The column titles do not need to be an exact match, the code below is used to pair even close matches. The custom field key is what remains once you remove “$dip_array_” from each line.

  1. $dip_array_country = array(“country”,”countries”);
  2. $dip_array_email = array(“email”,”emails”,”emailaddress”,”mail”);
  3. $dip_array_expires = array(“expires”,”expiry”,”expire”,”end”,”enddate”);
  4. $dip_array_featured = array(“featured”,”feature”);
  5. $dip_array_hits = array(“hits”,”hitcount”,”views”,”totalhits”,”visits”);
  6. $dip_array_image = array(“image”,”imageone”,”singleimage”,”img”,”mainimage”);
  7. $dip_array_images = array(“images”,”galleryimages”,”imagesgallery”,”imagegallery”);
  8. $dip_array_link = array(“link”,”links”,”linked”,”affiliatelinks”,”afflinks”);
  9. $dip_array_map_location = array(“map_location”,”location”,”maplocation”);
  10. $dip_array_packageID = array(“packageid”,”package”);
  11. $dip_array_price = array(“price”,”cost”,”prices”);
  12. $dip_array_SKU = array(“sku”,”skunumber”,”skucode”);
  13. $dip_array_state = array(“state”,”states”);
  14. $dip_array_url = array(“url”,”urls”);

Video Tutorial

Please comment below if you need help on how to use this information.

Tags: - -

Leave a Reply

You must be logged in to post a comment.