Need to find the query of Track Order in iStore
Hi All,
I am trying to find the query that executes for iStore page ibeCOtdOrdSum.jsp.
I found these two lines in jsp code:
q | = (AkQuery)pageContext.getAttribute("qq", pc); |
out.println(q.queryAsHiddenParams());
where does the setAttribute for qq happens.
Also, where does the out.println prints the query. I don't see the query in the Track Order Page.
Please help where this "qq" attribute is set in ibe pages.