Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/09/2017 in all areas

  1. So this only happens on the order form, not if clients are making a payment from within the client area. This file is responsible: ~/plugins/order/views/templates/wizard/javascript/checkout_complete.js (If you're not using wizard the path may be different. Here's the code: $(document).ready(function() { $(".payment_buttons form").first().delay(5000).queue(function() { $(this).submit(); }); }); You can change the delay (5 seconds) by increasing the value in milliseconds. 5000 can be changed to 20000 and then it'll redirect after 20 seconds.
    2 points
  2. You are always welcome, PreMadeKB Download link attached in your ticket.
    2 points
  3. Thanks mrrsm, no rush just wanted them to know it was paid. Thanks again
    2 points
  4. Yes, when you create your Packages, check the "Enable Pro rata" option, and set the Pro rata Day, and Pro rata Cutoff Day.
    1 point
  5. Paul

    Pro-rata Invoices & Coupons

    CORE-2381 so we can take a look at it. I'm not sure this worked properly in 3.6 either, coupons need some major refactoring.
    1 point
  6. Is it actually running that long? Do you see the process running on your server? Or does it hang, and get reset after 6 hours? I would suggest disabling your cron job, and enabling error reporting and debugging and running it manually when it's scheduled to run next. To enable error reporting, edit /config/blesta.php and change **Configure::errorReporting(0);** to **Configure::errorReporting(-1);** You may also wish to enable System Debug. To do so, change **Configure::set("System.debug", false);** to **Configure::set("System.debug", true);** It's a good idea to change these settings back when you are done.
    1 point
  7. Now I got the sliderthing. Can customer edit player slots after the order&payment? E: Yes they can.
    1 point
  8. Yes because you only have the one row and a name. You want a quantity or a dropdown you have a checkbox without a value. Look at the docs mate
    1 point
  9. You're welcome it's a known issue with 4.0.0.
    1 point
  10. OK...upgraded and I see the server group and cpanel packages are now appearing when creating a package. Thx
    1 point
  11. Please upgrade to 4.0.1
    1 point
  12. Apply Payments to Open Invoices
    1 point
  13. It could be a cron job task is stalling and hasn't moved onto the other task or the PayPal isn't able to callback and tell Blesta the payment has been made. The other delays for PayPal payments are if a client uses a e-Cheque or doesn't have the funds yet.
    1 point
  14. It usually takes a short amount of time (unless they have automated the process some more) as they watermark the images for you. I have usually had a 1 day or less turnaround time.
    1 point
  15. It redirects if they don't make a decision and leave the page waiting, and I believe this is intentional, probably a feature request though I can't find anything about it in my quick search.
    1 point
×
×
  • Create New...