tags:

views:

36

answers:

1

Hello Everyone,

I have the following magento XML code:

<action method="addLink" translate="label" module="customer"><name>myorders</name><path>chepri/myorders/customer</path><label>Standing Orders</label></action>

I was wondering where you would go about coding the handler for the "chepri/myorders/customer" how does it know which page is being loaded?

Thank you for your time.

+1  A: 

It sounds like you're looking for the controller dispatch.

Alan Storm