Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/09/2013 in all areas

  1. Make sure there's not a DNS issue on that server. The system tries to verify email addresses by checking for valid MX records. Make sure the server is using valid caching servers, and can perform DNS lookups reliably.
    1 point
  2. Michael

    Email Issues

    If you want to warn customers about their email address you can edit what I have done: /plugins/order/views/templates/standard/main_signup.pdt Find: <?php echo $this->Html->ifSet($message); ?> add this above it: <div class="message_box"> <ul> <li class="info"> <a href="#" class="cross_btn">×</a> <p> If you are paying by PayPal, please sign up with your email address as that will record the payment and activate your service.<br /> If you don't wish to use your PayPal account email address, please beware that there might be a little delay.<br /> This will be fixed soon, and we apologies for the inconvenience this may cause.</p> </li> </ul> </div> Shows a little message on sign up when placing a order.
    1 point
  3. Fixed in CORE-866 for v3.0.6.
    1 point
  4. ok, I've fixed it (easy method for now, I might mess with it a bit more later to make it look the way I had it before...but I needed a quick fix ) I've updated my original post with how to go about doing it. I've also uploaded the altered file if you need since I didn't keep the directions on how to alter it to this after having already altered it via my first method. https://drive.google.com/file/d/0Bxf_vG3b8bYQd2FWUjhYSDd4NEU/edit?usp=sharing
    1 point
  5. I am working on a module in blesta, will be ready it to public by the end of this Month. Would like to know what all of you think about developing this one by a third party. I am pretty intrested to develop it for public. Had integrated whmcs with wordpress for few clients. But i really like blesta, as it's code is a poetry. @Tyson What you think about my move?
    1 point
×
×
  • Create New...