Jump to content

(Need Urgent help Please)


clothingsavers

Recommended Posts

in admin > Configuration > General settings > (Ordeing) Tab

 

I have this Auto Redirect on Checkout option enabled:

 

Select to automatically redirect the user to the gateway

 

 

 

 

 

After I make a order and click on (Complete Order) button it automatically goes to the order confirmation page cart.php?a=complete with a link that says "Click here to go to your Client Area" ont he bottom.

 

 

 

I am using Quantum Gateway and I would really like it so that when a customer clicks on (Complete Order) it goes to where they type in the creditcard numbers to make the purchase.

 

 

Anyone know how to fix this? Its real urgent.

Link to comment
Share on other sites

If you have customized your header.tpl to include a form you will have to edit the code/java in forwardpage.tpl

eg.. I have 1 form in my header for domainchecker so in forwardpage.tpl I changed

 

document.forms[0].submit()
to
document.forms[1].submit()
so that it is redirected from the correct form
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
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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated