Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/29/2017 in all areas

  1. I just made modifications to my structure.pdt on my custom theme on my website to include a big "attention grabber" on whether I am closed or not I designed this after seeing @Licensecart similar approach though I wanted to make sure it is very hard to miss the message so it is specifically made large and very visible(as I wanted to make sure there was no question whether I was closed or not)
    1 point
  2. Blesta Addons

    WHMCS to Blesta

    @PaulThis should be implemented in the import or create a helper plugin for it , is not a complicated task . Yes, From admin side in promotions page
    1 point
  3. What if the message read, Sorry we are Closed (This will ONLY effect manual provisons and support times). This would not deter in my opinion but lets businesses without 24/7 support to allow a customer to know instead of them refreshing the ticket / etc every 10 minute to check for updates. What are your thoughts on that?
    1 point
  4. we have found the issue. allow_url_fopen with https issue . the fix is simple, we changed the method from post to curl . by chaning only this line of code $recaptcha = new ReCaptcha( $order_settings['recaptcha_shared_key'], new \ReCaptcha\RequestMethod\CurlPost() ); i encourage blesta to use the curl method instead of the post, as now some host block allow_url_fopen , also is rebust to connect to a https site by curl .
    1 point
  5. is a generic module or you want a module for specif servers providers ?
    1 point
  6. Paul

    Credit card gateway advise

    They don't like to accept payments for darknet vendors haha, only kidding. I agree with others, Stripe is probably your best bet, maybe be a little more vague about what you're offering. If you know what they don't like, use it to your advantage.
    1 point
  7. Paul

    WHMCS to Blesta

    Stripe tokens are supported, just not via stripe.js. Blesta can store a token or the encrypted card, it's your choice. Our Multicraft module is the best. @ahughes Is everything on your list a deal breaker? The only things that stand out to me are G2A (never heard of it, but possible to implement), and the config option for location producing a discount for the whole product. Does whmcs do that out of the box currently? What I would do is have a location drop down and an additional price associated with non-discounted regions such that your package price is the lowest possible price, and you charge extra for certain locations. This will accomplish the same thing.
    1 point
  8. Amit

    Shared Login Plugin

    Hi, this is a question/feature request. If the Shared Login plugin fails to validate the token, the page remains blank at /plugin/shared_login/?t=1501259438&u=john%40customer.com&r=https%3A%2F%2Fexample.com%2Fclient%2Fplugin%2Fmyplugin%2Fclient_main%2F&h=4d49c89098eba2f70adccf4f1b8bffe4616263b09c06abd4470c24b820ddd656 I intentionally broke the token to see the behavior. Instead of staying at a blank page, it would be good if the plugin could just redirect to the given the redirect-url parameter. I made it work by updating plugins/shared_login/controllers/main.php in index() method before "return false;" I added the redirect; ==== if ($hash == $this->Companies->systemHash($time . $username . $uri, $key->value, 'sha256') && $time >= strtotime('-30 min')) { return $this->processSharedLogin($username, $uri); } $this->redirect($uri); return false; ==== Alternatively maybe there could be an admin setting that defines what URL should be redirected to if there is an error.
    1 point
  9. Thanks for you replies all! I'm located in Norway, but clients paying from all around the world experience problem with Paypal's CC checkout. It only works from certain countries. I think that's what @Licensecart meant by location dependency? Stripe: thanks for the advise, i'll try to apply, IIRC, they denied me once some years ago. The reason was "we don't support this kind of business" or something.
    1 point
  10. for me this is normal . you should increase the memory limit in csf or ignore the executable from bein reported .
    1 point
  11. Jonathan

    Add Suspend Reason

    Yep, of course we should be able to set it via the API calls as well. Simple text field on admin would suffice.
    1 point
  12. Paul

    Excessive resource usage

    In general Blesta doesn't require more than 512MB of memory itself. Is that memory for Blesta only, or for the system/account? It's possible some installations of Blesta may require more memory than others, based on the extensions you have installed, the process that's running (if it's the cron), and what your data set looks like.
    1 point
  13. Paul

    Add Suspend Reason

    I added this to our "short term" bucket, and bumped it up in our back log. I assume the task, as described sounds good to you and you have nothing to add?
    1 point
  14. Jonathan

    Add Suspend Reason

    +1000
    1 point
  15. This is what i have in my mind, i have made a shema for a plugin that i have called "cron hoster", the idea is a bit simple, the plugin has it own table that store the cron data like the core one, and it intern cron run every 5 min, the only different is changing the plugin_dir by the module_dir , then the module can add cron via install() function , then in the module should have a function called cron(), this function will be executed by the plugin cron . this function will use it inf registrar modules to check transfers and domains expiration sync, export or import data to a remote server via API . this task will save us a lot of time and hard coding and this should be out with the new domain management and pricing .
    1 point
  16. your customer should select usd as default currency .
    1 point
  17. Personally I recommend against these kinds of notices. Perhaps in the client area, but if it's public it can deter some people.
    0 points
×
×
  • Create New...