> Out of curiosity, how is a freetrade store admin supposed to access the
> credit card info?
> It does not get emailed, it does not show up under the admin invoices
> screen, how are we supposed to view and use this info?

You need to write code to do something appropriate with the CCN.  If you're
plugging into Cybercash, then you'd validate the card and you could actually
blank out the column in the database.  If you're passing orders along to a
fulfillment partner, you would send them the CCN.  The system doesn't let
you
see the CCN even through the admin interface for protection.  You'd never
want
that data to go out over the Internet unencrypted.  And you might want to
give people admin access who shouldn't be able to see CCNs.

> P.S. I alos noticed that everytime a customer makes a purchase
> there address
> gets added again into the database.

Each invoice has it's own shipping and billing addresses.  That's because
they can vary.  What if I want to send a gift?  What if I buy something with
my corporate card?  I don't want those addresses overriding my personal
address.
They have to be independent.

Leon



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to