Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/02/2015 in all areas

  1. Mujahed graciously signed over the rights of the code to us. We will be going through it to ensure we don't have any concerns over the code base and committing it to Github as a free module. This will include the Tasty cPanel, Tasty Interworx, and DigitalOcean modules. This will allow the community to also help maintain the modules and submit pull requests to us for new features, fixes, or improvements. We may also bring in some of the advanced management functionality into our official modules, and we *may* completely take over and fully support and maintain the digital ocean module.
    2 points
  2. get an new option for client custom field: Get unique custom field string value accross all customer, so when this option is enabled, the custom field form reject an update if this client custom field value ever exist with an other customer.
    2 points
  3. domaingood

    Clickatell Sms Modules

    clickatell SMS Modules with Features need Automated SMS messages on actions (such as client registration and domain expiry) Manually send individual clients a SMS Manually send mass SMS to clients Clients choose if they want to receive SMS from you Unicode Support SMS statistics
    1 point
  4. regarding this thread http://www.blesta.com/forums/index.php?/topic/5107-plugin-auto-cancel/ , i have imagined another case that is not related to that plugin , when a staff add a scheduled services for cancellation for a service is still active . the client can also remove the cancellation !!! that shouldn't be happen ... only the staff can remove the cancellation . the client can remove cancellation only if he was added the cancellation . normally it should disting beetween who has added the cancellation , if the system or staff , so clients can't be remove it.
    1 point
  5. On the company address, if you put this: 123 Demo, Street name, Address, Town, zipcode It would output: 123 Demo, Street name, Address, Town, zipcode Not with the lines.
    1 point
  6. Sounds good. I'll close this feature request something we wouldn't do by default.
    1 point
  7. We don't show company address in the structure. I guess this is a custom change you've added? If so, then running it through nl2br wherever you're using it is the preferred solution. We wouldn't update the company address field to automatically display line breaks as HTML breaks otherwise.
    1 point
  8. hyperjohn

    Problems Installing Blesta

    Thanks for the clarification. Everything went fine and thankyou for replying fast. I didn't reply to the post but I did read your post almost as soon as you replied. Hello mate ! Thankyou for the suggestion. However, I feel problem was with Softaculous and not with namecheap's shared hosting. I did manual install and it went smooth as a butter knife on a butter. Till now I'm very happy with Blesta. I've used WHMCS in the past and I remember getting overwhelmed with it but eventually it became second nature. However, blesta is comparitively much better when you are new to the system. PS - I'm writing this experience based on initital install and configuration only. I need to explore it more
    1 point
  9. The gateway used for a payment depends on the currency of the invoice being paid and the currency you have enabled for your merchant gateway. For example, if Authorize.net is set for USD, and you are paying a USD invoice, then Authorize.net will process the credit card payment. The system doesn't display the name of the merchant gateway that is used to process a credit card payment (e.g. Authorize.net or BluePay). This is irrelevant to the customer--they just want to make a payment with their credit card. Who says they know what Authorize.net or BluePay are, and what the difference is between them?
    1 point
  10. New line is stored in db, so, where is necessary, it should use a simple nl2br() php method. Where you think to use address in new way?
    1 point
  11. murendie

    Renaming Invoice Fields

    @ser I renamed from the database and it worked. Thanks
    1 point
  12. Have you checked that the requirements are all set: https://docs.blesta.com/display/user/Requirements You can ask Namecheap for help if you need it as they manage the servers you are on, personally it's better when you own your own VPS.
    1 point
  13. the instruction typo error you found is from payment gateway website for the upload at your blesta: 1/ open the unziped archive, go up to : /paymentwall-for-blesta/upload/ 2/ next upload "components" folder to the root of your blesta install
    1 point
  14. at blesta admin panel, check: - enabled currencies at your order form - enabled currencies at each gateway: /settings/company/gateways/ Both Must match
    1 point
  15. A message is already displayed in the client/accounts/ page if autodebit is disabled: "Automatic payments have been specifically disabled for this account, please contact a staff member to reactivate. You may select a payment account as your default, but it will not be charged automatically until it has been reactivated by staff." Not showing navigation links on specific conditions unrelated to permissions is more complicated, so we wouldn't go that route at this time. However, I've added CORE-1834 to v3.6.0-b2 that removes the section from the client UI sidebar if the payment types are disabled and the client has no payment accounts.
    1 point
  16. On the module when people are ordering they don't reliase that the country section needs to be GB or US or FR and not United Kingdom or United States or France. So I was thinking a dropdown with the selection saying GB - United Kingdom | US - United States | FR - France and the value is from the API country list. Just a little improvement to help customers when they are ordering else we get a creation error . Temp Fix: components/modules/thesslstore/language/en_us/thesslstore.php Find: $lang['TheSSLStore.service_field.thesslstore_country'] = "Country"; Replace with: $lang['TheSSLStore.service_field.thesslstore_country'] = "Country Code eg: GB - United Kingdom";
    1 point
  17. Would be perfect, I have a drop down I posted before so they can't write their own. Ref: http://www.blesta.com/forums/index.php?/topic/4312-thesslstore-improvement-could-work-on-gogetssl-too/
    1 point
  18. Jonathan

    Plugin: Auto Cancel

    Having an event for services.schedulecancel would be immensely helpful. It'd be triggered upon a service being scheduled for cancellation. We'd also need the inverse event upon unscheduling the cancellation.
    1 point
  19. I received a cron error when payment reminders attempted to send. PHP Fatal error: Call to a member function deliverInvoices() on a non-object in /app/controllers/cron.php on line 858 I've manually patched this by placing this at 811: if (!isset($this->InvoiceDelivery)) { $this->components(array("InvoiceDelivery")); } Blesta 3.6.0-b1 PHP 5.6.13
    1 point
  20. Not a bug, but would make a good feature request.
    1 point
  21. serge

    Renaming Invoice Fields

    I ever renamed a payment gateway label, it's had to be done from direct change in database, certainlly in table like gateway
    1 point
×
×
  • Create New...