Cool. Thank you.
I like the idea of being able to modify the productlist.ascx page, but how would I add my own button to execute the code that adds it to the cart? Or are you saying just add javascript to the file so that it hides the existing "add to cart" button that they click?
If I did that, how do I save the click in javascript to hide the button when they leave and come back to the page? I don't think JS will store a session variable.
Alternatively, if I created my own page with my own add to cart, how can I create a button that adds to cart? Or would I just run the add store order and add store order details stored procedure from that button and pass them to the checkout process?
Thank you,
Jones