VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: gladsonbp on August 29, 2014, 16:30:10 PM

Title: [solved] Orders List Page source File
Post by: gladsonbp on August 29, 2014, 16:30:10 PM
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]
Title: Re: Orders List Page source File
Post by: GJC Web Design on August 29, 2014, 17:41:20 PM
as the url implies   /index.php?option=com_virtuemart&view=orders&layout=list

components/com_virtuemart/views/orders/tmpl/list.php
Title: Re: Orders List Page source File
Post by: gladsonbp on August 29, 2014, 18:03:36 PM
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


Title: Re: Orders List Page source File
Post by: GJC Web Design on August 29, 2014, 18:29:46 PM
the actual form is in components/com_virtuemart/views/user/tmpl/login.php  from line 77
Title: Re: Orders List Page source File
Post by: gladsonbp on August 29, 2014, 19:34:29 PM
It solved my problem. Thank you so much GJC Web Design.