Different product classes use different imagecache

Posts: 54
Joined: 01/19/2008

Is it possible for different product classes to use different imagecache settings. For example a product class that sells photos would use a imagecache setting that applies a watermark whereas other product classes would use an imagecache setting that does not apply the watermark. If this isnt available I think it could be useful to consider implementing.

Posts: 2259
Joined: 08/07/2007
AdministratoreLiTe!

You can use the same techniques for theming different node types because that's what product kits are. You can use different imagecache presets in their node templates that way.

Posts: 54
Joined: 01/19/2008

Im afraid I dont understand, Product kits group several products into one one product. What i have done is created several product classes. One is photography, I would like to imagecache the photography thumbnails to use watermarks. And the other product classes would use the default drupal Imagecache settings

Posts: 2259
Joined: 08/07/2007
AdministratoreLiTe!

Sorry. I meant product classes, not product kits. Product classes are node types, so you can search for different ways to theme the node page based on the type. A good place to start might be the Content Template module.