Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/20/2015 in Posts

  1. ModulesBakery

    Blesta Just For Billing?

    Absolutely, you can call any model in blesta using the API.
    2 points
  2. activating order and sending email is the most wanted thing without delay .
    2 points
  3. After many posts regarding problems I was having with Blesta, I am proud to announce that Stacktron has been completed and we are ready to take orders! We integrated the site with Blesta using a custom theme. It took me about 2 weeks to get the website 100% ready, and believe me that was crucial XD https://www.stacktron.net is the URL!
    1 point
  4. Upgrade/Downgrade wasn't an option when the module was written. I would suggest using the "Cancel at end of term" option when creating packages for SSL certificates and not allowing upgrade/downgrades. When the cert expires, the service will be cancelled, and they can place a new order for the certificate. The module needs to be updated such that it doesn't require the CSR or other information during checkout, but instead allows the customer to login and submit that information when they are ready.
    1 point
  5. Thanks for helping I will review the code before the first RC release Regards, PV
    1 point
  6. serge

    Removing Credit From Client

    in blesta create an invoice for amount you want to correct, mention in invoives item something like"credit correction", and this invoice should be auto paid by available customer credit (depending of your blesta/invoices parameters), or if not auto paid by available credit, go login as a customer to open invoice and pay at selecting available credit
    1 point
  7. Hi PauloV, Thank you for the new version, however, there still seems to be missing validations... I see a lot of things like this one : $callArray[$contactType]["address1"] = $this->osrs_normalize_special_characters($client->address1); $callArray[$contactType]["address2"] = $this->osrs_normalize_special_characters($client->address2); $callArray[$contactType]["address3"] = ""; $callArray[$contactType]["city"] = $client->city; $callArray[$contactType]["state"] = $client->city; $callArray[$contactType]["postal_code"] = $client->zip; $callArray[$contactType]["country"] = $client->country; $callArray[$contactType]["email"] = $client->email; $callArray[$contactType]["phone"] = $this->formatPhone(isset ($numbers[0]) ? $numbers[0]->number : null, $client->country); $callArray[$contactType]["fax"] = ""; $callArray[$contactType]["url"] = ""; $callArray[$contactType]["lang_pref"] = "EN"; You sanitize with pregmatch in the function "osrs_normalize_special_characters" only address1 and address2, but not address3, and all other fields will send whatever you type. The module do not seems to validate what's sent to the opensrs API. The validateConnection should be private, since it work as private, and not required to be public. There is a couple other functions like this. I would strongly suggest to review the module before using it. I did not verified to see if the domain lock functions got improved, so the customers can see if yes or no a domain is locked or unlocked, but i may check on this within the next few days and get back if there is still a problem... Cheers, Carl
    1 point
  8. big +1 -- i've manually added 1 min crons now - thanks Paulo!
    1 point
  9. i have though about this idea when i have discovered that problem . but it need a regex when saving url in database to see if the link is internal or external . if the navigation model will not updated soon i will add that function in the next release . but it will take some time until the next release .
    1 point
  10. Great that its working Any bug or problem you found just post it I want to change from "Beta" to "Release Candidate" the OpenSRS Module for Blesta
    1 point
×
×
  • Create New...