Jump to content

turner2f

Members
  • Posts

    614
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by turner2f

  1. @Blesta Addons 1) - If I set the "Late Fee" plugin to generate a late fee for " 1 day " , will it KEEP adding on new late fees every day ? EXAMPLE : Being late one day will be $3. Being late the 2nd day is ANOTHER $3 . Being late a 3rd day will be another $3 . ======= 2) - If yes, is a NEW " Late Fee " notice sent out each and every day that the payment is late ? ======= 3) - If yes, is the late fee generated on the invoice within a SEPARATELY new line item on the invoice ? -- OR -- Is the late fee within the invoice accrued into just ONE line item on the invoice ? ======= 4) - If a late fee is NOT paid ( or only partially paid ) will Blesta still suspend their web host account until everything is paid in full ?
  2. [RESOLVED] Nevermind. The name of the folder was mis-named. Go it installed. ====== I will reply if there is any issue during testing . ====== Thanks.
  3. @Blesta Addons I purchased and uploaded the " Late Fees v1.5.0 " plugin, but I cannot see it within my plugins installation page within Blesta. I followed the instructions at . . . https://blesta-addons.com/plugin/store/main/item/23/ 1 - download the file from your client area . 2 - upload the late_fee folder inside plugin directory . 3 - goto plugins , and install Late Fee Plugin . 4 - goto manage to select the setting for the plugin. =========== Please help. NOTE : I am using Blesta v4.0.1 - AND - my PHP version is 7.0
  4. @Blesta Addons I just purchased the " HTML Invoice v3.2.0 " plugin . ========== I followed the installation instructions : I uploaded the " html_invoice " folder inside " components/invoice_templates " directory . Then I logged int Blesta and went to " Settings - - > Company - - > Look & Feel - - > Invoice Customaization And then I ran into two (2) separate PHP issues ========== ISSUE 1 - I am currently running Blesta on PHP 7.0 . And here is the PHP Error message I received . . . Fatal error: The file /home/myusername/support.mywebsitename.com/my_hub_cntr/components/invoice_templates/html_invoice/html_invoice_htm.php was encoded with the Encoder for PHP 7.1 and can only run on PHP 7.1 or later. If you are the administrator of this site then please upgrade to PHP 7.1 or later and install the corresponding ionCube Loader. in Unknown on line 0 ISSUE 2 - So I went ahead and changed the PHP from 7.0 to 7.1 And here is the PHP Error message I received . . . Fatal error: The file /home/myusername/support.mywebsitename.com/my_hub_cntr/app/app_controller.php was encoded by the ionCube Encoder for PHP 5.6 and cannot run under PHP 7.1 or later. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 7.1. in Unknown on line 0 ================= Please supply the exact steps I need to take get the " HTML Invoice " plugin installed and working within my Blesta installation AND with PHP 7.1 . ================= IMPORTANT NOTE : My version of Blesta is v4.0.1 Please help. Thanks in advance.
  5. @Blesta Addons, Ok. But would I get a refund if it does not work for version 4.0.1 ( from 2017 ) ?
  6. Hello @Blesta Addons, I have no yet heard a reply.. IF it does not work, would I get a refund ?
  7. Hello @Blesta Addons, IF it does not work, would I get a refund ?
  8. Hello @Blesta Addons, Ok. I will purchase. IF it does not work, would I get a refund ? Please reply.
  9. Thanks for the reply. But I am wanting to know if the plugin is compatible with Blesta version 4.0.1 ( from 2017 ) . I would like to buy quickly if it is compatible with my version.
  10. Thanks for the reply. But I am wanting to know if the plugin is compatible with Blesta version 4.0.1 ( from 2017 ) . I would like to buy quickly if it is compatible with my version.
  11. Concerning the " Late Fee " plugin . . I went to the following two links ... https://blesta-addons.com/plugin/store/main/item/23/#change_log https://blesta-addons.com/plugin/store/main/item/23/#requirements 1) - Seems the changelog has not been updated. 2) - The requirements show that this will work with anything " above version 3.4 + " Is this correct ? Will this work with version 4.0.1 ( from two or three years ago ) ? If it does, I will definitely make a purchase today . =========== Thanks in advance Look forward to your reply.
  12. I went to the following two links ... https://blesta-addons.com/client/plugin/store/main/item/6/#change_log https://blesta-addons.com/client/plugin/store/main/item/6/#requirements 1) - Seems the changelog has not been updated. 2) - The requirements show that this will work with anything " above version 3.3 + " Is this correct ? Will this work with Blesta version 4.0.1 ( from May 02, 2017 ) ? If it does, I will definitely make a purchase today . =========== Thanks in advance Look forward to your reply.
  13. Hello Blesta Addons 1) - Can you please provide some screen shot of what the HTML invoices would look like in an email ? 2) - Can you also provide a direct link to the Add-on on your website ? 3) - Are there any instructions on how to install it ?
  14. Thanks for the reply. I used to use that technique. But Found it easier to use the following table conversion code within PHPMyAdmin - - > SQL : Found at ... https://stackoverflow.com/a/29926020/8957410 ================== DROP PROCEDURE IF EXISTS convertToInnodb; DELIMITER // CREATE PROCEDURE convertToInnodb() BEGIN mainloop: LOOP SELECT TABLE_NAME INTO @convertTable FROM information_schema.TABLES WHERE `TABLE_SCHEMA` LIKE DATABASE() AND `ENGINE` LIKE 'MyISAM' ORDER BY TABLE_NAME LIMIT 1; IF @convertTable IS NULL THEN LEAVE mainloop; END IF; SET @sqltext := CONCAT('ALTER TABLE `', DATABASE(), '`.`', @convertTable, '` ENGINE = INNODB'); PREPARE convertTables FROM @sqltext; EXECUTE convertTables; DEALLOCATE PREPARE convertTables; SET @convertTable = NULL; END LOOP mainloop; END// DELIMITER ; CALL convertToInnodb(); DROP PROCEDURE IF EXISTS convertToInnodb;
  15. That would be great. The tutorial I wrote concerning sending SMS Text alerts to your mobile phone with email piping via your C-Panel host, at ... https://www.blesta.com/forums/index.php?/topic/7889-how-to-setup-email-piping-with-c-panel-and-get-sms-text-alerts/ Works for admins only concerning tickets that come in. The text are received as SMS ( not MMS ). And it's free since it's being "piped" via C-Panel. Which is great ( ... for now ). ===== Whereas if your plugin could send text to clients ( and as MMS ) would be even better. And even better than that would be if we could get the messages to be sent using " piping via C-Panel " ( since it's free ). Look forward to seeing if the plugin will do this. ;)
  16. NOTE: MyISAM tables are what we use and Blesta 4.0.1 is currently working just fine with MySQL 5.5 ======= Will your product still work If we switch our server from MySQL 5.5 to MariaDB 10.2 ? While still using MyISAM tables ?
  17. Hello Blesta Addons, I am trying to download the "Blesta Add-Ons Widget". https://blesta-addons.com/order/config/index/subscription/?group_id=7&pricing_id=40 But the order form keeps asking me.... Select desired options, and continue to checkout. I keep trying, but keep getting the same error message
  18. @activa Concerning SMS Text alerts to your mobile phone with email piping via your C-Panel host, you can try this at ... https://www.blesta.com/forums/index.php?/topic/7889-how-to-setup-email-piping-with-c-panel-and-get-sms-text-alerts/ For FREE. ? ==================
  19. Also did not see any description concerning the "Notifications Center" plugin.
  20. https://blesta-addons.com/plugin/membership_club/main/ ----------------------------------- Thanks Paul. One thing is that I noticed is that the posted dates for the "Last Updates", and the descriptions are not current. EXAMPLE: The "Quotes" plugin say that it does NOT calculate taxes . And that the last update was in 2015. SEE : https://blesta-addons.com/plugin/store/main/item/4/ But the link below now says it does as of Sep 2018. SEE : https://www.blesta.com/forums/index.php?/topic/4799-plugin-quotesestimates-plugin/&do=findComment&comment=61316 =========== When will the descriptions of ALL the PLUGINS and their " Last Updated " dates be made current on the Blesta Addons website ? https://blesta-addons.com/client/plugin/store/main/index/ Need to know so we can make an informed decision as to which package to get.
  21. Can you please provide a chart or list of exactly what plugins we get under the bronze, silver and gold plans? And are the plans actually packages that contain multiple plugins for download via one annual cost ? Please reply this way we know what we are getting.
  22. Thanks. But what I was asking was, once the plugin is activated how will our clients be able to access the ( CyberPanel ) interface ? And how would we remove the " default " C-Panel interface that comes with Blesta so that the client does not get confused ?
×
×
  • Create New...