pjbursnall Posted January 12, 2008 Share Posted January 12, 2008 My Easy Populate version has just been upgraded to 2.76d by my site support (not requested!). All files are now in CSV by default, instead of tab delimited. How do I delete items in this format? Previously I would of set the v_action field to delete. This column is not present anymore. I have tried: setting the v_status field to delete adding the v_action column and entering delete I have also tried saving the file as tab delimited but this has made no difference. I am assuming it is possible to delete items in this version? It might not be the latest version of EP but it was possible to delete in the previous install. Any suggestions would be greatly appreciated. Thanks, Paul. Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted January 12, 2008 Share Posted January 12, 2008 You can change the configuration of EP, as it says at the bottom riight of my admin page. Please see the manual in this contribution's package for help in changing these settings. Might be worth a read as it tells you what value you need to set in v_status, different in a subtle way from your value, and probably a few other tips that are useful. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
pjbursnall Posted January 12, 2008 Author Share Posted January 12, 2008 I've looked at the current configuration in the easypopulate.php file. I've found this to me which would suggest Delete isn't available? //**** Status Field Setting **** // Set the v_status field to "Inactive" if you want the status=0 in the system // Set the v_status field to "Delete" if you want to remove the item from the system <- THIS IS NOT WORKING YET! // If zero_qty_inactive is true, then items with zero qty will automatically be inactive in the store. global $active, $inactive, $zero_qty_inactive, $deleteit; $active = 'Active'; $inactive = 'Inactive'; //$deleteit = 'Delete'; // not functional yet $zero_qty_inactive = true; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.