lucilue2003 Posted May 23, 2003 Posted May 23, 2003 I want to know if a person makes a payment, is there credit card store in the database ? If so, how do i remove this option ? also, under the customer informaiton, is there a way to add more fields ? like company logo? and have them upload that image to me by selecting upload or something ??? Thanks.
Guest Posted May 24, 2003 Posted May 24, 2003 1) No credit card information is stored in the customer tables. The CC info is used and disposed via sessions files. 2) You can add more fields for customer information, though I haven't done it. I'm not sure about the image upload...
lucilue2003 Posted May 28, 2003 Author Posted May 28, 2003 if the credit card info is store in session files, how do i erase session files or when are the erased by the oscommerce program ? What is the purpose of session files ? And if i want, can i choose not to have session files nor saved in database ? Any luck on adding more fields in for the customer ? Thanks. Thanks.
Guest Posted June 3, 2003 Posted June 3, 2003 Lucy, The session files expire naturally after a short period of time. You don't have to do anything. These session file contain the session information for the user and are tied to the unique session. If the browser window closes, the session file will not be updated and will then expire. You need session files for the transactions; however if you do not want session files for users who are merely browsing, you can get a sID killer contribution in the downloads section. I haven't tried to add more fields for the customers, and don't have any need to, so I will not be able to help you there.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.