Marcelo Rezende
|
| Posted: 01/14/2003, 11:21 AM |
|
Hi all,
I have a form record that use several updates into database, that I wrote in AFTER UPDATE event. How can I implement transactions? please, send me some examples.
sorry by my poor english, I'm Brazilian
Marcelo
zen@myway.com.br
|
|
|
 |
RonB
|
| Posted: 01/14/2003, 2:43 PM |
|
Transactions as in databse or as in shoppingcart?
|
|
|
 |
Marcelo Rezende
|
| Posted: 01/15/2003, 7:53 AM |
|
Transactions like a shopping cart
|
|
|
 |
RonB
|
| Posted: 01/15/2003, 9:18 AM |
|
Do you want to design your own shoppingcart or integrate a third party product.
I designed s site for a jewelry designer. I desided to keep things within the CCS frame and build my own shoppingcart with paypall as a backend. the order is stored in the database and the end amount is transported to paypall for the creditcard transaction. Paypall has some excelent tutorials on the subject if you want to use paypall. The shoppingcart is nothing more then a table in the database. I generate an ordernumber to track the order and that will show up on the paypall balance sheet together with the info of the person buying the stuff.
After succesfull payment paypall transports the client to a succesfull transfer page on the designers site. The order is confirmed and the items taht were puchased are labeled sold in the database so no one can order them (she makes one of a kind pieces).
|
|
|
 |
|