Overriding CsMarketplace account controller with a custom controller
问题 After reading & researching a lot i am asking this question today, lot of code available to override core magento files but not magento plugin files. I have installed CsMarketplace plugin to my website for vendor management. I want to override the vendor - register function to write my custom code which needs to work just after vendor is successfully registered. Need to override: function createPostAction(); in file mypoject/app/code/local/Ced/CsMarketplace/controllers/AccountController.php