[TYPO3-commerce] Template, "CATEGORY_ITEM_TITLE" is not substituted

Christian Holzmann mail at innovations.at
Mon May 7 23:01:21 CEST 2007


Hello there!

I got a little problem with the product listing....
I've installed Commerce and followed all install instruction,
created categories and so on, but the category list (pi1) did not
appear. I took a look at the source and found out that the marker
CATEGORY_ITEM_TITLE is not being subsituted:

Example: Template:
<li>###CATEGORY_ITEM_DETAILLINK### ###CATEGORY_ITEM_TITLE### 
###CATEGORY_ITEM_DETAILLINK###
<p>###CATEGORY_ITEM_SUBTITLE###</p>
<p>###CATEGORY_ITEM_DESCRIPTION###</p>
<p>###CATEGORY_ITEM_IMAGES###</p>
<!-- optional
		<p>###CATEGORY_ITEM_PRODUCTLIST###</p>
  optional end  -->
</li>


Generated Source:
<li><a 
href="index.php?id=31&amp;tx_commerce_pi1[catUid]=2&amp;cHash=d77a7acee4" 
 >  </a>
<p></p>
<p></p>
<p></p>
<!-- optional
		<p>###CATEGORY_ITEM_PRODUCTLIST###</p>
  optional end  -->
</li>

SO THE LINKTEXT... CATEGORY_ITEM_TITLE WAS EMPTIED.

I initiated a search through ALL Files per ssh
(egrep -Ril "CATEGORY_ITEM_TITLE" .) and did not
find any occurences of CATEGORY_ITEM_TITLE....

Maybe somebody could explain this to me please?

Thanks in advance!
Chris


More information about the TYPO3-project-commerce mailing list