Jump to content

[SOLVED] Loading prestashop framework & design in own page


Recommended Posts

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 by dhobo (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...