[TYPO3-commerce] attribute list and select boxes / basket
Jan-Philipp Halle
typo3 at jphalle.de
Tue Jun 12 11:29:41 CEST 2007
>> when I use attribute lists the options are not shown as a select list.
>> Where can I configure this?
Hello!
I think I have the same problem like Dirk. I want to display articles
derived from a product as "options" for the product.
In standard configuration commerce displays the product and a form for
each article. I'm testing commerce for a contactlense store. A lense
can have up to 3 attributes where one attribute can have up to 100
values. That would give me more than 300 articles in list view with a
separate form for each.
I looked up the template to build the little order forms as one form
with a select field. The main problem here is, that the product id is
part of the field name arrays (tx_commerce_pi1[artAddUid][17][count]).
One way could be extending the article view with new markers for the
select in "pi1 - function makeArticleView - hook additionalMarker" which
are processed in "pi2 - function postartAddUid - hook postartAddUid".
But is there an easier way?
Thanx
Philipp
More information about the TYPO3-project-commerce
mailing list