[TYPO3-commerce] read more after teaser

J.Bakshi joydeep at infoservices.in
Fri Jan 11 13:45:07 CET 2008


Dear list,

I have entered some text in teaser and it showing properly in my product
list view. But to minimize the long text in teaser I like to implement
the "read more" option after teaser text. So I have added the following
code in my TSsetup

### read more #########
 plugin.tx_commerce_pi1 {
    # Choose the view you use for teasers below:
    listView.products.fields {
        teaser >
        teaser = TEXT
        teaser {
            setContentToCurrent = 1
             # teaser
            prepend = TEXT
            prepend.current = 1
 
            # the more link
            cObject = TEXT
            cObject.value = lees meer »
            wrap = <div class="some class">&nbsp;|</div>
            typolink.setCommerceValues = 1
            typolink.useCacheHash = 1
        }
    }
}

 But The the link has not come after the teaser. :-(
How can I then implement it ?
thanks

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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