user393273
user393273

Reputation: 1438

Change Magento Template

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

Upvotes: 0

Views: 3270

Answers (2)

joelcox
joelcox

Reputation: 582

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.

Upvotes: 2

dan.codes
dan.codes

Reputation: 3523

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

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

Upvotes: 0

Related Questions