0
votes

I'm trying to edit the HTML of product page from Magento but it's not working. I followed some tutorials (example: How to edit product page template in Magento) but without success.

I'm editing the "view.phtml" from the path below (standard template): /siteName/app/design/frontend/base/default/template/catalog/product

Edited code

HTML not updated

Any idea?

Thx.

2
As a rule, it's better to post actual code than pictures of it.jmargolisvt
first write a log for getJsonConfig(), see if any data is returned or not.Anurag Prashant
Hello, thx for the answer. Where I write a log at getJsonConfig? And writing it will be possible to change the view.phtml file?Bruno Brandão

2 Answers

0
votes

This file call based on theme so please check your theme folder, the path of this file follow.

/siteName/app/design/frontend/[theme folder]/[theme child folder]/template/catalog/product/view.phtml
0
votes

If you are using the RWD (responsive) theme you may possibly need to edit the template in that folder structure. It is new in 1.9.x