Reputation: 730
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.
Upvotes: 1
Views: 3346
Reputation: 45
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.
Upvotes: 0
Reputation: 76
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.
Upvotes: 2