[TYPO3-shop] alt tag for images listview
Leen
shreks-donkey at hotmail.com
Wed Jul 10 10:55:20 CEST 2013
the code that shows the page title:
plugin.tt_products {
image {
file.maxW = 65
file.maxH = 80
altText.data = field:title
}
listImage < .image
}
Op 10-7-2013 10:54, Leen schreef:
> Hi,
>
> To get the alt and title tag to work in the single view I have in the
> setup:
>
> plugin.tt_products.image {
> altText.data = field: title
> titleText.data = field: title
> }
>
> According to the manual this should be the same with listImage for the
> lists:
>
> plugin.tt_products.listImage >
> listImage {
> altText.data = field: title
> altText.data = field:title
> }
> But this shows an empty alt tag.
> I did find something after searching, but this shows the page title, and
> i would like it to show the product title.
>
> Who knows how to do this properly
More information about the TYPO3-project-tt-products
mailing list