Ok I am trying to set up a block that will display all of my products,
So Far I can get sections to apprear by adding a top block and setting it to entiresectionlist then inside there adding the variable sectionname
however I want to set it up so that the entire product list appears inside a block, I have changed the variable inside to productname and I have changed to type to product list however this is not work. the code I am using at the moment is this
Is there another block type that I could use to pick up all of the products?
So Far I can get sections to apprear by adding a top block and setting it to entiresectionlist then inside there adding the variable sectionname
however I want to set it up so that the entire product list appears inside a block, I have changed the variable inside to productname and I have changed to type to product list however this is not work. the code I am using at the moment is this
Code:
<actinic:block type="ProductList" > <actinic:variable name="ProductName" /> </actinic:block>
Comment