I have been asked by a customer to edit there ecommerce website, the cms system they use is Magento, how would i go about changing the category page html coding as i need to change a h2 to a h1. Were is it stored on the FTP so i can download edit html and then reupload. i have tried to go to /public_html/app/design/frontend/base/mylightbulb/template/catalog/category and the view.phtml does not contain the html i am after

Thanks

link|improve this question

possible duplicate of Magento Template – Joseph Mastey Jan 19 '11 at 14:22
This would be more appropriate to post as part of your previous question (stackoverflow.com/questions/4735490/magento-template) which you only asked a half hour before this one. – Joseph Mastey Jan 19 '11 at 14:23
Questions merged into this one. @user you can edit this question if you need to add detail. – Will Jan 19 '11 at 14:39
feedback

2 Answers

up vote 1 down vote accepted

Magento's template is quite complicated (but flexible), but one way to find out where the HTML for a 'block' is located is by enabling Template Path Hints.

link|improve this answer
Do the template hints provide the path you mentioned above? You might need to refresh the cache to have the proper path displayed. – Xoc Jan 19 '11 at 14:21
feedback

You should be able to edit their theme file for the category page here

/app/design/frontend/themepackage/theme/template/catalog/category/view.phtml

link|improve this answer
when i get to the folder "frontend" i only have base and default folders not themepackage – user393273 Jan 19 '11 at 13:03
base and default are the theme packages I put that there since you might have it set as something else. go to frontend default most likely – dan.codes Jan 19 '11 at 14:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.