StevenLamBeStrong Posted May 13, 2016 Share Posted May 13, 2016 I have this code like this and want to add in footer.tpl, plz show me how to . <?php include_once("facebook-live-chat/index.php"); live_chat_facebook("https://www.facebook.com/ninjateam.org/","http://domain.com"); ?> Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2016 Share Posted May 14, 2016 in prestashop it is not possible to put php code into .tpl files so it is not possible to do that. it's because it's againt MVC rules. you have to customize controllers or create module that will dispaly code you want. 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