chabrolnet Posted April 10, 2012 Share Posted April 10, 2012 Hello, I found this script to get the content froma CMS post (with id=8) $cms = new CMS(8, intval($cookie->id_lang)); if (Validate::isLoadedObject($cms)) $smarty->assign('content', $cms->content); $smarty->display(dirname(__FILE__).'/events_page.tpl'); I was wondering is ther the same kind of script showing category list of product & choosing an id too. my goal is to combine an article from CMS with 1 category list of products Link to comment Share on other sites More sharing options...
CartExpert.net Posted April 11, 2012 Share Posted April 11, 2012 Hello, yes, a similar code would work. 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