Mike Masey
02/20/2024, 3:57 PMAmbiguousMatchException
due to how the routing works with the RenderController.
When creating my own custom render controller I still want to inherit the base controller used by the Checkout plugin to make sure I don't break any functionality, but because they both include an Index method due to the underlying RenderController
it just errors out. Does anyone know of a way around this?
I've considered maybe just taking the source code from the package instead seeing as it's open source so I have full control, but If is is possible to do it without, I've prefer that so I can still get the occasional update.Mike Masey
02/20/2024, 4:19 PM