INFO Order Management Plugin: Display only last four digits of credit card number in invoices and packing slips

Article # 5359 Print Article Print Article

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


* If you have an older version of SalesCart Standard, PRO, SQL and didn't find what you are looking for try the FAQ's archive. Click here!


ComCity® and SalesCart™ are trademarks of ComCity LLC. All other products mentioned are registered trademarks or trademarks of their respective companies.
Copyright © 1995-2014 ComCity LLC. All rights reserved.
  Last modified: Thursday May 29, 2014