vintagenyc Posted November 21, 2015 Share Posted November 21, 2015 How do I revoke or delete a customer credit slip that I issued as and admin? Link to comment Share on other sites More sharing options...
Sylvain CM Posted November 25, 2015 Share Posted November 25, 2015 Topic bump because I moved it. Link to comment Share on other sites More sharing options...
razaro Posted November 25, 2015 Share Posted November 25, 2015 Try with this, backup database first just in case. Then edit or create AdminSlipController.php in override/controllers/admin/ folder <?php class AdminSlipController extends AdminSlipControllerCore { public function renderList() { $this->addRowAction('delete'); return parent::renderList(); } } That should give you option to delete credit slip in admin. Link to comment Share on other sites More sharing options...
vintagenyc Posted November 25, 2015 Author Share Posted November 25, 2015 Try with this, backup database first just in case. Then edit or create AdminSlipController.php in override/controllers/admin/ folder <?php class AdminSlipController extends AdminSlipControllerCore { public function renderList() { $this->addRowAction('delete'); return parent::renderList(); } } That should give you option to delete credit slip in admin. Thank you razaro, I had not such file in that directory, I am not a php expert, I cut and pasted, save and uploaded with the exact file name time. However I do not see a delte button. Not sure I am looking in the fight place or there was something extra needed. Can you advise where the remove button should be? Link to comment Share on other sites More sharing options...
razaro Posted November 25, 2015 Share Posted November 25, 2015 Try also to clear cache. Back office > advanced parametars > perfirmance, top right of page icon. Link to comment Share on other sites More sharing options...
vintagenyc Posted November 25, 2015 Author Share Posted November 25, 2015 Try also to clear cache. Back office > advanced parametars > perfirmance, top right of page icon. Completed, while there I saw an option to recomplie template if files were changed. Should I execute on this command? Link to comment Share on other sites More sharing options...
vintagenyc Posted November 25, 2015 Author Share Posted November 25, 2015 Neglected to say is that I do not see a delte button, shoud this be visible next to each credit clip? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now