Posted - 08/08/2019 : 13:29:12
Vince - this is getting me closer. I am able to get a session('newPrice') that is set from a aspx page, but I can't set it using that method from the Add To Cart button as it calls AJAX. I need to somehow get the client-side value from the price div to a session value.. inccart.asp / sub addproduct(theid) does a product lookup to get the price from the "products" and that is where I need to override the value. addedprods(3,numaddedprods)=thepprice
At this point it's a language problem going between asp, aspx, html and javascript/jquery. server-side vs client-side.
|