[TYPO3-shop] SingleView-query - 3 extra database-fields
Daniel Brüßler
info at -remove-patchworking.de
Mon Jul 2 10:30:30 CEST 2007
Hello,
I had to add 3 variants by an extension what extends the tt_products -
table.
++-------
In LIST-view I get the extra fields with the setting
conf.tt_products.ALL.requiredFields = ...
and
conf.tt_products_articles.ALL.requiredFields = ...
and can set the extra markers in model/tx_ttproducts_article_base /
function getItemMarkerArray. That works :-)
++-------
But why doesn't that work for the SINGLE-view?
I've set this:
++-------
conf.tt_products.ALL.requiredFields = ...
and
conf.tt_products_articles.ALL.requiredFields = ...
and (!)
conf.tt_products.SINGLE.requiredFields = ...
++-------
When code=SINGLE the xdebug shows the right values for TableConf/
requiredFields, BUT the $row - array just has the default fields. It
ignores my three requiredFields - settings.
## now my question: Which class or function needs a change or workaround
for the SINGLE-query?
thanks for any help!!
kind regards
Daniel Brüßler
More information about the TYPO3-project-tt-products
mailing list