1
votes

I'm having an issue with a Magento site. I've setup a new theme, and I'm trying to edit the Product page/template. I'm editing this file;

/catalog/product/view.phtml

I've got the Template hints enabled, so I know that I'm definitely editing the correct file. However, changes that I make don't come through to the frontend of the site so I'm assume there's some sort of cache problem here?

Any help would be great. Thanks in advance!

EDIT: Cache is disabled, been flushed and files deleted from var/cache.

2
Have you disabled cache (Sytem->Cache Management).Try deleting all files inside var/cache folder - Rohit S
Sorry - Yes. Already done that, cache is disabled, been flushed and files deleted. Should of added that in my question. - Christopher Thrower

2 Answers

2
votes

Do you have the System > Tools > Compilation Enabled? I had a similar issue earlier today that got resolved by re running the compilation process. Also make sure you have the theme in question set correctly in System > Design.

0
votes

Have you considered that the section you're editing may lie within a conditional statement (IE: if/else)? If you give an example of what code you're adding and where it may help determine whether this is at fault.