[TYPO3-shop] Sorting products little weird
Franz Holzinger
franz at fholzinger.com
Sat Jan 26 13:22:34 CET 2008
Rolf Spall a écrit :
> I wanted to order my products by price. So i added the following code to the SETUP: plugin.tt_products.conf.tt_products.LIST.orderBy = price ASC
> It works but when i have the following prices: 3.00, 5.00, 10.00, 15.00, 25.00. Then it will be viewed in this way?
>
> 10.00
> 15.00
> 25.00
> 3.00
> 5.00
>
> is this changeble?
This is in 2.5.4..
price varchar(20)
This has been changed in version 2.6.0;
price decimal(19,2) DEFAULT '0.00' NOT NULL,
- Franz
More information about the TYPO3-project-tt-products
mailing list