Minor bug: misspelling in BuyProductsDialog
Posted: 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.
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.