drmosko Posted June 21, 2012 Share Posted June 21, 2012 hello , whmcs not redirect to paypal to complete the buy. also, why whmcs complete the buy without paypal complition ? thank u. 0 Quote Link to comment Share on other sites More sharing options...
jrianto Posted June 21, 2012 Share Posted June 21, 2012 Hi drmosko, On your Product Configuration, on the Module Settings tab for this product, did you choose Automatically setup the product as soon as the first payment is received? That needs to be chosen so that the product will be delivered only upon completed payments. 0 Quote Link to comment Share on other sites More sharing options...
drmosko Posted June 22, 2012 Author Share Posted June 22, 2012 thank for ur answer for my second Q, now if u can explain to me the difference between "Automatically setup the product as soon as an order is placed , Automatically setup the product as soon as the first payment is received , Automatically setup the product when you manually accept a pending order , Do not automatically setup this product " and for my first Q u can login to my whmcs with this email: free@dossihost.net pass: aaDMUYDMz2Tuzw6 http://www.dossihost.net/whmcs/ and do a buy for something and then ull see that it doesnt direct to paypal. thank u for ur reply. 0 Quote Link to comment Share on other sites More sharing options...
drmosko Posted June 22, 2012 Author Share Posted June 22, 2012 and also want to add that when a customer log in and view invoice if he clicks on the pay now paypal he is redirected to paypal! 0 Quote Link to comment Share on other sites More sharing options...
A.Chakery Posted August 1, 2012 Share Posted August 1, 2012 I have the same problem .. someone please help 0 Quote Link to comment Share on other sites More sharing options...
m8internet Posted August 11, 2012 Share Posted August 11, 2012 I have a similar problem within a test installation of v5.1.2 When the customer is presented with the Invoice, the PayPal dropdown is already selected and the customer cannot proceed any further I have checked back to an older installation version and there should be a button for "PayPal - pay now" This does not appear in this installation Please advise 0 Quote Link to comment Share on other sites More sharing options...
drmosko Posted August 13, 2012 Author Share Posted August 13, 2012 u can c answer at : http://forum.whmcs.com/showthread.php?48520-whmcs-dont-redirect-to-paypal&highlight=paypal 0 Quote Link to comment Share on other sites More sharing options...
m8internet Posted August 13, 2012 Share Posted August 13, 2012 u can c answer at :http://forum.whmcs.com/showthread.php?48520-whmcs-dont-redirect-to-paypal&highlight=paypal There is no such line in the : forwardpage.tpl file 0 Quote Link to comment Share on other sites More sharing options...
drmosko Posted August 14, 2012 Author Share Posted August 14, 2012 i dont know why u miss it. 0 Quote Link to comment Share on other sites More sharing options...
m8internet Posted August 14, 2012 Share Posted August 14, 2012 I have rechecked, and within my copy of forwardpage.tpl there is no such line 0 Quote Link to comment Share on other sites More sharing options...
drmosko Posted August 15, 2012 Author Share Posted August 15, 2012 send me email please DrMosko@DossiHost.net 0 Quote Link to comment Share on other sites More sharing options...
Nullified Posted August 15, 2012 Share Posted August 15, 2012 If you want to accept credit card payments on your page without going to paypal.com to finish the purchase then you need to choose a merchant account such as Paypal Website Payments Pro, however this is a premium service and paypal charges $30/m for such a convenience. 0 Quote Link to comment Share on other sites More sharing options...
alemdag Posted September 5, 2012 Share Posted September 5, 2012 Having the same issue. And the code I have in forwardpage.tpl file in version 5.1.2 is like below, different then drmosko's one. Any solutions for this one? {literal} <script language="javascript"> setTimeout ( "autoForward()" , 5000 ); function autoForward() { var submitForm = $("#submitfrm").find("form"); submitForm.submit(); } 0 Quote Link to comment Share on other sites More sharing options...
RAINFIRE Posted October 15, 2012 Share Posted October 15, 2012 FIX FOR ME on WHMCS 5.1.2 - Pointed out to me by the Lead Developer at J!WHMCS Had to Modify 'forwardpage.tpl'. - Any calls to jQuery from within WHMCS must use the jQuery declaration and not the shortcut "$". WHMCS started changing those out a few versions back, but unfortunately have not changed the forwardpage.tpl or creditcard.tpl files (which would in my mind by the most important ones). Had to change forwardpage.tpl FROM: var submitForm = $("#submitfrm").find("form"); and change these out TO: var submitForm = jQuery("#submitfrm").find("form"); This Resolved the page not forwarding on to PayPal or the other payment gateways. 0 Quote Link to comment Share on other sites More sharing options...
ikasp Posted October 16, 2012 Share Posted October 16, 2012 Fix for me, move the closing div tag: From <div id="submitfrm" class="textcenter">{$code}</div> <form method="post" action="{if $invoiceid}viewinvoice.php?id={$invoiceid}{else}clientarea.php{/if}"></form> To <div id="submitfrm" class="textcenter">{$code} <form method="post" action="{if $invoiceid}viewinvoice.php?id={$invoiceid}{else}clientarea.php{/if}"></form> </div> 0 Quote Link to comment Share on other sites More sharing options...
tangogc Posted December 9, 2012 Share Posted December 9, 2012 Fix for me, move the closing div tag: From To moving the div cause correctly work for offline bank transfer but it don't transfer to the paypal gatway but to the invoice. any solution ? 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.