Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 General help me questions
 Credit Card info after processed
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

stingerman_1
Starting Member

6 Posts

Posted - August 28 2006 :  06:09:39  Show Profile  Reply with Quote
I was under the impression that credit card information was to be removed after an order had been process in version 6.08 . Perhaps someone could tell me of a few places to check to ensure this happens. As it stands right now, an order is processed and we still see the information.

Thanks for your help...

Edited by - stingerman_1 on August 28 2006 06:10:19

support
Administrator

4679 Posts

Posted - August 28 2006 :  18:38:22  Show Profile  Visit support's Homepage  Reply with Quote
Hi there,

The card number should be removed from the Orders table when you mark an order as processed automatically.

The sub routine in shopa_displayorders.asp should loo like:

Sub MarkProcessed (Item)
'Response.write "item=" & item
sql= "update orders set oprocessed = 1, ocardno = 0000 where orderid =" & item
dbc.Execute sql
updatestock item
If getconfig("xmailprocessed")="Yes" then
MailProcessedOrder dbc, item
end if
End sub

Is this what yours looks like?

Thanks
Cam

VP-ASP Support
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00