Jump to content

Module showing a category list of products


chabrolnet

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...