Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changes to prestashop theme not reflecting [closed]

I have a Prestashop installation in which I have duplicated the original theme and I'm making changes to it. I have chosen the duplicate theme from the admin panel. The problem is that the theme is not reflecting any changes that I am making to the theme's smarty files. I have checked using firebug. I replaced the contents of global.css and it took away the styling from the site, but when I made changes to header.tpl, footer.tpl, etc. it does not reflect. Again I checked using Firebug: CSS is mine but HTML is not.

I am running PrestaShop v.1.4.6.2

Please help with this. I haven't the slightest idea as to what is wrong.

Thanks in advance.

like image 890
Aayush Avatar asked Jan 12 '12 11:01

Aayush


People also ask

How can I change PrestaShop theme?

Go to your_site_folder/themes/leo_chopin/ and you will find header. tpl , footer. tpl . You can modify these templates there or make a copy of a theme into another folder and modify it.

Can I use a PrestaShop theme on WordPress?

PrestaShop Integration with WordPress If you do want to let PrestaShop handle the online store functionality, and then you can install WordPress in a sub directory or on a sub domain in order to allow you to add a blog to your store.


1 Answers

I figured it out.

Preferences -> Performance -> Force compile on, cache off

like image 94
Aayush Avatar answered Oct 16 '22 22:10

Aayush