[TYPO3-commerce] fesearchintable showing DELIVERY and PAYMENT !!!!!!!!
J.Bakshi
joydeep at infoservices.in
Mon Jan 28 05:38:08 CET 2008
Franz Koch wrote:
> 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 :)
> }
> }
> -----
>
Hi Franz,
Thanks for your kind guidance. Please bear with me as I am a newbie in
typoscript and the concept is still not very clear.
What I have done and failed is
~~~~~~~~~~~~~~~~~~~
plugin.tx_fesearchintable_pi1 {
tx_commerce_products.selectAdditionalParams.cObject {
10 = TEXT
10.value = AND 1=1
20 < 10
20.case = uid NOT IN (1,2,8)
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~
:-(
> --
> Greetings,
> Franz
> _______________________________________________
> TYPO3-project-commerce mailing list
> TYPO3-project-commerce at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce
>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Joydeep Bakshi, Linux System Admin
Kolkatainfoservices Pvt Ltd,
23A Royd Street, Kolkata 700016, India
Work Phone 91 033 40014784
http://infoservices.in/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the TYPO3-project-commerce
mailing list