[TYPO3-shop] Product highlight and multipage tree
Franz Holzinger
franz at ttproducts.de
Thu Jun 11 18:58:09 CEST 2009
Richard Jäger a écrit :
> Wow thanks it works very nice :)
>
> And here is my very last question, then im totally happy :)
>
> I made some custom fields and i followed this tutorial:
> http://www.typo3.net/index.php?id=13&action=list_post&tid=49494
>
> But i just can see the custom fields in my single view and not in the
> list view, what should i do that i can see them also in list view?
Add it as a required field:
conf.tt_products.ALL {
requiredFields =
uid,pid,category,price,price2,directcost,graduated_price_uid,tax,inStock,
your_field_1, your_field_2
}
But maybe your marker does not fit the requirements.
Use a marker like ###PRODUCT_YOUR_FIELD_1###, then tt_products should
detect that this field is needed to be read in from the tt_products
table for the list view.
- Franz
More information about the TYPO3-project-tt-products
mailing list