Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/18/2014 in Posts

  1. I will be showing you a new theme I am working on, I hope this time I can finish it and deliver it to the community.
    3 points
  2. Paul

    Any Unofficial Tcadmin Modules?

    TCAdmin is likely to be the next GSP module we write, but I don't have an ETA for you at the moment.
    1 point
  3. ...we can create for you price?
    1 point
  4. That's right. With gateways that support tokenization, Blesta stores the last 4 encrypted and the expiry date. The last 4 are stored so the client can identify the card in the payment account, and the expiry so that the client can be notified when their card is expiring and needs to be updated. CVV data is NEVER stored in Blesta. If we implement token storage for eWay, it will then support both local and tokenized storage of card numbers. Some people prefer local storage, because it means they are not "locked" into using a particular gateway. Of course, tokens are much more secure and we recommend using token storage whenever possible.
    1 point
  5. I'm sort of getting there. I'll have to work with it awhile before I can put my latest questions into coherent language...
    1 point
  6. http://docs.blesta.com/display/user/eWay Token Storage is not currently supported (I think this is it https://www.eway.com.au/developers/api/token), but would make a good feature request. Most likely it was not available when we initially implemented eWay.
    1 point
  7. Configurable options renew with the Package, so only the term and currency selected will be available. Selecting 1 month for the package will show all 1 month configurable options. If you need to be able to select different terms, and/or use a different module for the options, then they should be addon packages instead of configurable options. I'm curious though, why would you sell a dedicated server for 1 month, and extra RAM for 6 months?
    1 point
  8. uncomment it , and make the function return any string like "renew service success" .
    1 point
  9. While the mail logs show the text version of the email, if there is no text version present, it will convert the HTML version to text, and store that in the log instead.
    1 point
  10. Tyson

    Domain Continually Renewing

    Blesta would renew a service if the service was a paid pending service ready to be renewed. You may want to check whether the service is still in a pending state, and if not, whether the service renew dates failed to get updated.
    1 point
  11. Sorry for the delay ... open the file /app/models/packages.php search (line 1428) order(array('period' => "ASC", 'term' => "ASC"))->fetchAll(); replace with order(array('period' => "DESC", 'term' => "DESC"))->fetchAll(); you are done .. NOTE :every upgrade of blesta you should do the same .
    1 point
  12. Tyson

    $0 Invoice Not Paid

    Yes, looks like this has been a bug since v3.3.0-b1. Fixed for v3.3.2 in CORE-1482.
    1 point
  13. Paul

    Release 3.3.1

    haha. Small update, but some good fixes. Now back to 3.4
    1 point
  14. The bid is too high in my opinion You should start from the lowest possible, even if you loose something, to gain interest from people If you want my advice start the biding from "$5 USD" with the minimum incremented in values of "$3 USD", and with the BIN of "$200 USD" you you will get much more atention from people, and maybe an high value in return that you are expecting
    1 point
  15. 1 point
  16. - As i told you, if you need any help i am always available for help, just open a ticket. - I cannot and don't want to use unofficial PHP classes made by third parties, i have created my own class for API integration. - If there is a problem with the module then why not opening a support ticket and let me take a closer look at the problem, if it is confirmed as a bug, we will get it solved. - This is also a serious business for me and not a game, i have offered and still offering my help with pleasure, if there is a bug that we have unintentionally overlooked it, i will do my best to fix it as soon as possible.
    1 point
×
×
  • Create New...