[TYPO3-shop] Commerce - Show category name in Single product view
Marko Milosevic
marko.milosevic at deepscreen.ch
Fri Feb 2 17:24:23 CET 2007
Hi,
When I'm showing single product, I need a breadcrumb like this:
Category_name => Product_name.
However, I have no usable marker to show category name, although I got
&tx_commerce_pi1[catUid] set in address bar.
I need something like this:
<!-- ###PRODUCT_VIEW_DETAIL### begin-->
<div class="breadCrumbPD">###CATEGORY_ITEM_TITLE### =>
###PRODUCT_TITLE###</div>
<div class="containerImgPD">
<div class="imgPDBig">###PRODUCT_IMAGES###</div>
</div>
<!-- ###PRODUCT_VIEW_DETAIL### end -->
but, ###CATEGORY_ITEM_TITLE### remains ###CATEGORY_ITEM_TITLE###, its
not replaced.
More information about the TYPO3-project-tt-products
mailing list