Minor bug: misspelling in BuyProductsDialog

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
SteveHiner
Lieutenant (LT)
Lieutenant (LT)
Posts: 58
Joined: Thu Jun 21, 2007 8:27 pm

Minor bug: misspelling in BuyProductsDialog

Post by SteveHiner » Tue Jun 03, 2008 6:31 pm

Do a search and you'll find a few instances of QuantityValidaor where it should be QuantityValidator. Not a big deal since it still works. It happens in both the ascx and the ascx.cs file.

I discovered this while (so far unsuccessfully) trying to make the BuyProductsDialog (or a custom version of it) work on the categories page. I want my customers to be able to select options when buying from the list of items at the category level. Right now the validators stomp all over each other and the buy button doesn't actually do anything. I'm sure I'll figure it out soon enough unless someone else has a better suggestion.
Steve

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Minor bug: misspelling in BuyProductsDialog

Post by Logan Rhodehamel » Wed Jun 04, 2008 10:14 pm

These kinds of conflicts are usually solved by setting the ValidationGroup property of the validators and the validationsummary.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply