SkyHiRider Posted August 13, 2014 Share Posted August 13, 2014 I have a small php aplication that would normally be added to a hmtl page with <?php inlcude ?>. How should I add this app to a cms page? (php and js are blocked by default in PrestaShop) Link to comment Share on other sites More sharing options...
PascalVG Posted August 15, 2014 Share Posted August 15, 2014 You might try to capture the included file to a variable (probably have to do this in the cms controller) and use this variable in the tpl file to get it. More info here (Look at 'Example #6'): http://php.net/manual/en/function.include.php Hope this gives some ideas, pascal. 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