Hi,
If you look at the PDF again, you'll see you need to create that xsl in the templates page of the back office.
In the Back Offcie of NB_Store go into BackOffice>Utilities>Templates create a new template called “productcarousel.xsl” and enter the folowing xsl stylesheet, be careful to use the text editor and not the html editor, as the html editor may reformat you xsl file when you save it. Note: The I've used <xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/> in the header of the xsl so that we get xhtml output.
Dave.
If you look at the PDF again, you'll see you need to create that xsl in the templates page of the back office.
In the Back Offcie of NB_Store go into BackOffice>Utilities>Templates create a new template called “productcarousel.xsl” and enter the folowing xsl stylesheet, be careful to use the text editor and not the html editor, as the html editor may reformat you xsl file when you save it. Note: The I've used <xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/> in the header of the xsl so that we get xhtml output.
Dave.