Attached is a zip file containing three templates that will lay out products in any number of columns across the page. Actinic will not generate these columns automatically, you have to select a different template for each product depending on where you want the product to appear on the page; either in the first column, the last column or in a middle column.
The three templates are:
Act_ProductLineRowStart.html – To be used if you want the product to appear at the beginning of the row (i.e. appear in the first column)
Act_ProductLineRowEnd.html - To be used if you want the product to appear at the end of the row (i.e. appear in the last column)
Act_ProductLineRowMiddle.html - To be used if you want the product to appear in the middle of the row (i.e. in one of the central columns)
Copy these templates into your 'Site1' (or equivalent) folder and select the correct template in the 'Product Layout' field depending on whereabouts you want the product to appear.
You have to remember a few simple rules such as:
1) 'Act_ProductLineRowStart.html' can only be used for a product at the start of a section or for a product that appears after a product using 'Act_ProductLineRowEnd.html'
2) A product using 'Act_ProductLineRowMiddle.html' can only be after a product using 'Act_ProductLineRowMiddle.html' or 'Act_ProductLineRowStart.html'
3) The last product in a section must always use 'Act_ProductLineRowEnd.html'.
Other template changes:
It is quite a good idea to remove the WIDTH="500" command from the HTML table in Act_ProductBody.html in order to allow your product rows to appear as large as possible.
The three templates are:
Act_ProductLineRowStart.html – To be used if you want the product to appear at the beginning of the row (i.e. appear in the first column)
Act_ProductLineRowEnd.html - To be used if you want the product to appear at the end of the row (i.e. appear in the last column)
Act_ProductLineRowMiddle.html - To be used if you want the product to appear in the middle of the row (i.e. in one of the central columns)
Copy these templates into your 'Site1' (or equivalent) folder and select the correct template in the 'Product Layout' field depending on whereabouts you want the product to appear.
You have to remember a few simple rules such as:
1) 'Act_ProductLineRowStart.html' can only be used for a product at the start of a section or for a product that appears after a product using 'Act_ProductLineRowEnd.html'
2) A product using 'Act_ProductLineRowMiddle.html' can only be after a product using 'Act_ProductLineRowMiddle.html' or 'Act_ProductLineRowStart.html'
3) The last product in a section must always use 'Act_ProductLineRowEnd.html'.
Other template changes:
It is quite a good idea to remove the WIDTH="500" command from the HTML table in Act_ProductBody.html in order to allow your product rows to appear as large as possible.
Comment