Hi, im trying to create a hook, i need to search the stored last 4 digits from a Credit Card transaction. I know the info is stored order_data blob with type 'P' . Anyone can give me an idea on how to get the value from smarty. ?
thanks in advance
JeMa
Do you want to search orders by 4 digits? In this case I recommend you to use hooks in the fn_get_orders function (app/functions/fn.cart.php)
Do you want to search orders by 4 digits? In this case I recommend you to use hooks in the fn_get_orders function (app/functions/fn.cart.php)
Hi there eComLabs, thanks for your time.
We process CC offline, and we get XXXXXXXXXXXX4321 on cc.tpl over the admin panel (details.tpl)
What i need to do is search the last 4321 Digits to make an Administration operation on the office with it. Can you point me in the right direction with it? Thanks in advance !
JeMa
Sorry, your answer is not clear. What objects do you want to find by "4321"?
Sorry, your answer is not clear. What objects do you want to find by "4321"?
I need to search the last 4 digits of the Credit Card transaction sotored on the database. I know the info is stored in order_data blob with type 'P' .
I Want to know how to add a search field "Search for last 4 CC digits" and do the search. I already did it before with normal columns of the database. But now I do not know how to read the ones that are encrypted in the order_data blob.
Best
JeMa
I am afraid it is not possible since payment information is encoded in database