[TYPO3-commerce] attribute title and value in shopping card

Wolfgang Kleinbach mailinglist at zeichensatz.de
Thu May 20 17:19:16 CEST 2010


After adding a new subpart to the original shoppingcard.tpl I was able 
to output attribute title and attribute value in a separate column.

I added this subpart:
<h3>BASKET_SELECT_ATTRIBUTES</h3>
<br />
<!-- ###BASKET_SELECT_ATTRIBUTES### begin -->
        ###SELECT_ATTRIBUTES_TITLE###: ###SELECT_ATTRIBUTES_VALUE###
<!-- ###BASKET_SELECT_ATTRIBUTES### end -->

In the subpart ###PRODUCT_BASKET_FORM_SMALL### I added the following line:
<td>###ARTICLE_SELECT_ATTRIBUTES###</td>


Now I'd like to output the attribute title and value together with the 
product title. To achieve this, I have to change the source code of pi2, 
I guess?
Or will there any better way?

Thanks a lot,

Wolle



More information about the TYPO3-project-commerce mailing list