In-Portal Issue Tracker - In-Commerce
Viewing Issue Advanced Details
613 [In-Portal CMS] Front End bug report always 2010-03-14 14:39 2010-05-11 02:59
alex  
alex  
normal  
closed 5.0.2  
fixed  
 
none 5.0.3-B1  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/54835fcd7ee25ffc
0
0000613: Payment type sorting is ignored
Payment type sorting defined via "Priority" field on payment type editing screen is ignored, when dropdown from payment types is displayed on "Billing" step during checkout. I propose we sort by Priority DESC, Name ASC.
patch Payment_type_sorting_is_ignore-Dmitry-20100208-v1.patch (54,448) 2010-03-14 14:39
http://tracker.in-portal.org/file_download.php?file_id=358&type=bug
patch Payment_type_sorting_is_ignore-Dmitry-20100319-v1.patch (17,480) 2010-03-19 16:56
http://tracker.in-portal.org/file_download.php?file_id=386&type=bug
Issue History
2010-05-11 02:59 alex Note Added: 0002118
2010-05-11 02:59 alex Status resolved => closed
2010-03-20 14:30 alex Note Added: 0001706
2010-03-20 14:30 alex Status reviewed and tested => resolved
2010-03-20 14:30 alex Fixed in Version => 5.0.3-B1
2010-03-20 14:30 alex Resolution open => fixed
2010-03-20 14:30 alex Assigned To Dmitry => alex
2010-03-20 14:30 alex Changeset attached 5.0.x r13269
2010-03-20 14:30 alex Assigned To alex => Dmitry
2010-03-20 14:30 alex Status needs testing => reviewed and tested
2010-03-19 16:58 Dmitry Target Version 5.0.4 => 5.0.3
2010-03-19 16:56 Dmitry Note Added: 0001705
2010-03-19 16:56 Dmitry Assigned To Dmitry => alex
2010-03-19 16:56 Dmitry Status needs work => needs testing
2010-03-19 16:56 Dmitry File Added: Payment_type_sorting_is_ignore-Dmitry-20100319-v1.patch
2010-03-19 08:02 alex Note Added: 0001688
2010-03-19 08:02 alex Assigned To alex => Dmitry
2010-03-19 08:02 alex Status needs testing => needs work
2010-03-14 14:42 alex Developer alex => Dmitry
2010-03-14 14:39 alex Assigned To => alex
2010-03-14 14:39 alex Developer => alex
2010-03-14 14:39 alex Status active => needs testing
2010-03-14 14:39 alex New Issue
2010-03-14 14:39 alex File Added: Payment_type_sorting_is_ignore-Dmitry-20100208-v1.patch
2010-03-14 14:39 alex Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/54835fcd7ee25ffc

Notes
(0001688)
alex   
2010-03-19 08:02   
Fatal error on billing step of checkout:

Fatal Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND (PortalGroups LIKE "%,13,%" OR PortalGroups LIKE "%,15,%")' at line 4 (1064)
SQL:
    SELECT `Description`,`PaymentTypeId`
    FROM bf_PaymentTypes
    WHERE Status = 1
    ORDER BY Priority DESC, Name ASC AND (PortalGroups LIKE "%,13,%" OR PortalGroups LIKE "%,15,%") in w:\in-portal.bf\core\kernel\application.php on line 2490
(0001705)
Dmitry   
2010-03-19 16:56   
New patch uploaded and tested. Please review.
(0001706)
alex   
2010-03-20 14:30   
Fix committed to 5.0.x branch. Commit Message:

1. Fixes 0000613: Payment type sorting is ignored
2. Commit on behalf of Dmitry.
(0002118)
alex   
2010-05-11 02:59   
Closing all tasks from released versions.