[TYPO3] How to reverse tt_product list order

Liu Jiansong jiansong.liu at gmail.com
Thu Jul 6 10:23:32 CEST 2006


Hi all,
The default tt_product list view is orderBy=pid
    Product [pid=1]
    Product [pid=2]
    Product [pid=3]
    ...
    Product [pid=n]

I want it display the list reversed, the newest product show first,
    Product [pid=n]
    ...
    Product [pid=3]
    Product [pid=2]
    Product [pid=1]

Is there a way to reverse the order ?
Thanks a lot.

-- 
Thanks & Best regards,
Liu Jiansong




More information about the TYPO3-english mailing list