PDA

View Full Version : Laying out prducts in rows


henryp
12-Mar-2003, 11:24 PM
Is it possible to have sections laying out products in a row but with each section having a different No of rows.

eg section 1 to have 4 products in a row section 2 to have 6 products in a row and so on.

cdicken
14-Mar-2003, 08:09 AM
How familiar with Actinic are you Henry?

For starters, I will assume you have seen the code elsewhere that tells you about laying out products in a row.

The number of products in a row, using this method, is controlled by the product layout template. In other words you can create a product layout template that does 6 products in a row, and a product tempalte that does 4 products in a row. You can then select the appropriate template for a section in the 'Product' tab of a section.

henryp
14-Mar-2003, 10:07 AM
Thanks Chris

I am quite familiar with Actinic and the templates and done a fair bit of configuring them for various customers. I just wanted to make sure I could do this whithout spending too much time experimenting.

I can now go ahead and do this. Many thanks.