Jump to content

bug in forwarpage.tpl 5.1.3


tangogc

Recommended Posts

with the original file whmcs correctly transfer to the paypal gatway

but if I use Bank transfer it hang and not forward to the invoice

 

If I apply the fix I have read on this forum "moving the <div>" one row below

the bank transfer correctly work and take the user to the invoice

but the paypal gatway don't trasfer to the gatway but to the invoice.

 

Any fix or suggestion ?

 

 

<br /><br />

 

<div class="alert alert-block alert-warn">

<p>{$message}</p>

</div>

 

<p class="textcenter"><img src="images/loading.gif" alt="Loading" border="0" /></p>

 

<br />

 

<div id="submitfrm" class="textcenter">{$code}</div>(original)

 

<form method="post" action="{if $invoiceid}viewinvoice.php?id={$invoiceid}{else}clientarea.php{/if}"></form>

</div>(muved down)

<br /><br /><br />

 

{literal}

<script language="javascript">

setTimeout ( "autoForward()" , 5000 );

function autoForward() {

var submitForm = $("#submitfrm").find("form");

submitForm.submit();

}

</script>

{/literal}

Link to comment
Share on other sites

I'm also facing the issue, while new registrations, customers are not successfully redirected to the PayPal and Payza checkout page. Instead they just see a blank page.

I don't know how to fix it!

Any one please provide solution for this issue.

Link to comment
Share on other sites

yes this file is not useful for you problem this is only for the forward page you don't have to write in this post your problem .

anyway the file not fix completly the forward problem

they are still working on

 

Yes I have opened a support ticket. Hope they will reply with a perfect solution this time. :)

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