serge Posted January 26, 2015 Report Posted January 26, 2015 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. Quote
serge Posted January 26, 2015 Author Report Posted January 26, 2015 note that it's will be over-written at every Blesta order plugin update Quote
PauloV Posted January 26, 2015 Report Posted January 26, 2015 I think the delay of 5 seconds is there for some reason but im not sure (have to check the code) Maybe to take time to process payments correctly If im rong, dont understand why is there the delay Quote
serge Posted January 26, 2015 Author Report Posted January 26, 2015 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. Quote
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.