sugemallen Posted January 4, 2010 Share Posted January 4, 2010 Where do I set the Delete all products checkbox in AdminImport.php????I would like this to be set all the time...Thank you!!!! Link to comment Share on other sites More sharing options...
rocky Posted January 5, 2010 Share Posted January 5, 2010 Change line 1101 of tabs/AdminImport.php in your admin directory from: <input name="truncate" id="truncate" type="checkbox" style="margin-top: 6px;"/> to: <input name="truncate" id="truncate" type="checkbox" checked="checked" style="margin-top: 6px;"/> Link to comment Share on other sites More sharing options...
Recommended Posts