ECI: DirectoryPress Auto Custom Fields
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.
- $dip_array_country = array(“country”,”countries”);
- $dip_array_email = array(“email”,”emails”,”emailaddress”,”mail”);
- $dip_array_expires = array(“expires”,”expiry”,”expire”,”end”,”enddate”);
- $dip_array_featured = array(“featured”,”feature”);
- $dip_array_hits = array(“hits”,”hitcount”,”views”,”totalhits”,”visits”);
- $dip_array_image = array(“image”,”imageone”,”singleimage”,”img”,”mainimage”);
- $dip_array_images = array(“images”,”galleryimages”,”imagesgallery”,”imagegallery”);
- $dip_array_link = array(“link”,”links”,”linked”,”affiliatelinks”,”afflinks”);
- $dip_array_map_location = array(“map_location”,”location”,”maplocation”);
- $dip_array_packageID = array(“packageid”,”package”);
- $dip_array_price = array(“price”,”cost”,”prices”);
- $dip_array_SKU = array(“sku”,”skunumber”,”skucode”);
- $dip_array_state = array(“state”,”states”);
- $dip_array_url = array(“url”,”urls”);
Video Tutorial
Please comment below if you need help on how to use this information.