I don't mean storing credit card info I mean the order details that you normally store in your "detail page" after being linked from your "orders page" just like your examples but the customer pays cash. So when I get to the "checkout page", how do I collect cash & still have the payment of cash reflect in your tbl_orders and tbl_details without going through paypal?
Also if I put a hidden field in your "order display page" or somewhere else like the checkout page, how would I get it to insert into the tbl_orders? Would I have to make it a session variable or would it "POST" to the table even after going through paypal? Please example as I'm trying to add additional info into the table that I would have already collected from the customer .
Thanks