INFO:
Order Management Plugin: Display only last four digits of credit card number in invoices and packing slips
The information in this article applies
to this particular SalesCart Product(s):
PLUG-IN
SYMPTOMS
You wish to display only the last four digits of the credit card in the invoices and packing slips in the Order Management Plugin. |
CAUSE
This is an informational article on how to modify the Order Management Plugin to show only the last four digits of the credit card number in the invoices and packing slips.
RESOLUTION
Dreamweaver Version:
Find the following line in 3_po.asp:
(Billto.Fields.Item("CardNumber").Value)
and replace with:
"************" & Right(Billto.Fields.Item("CardNumber").Value,4)
FrontPage Version:
("************" & Right(fp_rs("CardNumber").Value,4))
Perform the same changes for 3_po_bw.asp, 3_pack.asp, and 3_pack_bw.asp.
SUMMARY
You wish to display only the last four digits of the credit card in the invoices and packing slips in the Order Management Plugin.
STATUS
This is an informational article on how to modify the Order Management to display the last four digits on the credit card number in invoices and packing slips.
REFERENCE
No references
Additional Query
Words: credit card, four, digits, order, management
Active/inactive: Active
Author: WS
Date: 08/31/04
|