Hello,
Is it possible to replace View link with own code link or set a new link in list page ?
Same as View link on each list grid lines, I would like to put my own link with the "orderID" info.
Let me explain better, using View option I got links in every line on the grid like this
"/output/orders_view.php?editid1=15"
I would like to change with my own code link like this
"orders.php?blablabla=true&oID=1038&action=view"
(where orders.php is another page not in PhpR project)
Thanks
Marcos