News:

Looking for documentation? Take a look on our wiki

Main Menu

[solved] Orders List Page source File

Started by gladsonbp, August 29, 2014, 16:30:10 PM

Previous topic - Next topic

gladsonbp

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]

GJC Web Design

as the url implies   /index.php?option=com_virtuemart&view=orders&layout=list

components/com_virtuemart/views/orders/tmpl/list.php
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

gladsonbp

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



GJC Web Design

the actual form is in components/com_virtuemart/views/user/tmpl/login.php  from line 77
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

gladsonbp

It solved my problem. Thank you so much GJC Web Design.