webdex![]() 2007-02-15 22:25 | I'm getting an error in the admin when trying to view orders. The orders appear there, but the Order ID number is the credit card number. I get a Data not found error message when I click on the 'more' icon. The order details are there in the db/orders_ext.php file, but will not appear in the admin. » Quick.Cart v1.x |
treewood (OpenSolution)2007-02-16 09:27 | webdex - in which column You save credit card number? |
webdex![]() 2007-02-16 15:45 | It looks like it's going into the first column and I have no idea how to change it. |
treewood (OpenSolution)2007-02-16 18:57 | webdex - problem is that because You added credit card to first columns. You should add to last columns. this 2 new columns should me at the and of line |
webdex![]() 2007-02-17 17:36 | How do I make it go to the end of the line? I just did a standard install and this is the way it comes out... |
treewood (OpenSolution)2007-02-19 08:27 | webdex - maybe it will help? |
juperalv![]() 2007-04-07 01:11 | I am having the same problem except ID colum in admin remains as the right ID. Status is not shown and I cannot click on "more" button because it shows "Data not found"... I recently added 'Payment Type' and 'State' to the check out form... How do I fix this? PLEASE! I could really use some help. Thanks! |
treewood (OpenSolution)2007-04-07 09:10 | juperalv - where do You have this 2 fields? In db/orders.php? In QC 2.1 we add some fix that if db/orders.php will be broken and in orders list admin will not see status, even then order details will show. |