Jump to content

Bank Transfer Module End


ouwejan

Recommended Posts

Hi,

 

Almost every payment gateway ends on the page: "cart.php?a=complete" except the bank transfer module. This module ends (when 'Automatically forward the user to the payment gateway' is selected) on the page: "forwardpage.tpl".

 

This is a huge problem for me because I cannot select the 'Automatically forward the user to the payment gateway' option due to this problem. When I do select this option the complete page isn't displayed with a conversion code.

 

I really hope there's someone with a solution around here because I loose customers due to this problem.

 

Thx:-)

 

Sander

Link to comment
Share on other sites

this is a horrible hack and there is probably a better solution but you could use a meta redirect in the forwardpage.tpl when the payment gateway is bank transfer

 

you will need to look at the right $variable to check against

{$if $gateway eq "bank transfer"} redirect code {/if}

 

One note to make however is that bank transfer doesnt complete an order because it requires manual verification, otherwise anybody could choose bank transfer and have an account for free

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