Hello,
I have my shopping cart embedded in an iframe on my site (so my client can edit the cart price/options within ShopSite and not have to edit code). The cart fits nicely in the body of my site; however, I need the submit button to open a new window in order to have visitors check out in a secure environment. I've heard there is javascript necessary outside of my form HTML but I'm not sure how this would work or where I'd place the script. Site can be found at http://useinhouse.com/ProTech/order-heating-oil-test3/ . Everything still needs fine tuning but I'd really like to get this functioning first. I received help in designing the cart to mimic my website, but being WordPress built, I don't want to have to edit the cart nav every time the nav changes on the site, etc. Thanks in advance.
Edit: I've tried using target="_blank" which doesn't work. I've also read other forums where others have tried this to no avail.