Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 28th, 2007, 04:27 PM
Authorized User
 
Join Date: Feb 2006
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default Shopping cart locking

Hi there:

I use a pending table to store the data in the shopping cart. Once the customer checks out to pay for the items in the WorldPay, they can in the same time open another browser and login again and add to the shopping cart. Once the payment is done in the first browser and a transaction id sent back from the WorldPAy to the site, whatever in the pending table is copied to the final transaction table. These then will store the items that has been paid for and those that has been added to the basket in the second browser. Results: the customer paid for certain items but not for others that has been added in the second browser.

I did use a locking mechanism where, i lock the shopping cart if the customer proceed to checkout. As a result the customer will only be able to pay for whatever they initially added before they checked out and they cannot add anything else until they pay or cancel the payment from the PayWorld website.

I feel this is not a good idea as it limits the customers(innocent customers) choice to change and edit the shopping cart after the check out.

Can anyone please help me with this issue?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Shopping cart help rsm42 ASP.NET 1.0 and 1.1 Basics 3 December 9th, 2006 06:09 AM
shopping cart xipnl BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 1 June 10th, 2005 07:00 PM
shopping cart isheikh BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 2 October 8th, 2004 04:20 PM
C# shopping cart franknguyen ASP.NET 1.x and 2.0 Application Design 1 January 5th, 2004 10:54 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.