Fix bug: sort by price
Since a recent update, when I sort my Wishlist by price, it sorts alphabetically rather than numerically. For example, a book priced at 10.99 shows up higher on the list than a book priced at 1.99 when sorting by lowest price to highest price. Books in the $9 price range show up at the bottom. This is because 10.99 is alphabetically smaller than 1.99.
1
vote

Thanks. I missed that when I rewrote that code.
Should be fixed now