[TYPO3-commerce] How to show product-picture in basket view?

Ricardo Mieres ricardo.mieres at 502.cl
Thu Sep 4 23:38:23 CEST 2008


Mario Hinterreiter escribió:
> Hi @all,
> 
> I'm already trying a while for getting the article picture shown in the 
> basket view too, but can't find anything.
> 
> I just get lost in the different php-classes in pi2 and lib!
> Can anyone of you give me a hint how to get this working?
> 
> Thanx a lot and best regards, mario

Hi,

you can have the article picture with the mark ###ARTICLE_IMAGES###, I 
think you can try ###PRODUCT_IMAGES###.


<!-- ###BASKET_ITEMS_LISTVIEW### begin-->
	<tr class="com-basket-even">
		<td class="com-text-right">###ARTICLE_ORDERNUMBER###</td>
		<td>###ARTICLE_IMAGES### ###PRODUCT_TITLE###</td>
		###PRODUCT_BASKET_FOR_LISTVIEW###
	</tr>
<!-- ###BASKET_ITEMS_LISTVIEW### end -->


regards
Ricardo.


More information about the TYPO3-project-commerce mailing list