[Typo3-shop] Two row list view - 'Shop system (extended by ZK)'

Franz Holzinger franz at fholzinger.com
Fri Feb 11 20:28:38 CET 2005


Jogvan Olsen wrote:
> Hi Franz
> Here is what I want to do:
> I have a lot of similar products with different colors - for each new 
> product type I have a new page in the Typo3 pagetree.
> 
> I use the category field to group the colors together.
> 
> The product list could look like this:
> 
> Product01-cat_red
> Product02-cat_yel
> Product03-cat_blu
> Product04-cat_yel
> Product05-cat_red
> Product06-cat_yel
> Product07-cat_gre
> Product08-cat_blu
> Product09-cat_gre
> Product10-cat_red
> 
> And I want it to be listed like this (using the LIST-code)
> 
> 
> Product03-cat_blu | Product08-cat_blu | Product07-cat_gre | 
> Product09-cat_gre | Product01-cat_red
> Product05-cat_red | Product10-cat_red | Product02-cat_yel | 
> Product04-cat_yel | Product06-cat_yel
> (two lines with 5 products on each)
> 
> But the LIST view I get looks like this:
> 
> If many products have the same category (color) I only get one row listed on 
> each screen. And I still want two rows to be listed on each screen.
> 
> Product03-cat_blu | Product08-cat_blu | Product07-cat_blu | 
> Product09-cat_blu | Product10-cat_blu
> (one line with 5 products)
> 
> 
> 
> If there are few products whit the same category (color) I get tree (or 
> maybe more, I haven't tried yet) rows listed - one row for each category.
> 
> Product03-cat_blu | Product08-cat_blu
> Product07-cat_gre | Product09-cat_gre
> Product01-cat_red Product05-cat_red | Product10-cat_red
> 
> 
> It doesn't seem to matter what number is assigned to displayBasketColumns.
> 

Test this again with the latest version or send me the template. Usually 
it will be listed in a lot of rows.

> 
> A suggestion to the new version of tt_products
> 
> A nice feature you could ad to the new version of tt_products, is the 
> possibility to use many images for each product and  the possibility to 
> place the images where you want in the HTML template.
> I have made this modifications to my version of tt_products (extended by 
> ZK) - whit a LOT of help form media.res | alex widschwendter (Described in 
> 'Image problems In Single view' earlier in the list) - Here are my 
> modifications:
I have already implemented this.

Franz



More information about the TYPO3-project-tt-products mailing list