Guys I new a help. I need to custom my "orders list page"(Page print is attached) but I don't know where is the source file.
I've been looking for in this page (http://docs.virtuemart.net/api-vm2/files.html) but I didn't find it.
Anybody knows where is this file?
If not, how can I find this file through debug? which program may I use? I tried chrome debugger but I didn't find it.
Gladson
[attachment cleanup by admin]
as the url implies /index.php?option=com_virtuemart&view=orders&layout=list
components/com_virtuemart/views/orders/tmpl/list.php
Thank you GJC.
But in this file (list.php) there isn't form tags. I want to make changes at html tags in this page. Where is the file with these tags?
Thank you
the actual form is in components/com_virtuemart/views/user/tmpl/login.php from line 77
It solved my problem. Thank you so much GJC Web Design.