Jump to content

turner2f

Members
  • Posts

    614
  • Joined

  • Last visited

  • Days Won

    14

Posts 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. @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

  3. @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.

     

  4. 2 hours ago, Blesta Addons said:

    for version v4.0.1 i can't be sure 100% , but it was working for older versions than that .

    by the way accept your deal also . if not working we can fix the plugin for that version also.

     

    @Blesta Addons,

    Ok.

    But would I get a refund if it does not work for version 4.0.1 ( from 2017 ) ?

     

  5. 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.

  6.  

    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.

  7. 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;

  8. 21 hours ago, Blesta Addons said:

    i will add this to our todo list, and will reply when i get speaking with the guys.

    EDIT : this option is for clients and not admins or staff . i think this will need us to make more change in the plugin or write a new plugin for the SMS part.

    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.

    ;)

     

     

  9. 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

     

     

  10. 1 hour ago, Paul said:

    Is this what you're looking for? https://blesta-addons.com/plugin/membership_club/main/

    blesta-addons.jpg

     

    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.

  11. 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...