Rank: Newbie Groups: Member
Joined: 3/5/2009 Posts: 1 Points: 3
|
Hi there,
I created my own shopping cart module. Everything works fine but now I want a "Proceed to checkout" screen that opens in an iFrame. I use highslide for this.
So I created an extra page CheckoutOverview.aspx which I place in the Web folder of the shoppingcart module project. In the shoppingcart usercontrol I have the following link
a href="CheckoutOverview.aspx" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )"
When I click this link the js I added will open the new page in an iframe and let it float on top of the existing page.
In the CheckoutOverview page I put code to get an overview of the basket items.
This doesn't work because I have to pass nodeid's and stuff like that.
Can somebody give me a little help on this one?
Thnx
|