Jump to content

Speed The Redirection To The Payment Gateway


serge

Recommended Posts

by default Blesta redirection take 5 second (5000 milli-seconds).

 

 

In admin area & menu, packages, order forms, edit your order form.

 

Note what template you are using.

 

Now for you given templates (MY-TEMPLATE in bellow example), & using FTP or a file explorer:

 

 

open this file :

 

 

MY-BLESTA-DIR/plugins/order/views/templates/MY-TEMPLATE/javascript/checkout_complete.js

 

 

& change :

---------------

delay(5000)

------------------

to your delay value in milliseconds.

Link to comment
Share on other sites

before the redirection to the payment gateway, client is supposed to click on the payment variant button like:

----------

subscription  or std one-time payment

-------

 

it's depend of what you have ticked in admin area at Company/setting/YOUR payment gateway, example:

  • Payment Options One time and subscription payments when possible One time payments only Subscription payments only

--------------

In my case I use Paypal, with above option ticked, and I can see that if customer do not click to select subscription or one-time payment, the redirection to paypal is taking one-time payment by default,

 

so shorter the redirection delay, is mostly if you want only one-time payment.

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.

Loading...
×
×
  • Create New...