magento how to rewrite checkout community controller
i've been trying to override the checkout controller from a community extension for 2 hours, and still not working. My Custom module is activated . Trying to rewrite (Community/Manv/Ajaxcoupon/controllers/Indexcontroller.php) Here is my controller. require_once 'Manv/Ajaxcoupon/controllers/IndexController.php'; class Name_Promocode_CartController extends Manv_Ajaxcoupon_IndexController {…