Search found 3 matches
- Wed Jul 29, 2009 5:40 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Transaction Rollback
- Replies: 4
- Views: 2214
Re: Transaction Rollback
To Mazhar: Probably you know about 100 attempts to insert data into orders table. http://forums.ablecommerce.com/viewtopic.php?f=42&t=11207 so I have two questions: 1) AC add new record into DB after real payment transaction. Correct? 2) What happens with user's payment if all these 100 attempts are...
- Tue Jul 28, 2009 1:11 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Transaction Rollback
- Replies: 4
- Views: 2214
Re: Transaction Rollback
Why you want to be notified. Is this just an alert for your or you want to trigger some custom code against this event. if this is just an alert then better put your Email address in the CC section of order confirmation Email template. That would trigger Email alert to your upon order placement. Th...
- Mon Jul 27, 2009 8:14 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Transaction Rollback
- Replies: 4
- Views: 2214
Transaction Rollback
Hi folks, I have my site and would like to be informed when anybody bought my product. And I have some idea how to implement it. I have created Web service for my site and add trigger into AC DB. And I will call my web service from this trigger if anybody has bought my product. I hope it will work. ...