hkim45 Posted August 27, 2011 Posted August 27, 2011 Hi I am a presta shop newbie and am trying to edit the content in the right side column. I understand the MVC structure and that prestashop uses Smarty but I am not sure how to edit content the way I want. In the themes directory, I created my own theme folder and in there, I find the header.tpl, index.tpl and footer.tpl. The footer.tpl has the right side column div. <div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div> Instead of the default smarty code that brings up modules, I just want to have three call out images. So I coded it like so: <div id="right_column" class="column"> <img src="img/ad_freeshipping.jpg"><br /> <img src="img/ad_facebook.jpg"><br /> <img src="img/ad_jets.jpg.jpg"><br /> </div> However, it makes no difference. I can edit the global.css just fine but I can't seem to change anything else. How can I edit modules or templates the way I want? Thanks in advance, hannah Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now