My shopping cart needs to collect two text fields (call them txt1 and txt2) when any item is ordered. To do this, I have a custom "add to cart" button for each item which pops up a new window when clicked, in which I collect txt1 and txt2. This data is then submitted to the e-junkie shopping cart appended to the necessary URL. The cart comes up fine (not an overlay but OK), and I can process orders.
However, I haven't been able to get "View Cart" to work with your standard code. I've put it (and its code) on the same page as the "add to order" buttons, but the cart always comes up empty even if I put items in it. I think this is because the view cart button and code aren't in the same window as the add to cart code. Am I right? If so, is there any way I can still display the cart contents?