Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Link to external payment site


Guest

Recommended Posts

Hi there,

 

I'm new at this whole thing, and I have searched and searched to find an answer on this and I can't seem to find one (maybe it's bleeding obvious!)

 

I have osCommerce working within frames on a site, and need to open a new window to my payment gateway. I am using the Web Advantage contribution and am guessing (but may be so wrong) that the target path needs to be added in within the code below

 

*********************************

if($this->test_mode === true) {

$this->form_action_url = 'https://verifytransact.webadvantage.com.au/host/cgi-bin/test_payment.pl'; target

}

else {

$this->form_action_url = 'https://transact.webadvantage.com.au/host/cgi-bin/make_payment.pl';

}

*********************************

 

Thanks for any help that can be thrown my way! :thumbsup:

Edited by woodsy
Link to comment
Share on other sites

I said I was new! But I have managed to figure it out (after a few prayers.) In the checkout_confirmation.php I added

 

echo tep_draw_form('checkout_confirmation', $form_action_url, 'post', 'target="_blank"'

 

Did the trick so don't anyone lose any sleep over it OK!!!

 

Regads, Sam B)

Link to comment
Share on other sites

  • 2 months later...

Hi Sam,

 

Where can I read baout the WebAdvantage services? are they a gateway? or are they a processor as well?

 

Thanks

Edited by Voland

People dont change, people realize.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...