ouwejan Posted September 13, 2010 Share Posted September 13, 2010 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 0 Quote Link to comment Share on other sites More sharing options...
disgruntled Posted September 14, 2010 Share Posted September 14, 2010 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 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.