Hi, I am attempting to integrate e-junkie with DotNetNuke. The problem I am having is that DotNetNuke (dnn) is an asp.net application and as such every page that is rendered to the browser is a form. Since the e-junkie Add To Cart button uses forms (I'm using variants) to submit its data, it clashes with asp.net and so the button does absolutely nothing. I have been able to remove the form tag and use an onclick to submit the form data to e-junkie and it does work, however it does so by transferring the browser window to e-junkie instead of the cool pop-up shopping cart. The reason is because in order to get it working I could not use the Javascript function included with e-junkie code to pop-up the cart.
My question is, there must be a way to get this to work so that the shopping cart works as a pop-up. But I don't know how to pass my form variants into the pop-up function. Every time I try, the item shows up in the pop-up shopping cart but none of the variants are shown.
Can someone provide some insight into how to get this working? I don't think this is an e-junkie question per se, it is an html/javascript problem. And given my limited knowledge of both, I'm stuck.
Thanks for any help.