VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: jumping00 on December 17, 2013, 23:07:52 PM

Title: How to find the correct file to edit?
Post by: jumping00 on December 17, 2013, 23:07:52 PM
As I know, I can use FireBug or other tools to find the CSS Style and edit it.
And I know where can I edit the template.
However, how can I find the correct file to edit the format?

For example, on the checkout page, I want change the position of the products list table, replace the default icon, and more html things.......
So, I find a PHP file from the localhost: C:\xampp\htdocs\joomla\components\com_virtuemart\views\cart\tmpl\default_pricelist.php

How about other page? like user account, login form....
How can I find these files?

Thanks!
Title: Re: How to find the correct file to edit?
Post by: jenkinhill on December 17, 2013, 23:38:39 PM
All in  C:\xampp\htdocs\joomla\components\com_virtuemart\views\  or if for backend view in  C:\xampp\htdocs\joomla\administrator\components\com_virtuemart\views\

Common sense lets you work out which directory/file.
Title: Re: How to find the correct file to edit?
Post by: jumping00 on December 19, 2013, 21:21:16 PM
Thanks!! ;D