This may seem simple to others, but I'm newer to ASP.NET, plus I have something
going against me- my programmers have the actual VB project files and all I
have are the DLL's (can they be decompiled and recompiled in VB.STUDIO?

My question - I simply want to add code that looks to see if the cart has 3
or more products added (quantity or items) and then add another specific
product item at a discounted price. That is a promo we're wanting to do. (The
product is in the online catalog, but at the normal price from the internal
system it connects to)

I'm guessing that this involves some VB in the code behind the page, but I
don't have access to it, so I was hoping maybe I can use Javascript or? I also
need to over-ride the price pulled from the internal system by applying a
discount to it, and then the cart continues as normal.

Ideas? Thanks.