Moderator: Koibito
lwaters wrote:I am using the ASP version of NOPcart and The site is password protected so, people must login to access the store. After the person puts from 18 to 20 items in their cart, it logs the person out and empties the cart. Any ideas what is causing this? I have a session variable set on every page for 60 minutes. Thanks.
lwaters wrote:So, if I change that one line, they will be able to add as many line items as they would like? Thanks
lwaters wrote:That didn't work. I actually had it set to > 50, and then I tried >17 and then I got the sorry your cart is full please goto checkout. The sorry message isn't what is happening. What is happening is that the shopping cart empties and the person is logged out of the web site (it s a password restricted site). Any other suggestions?
lwaters wrote:I tried that and after 12 line items, it says the cart is full. I want people to be able to buy an infinite amount of products.
if ( iNumberOrdered > 18 )
alert( strSorry );
strSorry = "I'm Sorry, your cart is full, please proceed to checkout.\n\nOur shopping cart cannot contain more than 18 items.\nWe are sorry for the inconvenience."; lwaters wrote:That didn't work. I actually had it set to > 50, and then I tried >17 and then I got the sorry your cart is full please goto checkout. The sorry message isn't what is happening. What is happening is that the shopping cart empties and the person is logged out of the web site (it s a password restricted site). Any other suggestions? Thanks
Users browsing this forum: No registered users and 0 guests