[TYPO3-commerce] fesearchintable showing DELIVERY and PAYMENT !!!!!!!!

Franz Koch typo.removeformessage at fx-graefix.de
Tue Jan 22 14:41:44 CET 2008


Hi Joydeep,

>>> The typoscript has done the magic. Now the search word  *payment* and
>>> *delivery*  don't display those categories.
>>>  Many Many thanks. The explanation you have presented here is a valuable
>>> piece of information and I request to include this in the wiki.
>>> Specially the explanation will help to understand the typoscript in a
>>> better way.
>>>     
>> Typoscript is very powerful if you understood the basics. So I can only 
>> advise everybody to learn Typoscript. The TS-reference is also quite 
>> helpful if you stuck at some point.
>>
>>   
>>>> I could tell you how that probably would work, but sorry, that's a bit 
>>>> to much for now - you first have to try it yourself before I begin doing 
>>>> your work. 
>>>>       
>>> Yes it is working. I confirm it. I have been learning typoscript but I
>>> admit that still there are a lot to know and understand.
>>> Your explanation is really helpful.
>>>     
>> Could you brief describe what you have done now? Did you exclude the 
>> uids by hand, or did you use a TSobject with a second query?
>>   
> 
> I have excluded the uids of Payment and Delivery to experiment quickly
> and it is successful. but I also  *remember your suggestion*  about the
> TSobject. I am now googling about how to make such a TSobject for this
> particular purpose. After making such an TSobject I'll let you all know .

have a look at the TS-object 'CONTENT'.

-----
plugin.tx_fesearchintable_pi1 {
     tx_commerce_products.selectAdditionalParams.cObject = CONTENT
     tx_commerce_products.selectAdditionalParams.cObject {
	#go for it :)
     }
}
-----

--
Greetings,
Franz


More information about the TYPO3-project-commerce mailing list