i'm creating a module that allows the customer to edit their order if it hasn't reach the processing stage, so far everything works however on the order history page i have these 3 links
View Order | http://www.site.com/Current-Build/sales/order/view/order_id/[ID]/
Reorder | http://www.site.com/Current-Build/sales/order/reorder/order_id/[ID]/
Edit Order (mine) | http://www.site.com/Current-Build/mymodulefrontname/order/edit/order_id/[ID]/
to make things look neat i tried to change my link to match the previous 2 by changing the <frontName>
of my module to sales in config.xml and chnages the mymodulefrontname
to sales
, while that's worked for my link problem is that now the first 2 links now go to 404 pages
is there a way i can get my module to have the same frontname as Mage_Sales without causing conflicts