I'm trying to get these routes to work together but I am not sure how to get it working:
"{prcode}/{controller}/{action}/{id}"
"{controller}/{action}/{id}"
The idea on my controllers is that if prcode is supplied it will use that product code, if not it will use a product code base on some other logic.
But for other controllers not concerned about a prcode it should just ignore it.
Would this be possible?
