order section payment information

hi,



could you tell me in admin portion under orders when select any of order the payment information visible from right side.please tell me that data comes from which table



here is the dummy payment information for you…



Payment information

Method: Credit card (Visa, Mastercard, etc…)

Credit card: mcd

Card number: 5555555555554444

Cardholder's name: ali amjd

Expiration date: 12/12

CVV2: 1234

hi,



ok i find the table which storing credit card information



Table name is cscart_order_data.



but the problem is it storing the credit card information like the following string format





3NFC2yAvaJvsbRq7zM8uPka5D3OE5XGPsR7MGmKtF70wnW+acldIrUH8HdNJe6pDH1Cqv5QFEtyRgLORiR9uLR62F

vKZDry4ysKNc7pwx0hFmROnaE8PCLrY/MphYmF21HtxxEljTPyOxKJRCKrJJp19Pb7qOGEjrv

/bqw9y3g20SekxpJffjmphI+HkJxj2JGMh4pahQ2HSZqJPnqvW1Mzk7sP6XmFDrjPqDDplQVE8BRjVtHrFR

/t/oMt0kCel4LmBQuowHbUg8QecWoCxe60kBQw

/8IEFVXKH3k5kqjHsWSPYr9RcTWphI+HkJxj2R3w8sqHxiX5oy2RoNlqISu4k+qSAQzOy+sPdruChe7nmICtA0hO5

pdcYIZUnAULwopP8uWg9AoYA6ifsEiJeoahrqOoDom5P8P5wjG63JwrDOfdb/0KFZyJOV02hUUv30WYDJ

/r1KajJbZJL7bvtTrcGjg7cHh/N+f4VKw/+ZIoZGPoD8tv2rsTCaBnIFd2SL+XG3wdzX5ZwNAIgHedYzw+n8MO2Sh90AfR+kCpQT9NmC7Oz4PA4vLjVOmVQYbU

aiCloRUqdiK/NucfJ54AyUw==





I don't know how to convert clients credit card all information data to above single string format for storing in database while checkout because i want to make one more separate checkout page for my special clients



i tried base64_decode() function to check the above string output but the output is weird



Kindly help me please its very urgent

I shall be very thankful to you