Page 1 of 1

Re: How can I manage and show 3 different data collections with CMSMS?

Posted: Sun Oct 19, 2008 6:26 am
by Duketown
wbroekman,

The module Cataloger has some functions in this area, but I don't know if it allows enough fields (it has a maximum of custom fields).
The modules Products and Shop Made Simple might seem an overload, but are possible alternatives (don't install them both at the same time, that won't work).
Last alternative is to build such a module, which I think you are quite capable of (looking at your website). Maybe you could prepare such a module for the community  ;).

Regards,

Duketown

Re: How can I manage and show 3 different data collections with CMSMS?

Posted: Sat Nov 01, 2008 4:41 pm
by nhaack
Hi Wouter,

probably a little late, but content_dump sounds like the ideal solution for this. Your client can edit regular pages that have been extended with extra content blocks (e.g. for price, title, etc) and store them in the regular page hierarchy.

With content_dump, you can create a collection of these pages (and their contents) and output them with smarty in any style you like :)

Best
Nils