[TYPO3-shop] Related Products

Lukas Taferner lukas at taferner.net
Tue Dec 18 15:54:15 CET 2007


Dear List,

I have a problem concerning 'Related Products'. I have entered some 
products in the 'related products' Field and inserted the Marker 
###PRODUCT_RELATED_UID### in my single view.
I also have this code in my template:
<!-- ###ITEM_LIST_RELATED_ARTICLES_TEMPLATE### begin
             This subpart is used to display the regular list of 
products. It's also used by search-results.
     -->
     <!-- ###ITEM_LIST_RELATED_TEMPLATE### begin
             This subpart is used to display the regular list of 
products. It's also used by search-results.
     -->
             <!-- ###ITEM_CATEGORY_AND_ITEMS### begin -->
                     <!-- ###ITEM_CATEGORY### begin -->
                     <!-- ###ITEM_CATEGORY### end -->
                     <!-- ###ITEM_LIST### begin -->
                             <form method="post" action="###FORM_URL###" 
name="###FORM_NAME###">
    
    
               <!-- ###ITEM_SINGLE### begin-->
               ###ITEM_SINGLE_PRE_HTML###
    
                 <!--###LINK_ITEM###-->
                ###PRODUCT_TITLE###
                 <!--###LINK_ITEM###-->
                 <br>
                 ###PRODUCT_IMAGE1### <br>
                       <!-- ###display_variant2### -->
                       ###GW2B### Size: ###GW2E### <SELECT 
style="font-size: 10px"
                       name="###FIELD_SIZE_NAME###" 
rows="1">###PRODUCT_SIZE###</SELECT><br>
                       <!-- ###display_variant2### -->
               ###ITEM_SINGLE_POST_HTML###
               <!-- ###ITEM_SINGLE### end -->
      <input type="Submit" name="order2" value="In den Warenkorb">
    
                 <input type="button" name="warenkorb" value="zum 
Warenkorb" 
onclick="self.location.href='index.php?id=###PID_BASKET###'"></td>
    
    
                     </form>
                     <!-- ###ITEM_LIST### end -->
             <!-- ###ITEM_CATEGORY_AND_ITEMS### end -->
    
     <!-- ###ITEM_LIST_RELATED_TEMPLATE### end -->
     <!-- ###ITEM_LIST_RELATED_ARTICLES_TEMPLATE### end -->

Unfortunately no Products are shown. Do I need to set a switch? The 
official documentation is not too precise on this topic ;-)
What exactely is the meaning of pidsRelatedProducts?

Thanks for your help,

Lukas Taferner



More information about the TYPO3-project-tt-products mailing list