Nealzy Posted December 1, 2006 Posted December 1, 2006 I'd like to open a link in a new window. Here is the code... What do I need to change to get it to open in a new window? Please help me!!!! <?php if (isset($$payment->form_action_url)) { $form_action_url = $$payment->form_action_url; } else { $form_action_url = tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL'); } echo tep_draw_form('checkout_confirmation', $form_action_url, 'post'); if (is_array($payment_modules->modules)) { echo $payment_modules->process_button(); } echo tep_image_submit('button_confirm_order.gif', IMAGE_BUTTON_CONFIRM_ORDER, '') . '</form>' . "\n"; ?> Thank you!
Jack_mcs Posted December 1, 2006 Posted December 1, 2006 You can't do that from a checkout page. The session ID would be lost and the cart would be empty. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.