cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Sales 4.0 Action Mapping Tracking

Former Member
0 Kudos

Hi,

could anybody tell me if there is a way to trace the action mappings refered to by the Internet Sales framework at runtime? I would like to find out where to anchor an extension of mine in the config.xml file.

Thank you in advance and kind regards,

Heiko Nolte

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you go to the admin panel and start the session logging you should get lots of information of what actions where called.

A very simple method is though to just look at what .do is called at the start of the request and then just trace it manually in config.xml, with a little bit of practice you will be able to trace things very fast.

Good luck!

Cheers,

Kalle

Answers (1)

Answers (1)

0 Kudos

Hello,

I agree, a session trace is useful, but contains a lot more then just which actions have been executed.

You can also take a look at the WEB-INF/logs/isaruntime.log file. This one focuses more on runtime information about exectuted actions/function modues and calls to the IPC.

Regards Marek