dhobo Posted August 27, 2013 Share Posted August 27, 2013 (edited) Hello, I have my own module and in the frontend I link to my module {shop_url}/modules/{my_module_name}/content.php?id={dynamic_id} in the content.php I have a very simple echo statement that says "hello world", but of course I want to make this more dynamic, based on the given ID. How can I include the prestashop framework and design on this content.php page? i think that the PrestaPress module does something similar, see this example: http://addons.presta...demo/FO602.html and hover over the articles under the 'Derniers articles' heading; yuo can see that every article links to a content.php file in the prestapress module, and when you click on it you'll see that the article is loaded within the prestashop framework & theme. anyone any clue on how to implement this? Edited August 27, 2013 by dhobo (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted August 27, 2013 Share Posted August 27, 2013 Hi there! You might find my tutorial useful: http://nemops.com/creating-new-pages-in-prestashop/ It's about creating new pages which are integrated in prestashop 1 Link to comment Share on other sites More sharing options...
dhobo Posted August 27, 2013 Author Share Posted August 27, 2013 awesome tutorial, thanks! worked perfectly for me! Link to comment Share on other sites More sharing options...
Recommended Posts