hkim45 Posted August 27, 2011 Share 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> Link to comment Share on other sites More sharing options...
Prescol Posted August 27, 2011 Share Posted August 27, 2011 To modify modules content & options you must go to backoffice -> modules. If you want to add custom html you can add after {$HOOK_RIGHT_COLUMN} and after do this, force recompile in backoffice. Link to comment Share on other sites More sharing options...
hkim45 Posted August 28, 2011 Author Share Posted August 28, 2011 thanks.. how do i force recompile in backoffice? Update: I figured out how to create modules and install them. Link to comment 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