Jump to content

mlsto

Members
  • Posts

    273
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    mlsto got a reaction from PreMadeKB in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    Setup, thank you.
  2. Like
    mlsto got a reaction from Paul in Apply Payments to Open Invoices Takes Very Long to Run   
    Yes this seems to have worked there was an entry to confirm a cpanel password, I deleted and seems to be working now.
    Thank you very much Paul for the help.
  3. Like
    mlsto got a reaction from Michael in Apply Payments to Open Invoices Takes Very Long to Run   
    Yes this seems to have worked there was an entry to confirm a cpanel password, I deleted and seems to be working now.
    Thank you very much Paul for the help.
  4. Like
    mlsto reacted to Paul in Apply Payments to Open Invoices Takes Very Long to Run   
    It sounds like you may have pending service changes that are unable to be processed for whatever reason. Take a look in your service_changes table. You may need to remove any items that are in here as they are unable to be processed. If you do so, be sure to back it all up first.
  5. Like
    mlsto got a reaction from Paul in Why Does The Payment Page Redirect After A Few Minutes   
    Yes worked perfectly, set at 45 seconds, this I believe should be fine. Thanks again Paul, this helped me a lot, much appreciation.
    Maybe in future releases there could be a setting for this in Blesta to turn off or to adjust the time.
    Thanks again
  6. Like
    mlsto reacted to Paul in Apply Payments to Open Invoices Takes Very Long to Run   
    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.
     
  7. Like
    mlsto reacted to Paul in Why Does The Payment Page Redirect After A Few Minutes   
    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.
  8. Like
    mlsto got a reaction from Michael in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    Setup, thank you.
  9. Like
    mlsto reacted to PreMadeKB in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    You are always welcome, PreMadeKB Download link attached in your ticket.
  10. Like
    mlsto got a reaction from Michael in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    Thanks mrrsm, no rush just wanted them to know it was paid.
    Thanks again
  11. Like
    mlsto got a reaction from PreMadeKB in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    Thanks mrrsm, no rush just wanted them to know it was paid.
    Thanks again
  12. Like
    mlsto got a reaction from Michael in Apply Payments to Open Invoices Takes Very Long to Run   
    Apply Payments to Open Invoices
  13. Like
    mlsto reacted to Michael in Apply Payments to Open Invoices Takes Very Long to Run   
    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.
  14. Like
    mlsto reacted to mrrsm in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    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.
  15. Like
    mlsto reacted to PreMadeKB in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    Discount applied on your invoice.
  16. Like
    mlsto got a reaction from Michael in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    Placed the order, please apply the discount. Account Slu Hosting
  17. Like
    mlsto reacted to PreMadeKB in Premadekb.com: Blesta Ready-Made Cpanel Knowledgebase Articles + Images   
    Yes,
    Discount will be applied after you enter your domain name, Company name and then click on continue.
     
    Order Link with coupon code
  18. Like
    mlsto got a reaction from Blesta Addons in Why Does The Payment Page Redirect After A Few Minutes   
    Hello
    I notice when the payment page comes up it redirects after a few seconds to non-subscription, (I have one time and subscription enabled) there are link logos for customers to choose if to do a one time or subscription with PayPal so why does it automatically go to the one time payment, shouldn't it stay on the page till the customer chooses the payment they want?
    Is this how Blesta works?
    Thank you for any advice on this.
  19. Like
    mlsto got a reaction from Michael in Stopping clients from Adding www to domain name   
    Thank you Daniel for the assistance. I was more thinking of putting it in the configuration section.
    See attached

  20. Like
    mlsto got a reaction from Michael in Stopping clients from Adding www to domain name   
    Figured something out, use the config file in the template to add a notice.
    Thanks Daniel for steering me in the right direction.
  21. Like
    mlsto got a reaction from Blesta Addons in [Components] Html Invoice   
    My bad, I am very sorry about this, I took it for a plugin, always read the instructions. Works perfectly, again sorry about that.
    Thank you
  22. Like
    mlsto got a reaction from Daniel B in Stopping clients from Adding www to domain name   
    Thank you Daniel for the assistance. I was more thinking of putting it in the configuration section.
    See attached

  23. Like
    mlsto got a reaction from Daniel B in Stopping clients from Adding www to domain name   
    Figured something out, use the config file in the template to add a notice.
    Thanks Daniel for steering me in the right direction.
  24. Like
    mlsto reacted to Blesta Addons in [Components] Html Invoice   
    have you read the installation instruction in first post or in the components page ?
  25. Like
    mlsto reacted to Daniel B in Stopping clients from Adding www to domain name   
    The simplest way to do this is to edit the language file for the domain order screen.  The code below is an example for English, if you need it done for other languages it would be the same process, you'd just have to select the correct language folder.
    In file: /plugins/order/views/templates/wizard/language/en_us/domain.php
    Replace:
    $lang['Domain.lookup.description'] = 'Start by searching for a domain, or skip this step by clicking "Order Other Items".'; with:
    $lang['Domain.lookup.description'] = 'Start by searching for a domain, or skip this step by clicking "Order Other Items".<br /><font color="red"><strong>Please do not include "www" when selecting your domain. This will be added automatically by the system when required.</strong></font>'; Edit the phrase above to your desired statement.
    ----------

     
    You could also edit the line containing "yourdomain.com" to something like "yourdomain.com (without the www)" and it would put it right into the search box placeholder text.
×
×
  • Create New...