[TYPO3-shop] extended ListView

Seytzhan A. seyitjan.abdrahmanov at gmail.com
Wed Jul 26 06:57:45 CEST 2006


Hi, Tomasz!
Could u explain me shortly, how did u extend your tt_products table?
And how to set own markers in template?
I can't find anything about this in manual...

I am using tt_products 2.5.0, typo3 3.8.1

Thanx in advance!
Seytzhan.

Tomasz Rakowski wrote:
> Tomasz Rakowski napisał(a):
>> Hello!
>>
>> I am using tt_products 2.4.8, typo3 3.8.1
>> I have extended my tt_products table. Everything is ok in the backend, 
>> new fields are displayed, data is written to database. All works fine 
>> there.
>> I wanted to dispaly some new fields in the listview mode and it turned 
>> out that it does not work. My markers are substituted with nothing in 
>> listview, but work fine in single view.
>> Debugging showed me that for listview only some specific fields are 
>> taken:
>> [0] => uid [1] => pid [2] => category [3] => price [4] => price2 [5] 
>> => title [6] => image [7] => subtitle
>>
>> How to change this? Is there something like listview parameter in 
>> tt_products configuration? I want it to read all my fields in 
>> listview, tell me if it's possible?
>>
>> thx in advance!!
>> racco
> ok, I figured that out;
> 
> markers must start with PRODUCT_ to get them listed on listView
> 
> 
> 
> cu
> racco



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