[TYPO3-commerce] listView.products.fields.images.file.maxW =

Marcel Burkhalter info at internezzo.ch
Tue Oct 23 14:07:09 CEST 2007


> It does not work, this is what I tried.
>
> # set default image widths
> lib.tx_commerce {
> products {
> fields.images {
> file.maxW = 111
> file.maxH = 200
> }
> fields.teaserimages.file.maxW = 111
> }
>
> }
>
> plugin.tx_commerce_pi1 {
> listView {
> categories =< lib.tx_commerce.categories
> products =< lib.tx_commerce.products
> articles =< lib.tx_commerce.articles
> topproducts =< lib.tx_commerce.topproducts
> products.nostock =< lib.tx_commerce.products
> articles.nostock =< lib.tx_commerce.articles
> }
> }

Hi

I guess you define this all in your extension template right (noting in the 
setup.txt)?
Hmm, maybe you need to completely clear the copied plugin settings before 
referencing the lib. settings:

plugin.tx_commerce_pi1 >
plugin.tx_commerce_pi1 {
listView {
categories =< lib.tx_commerce.categories
products =< lib.tx_commerce.products
<snip>


Regards
Marcel 




More information about the TYPO3-project-commerce mailing list