Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Reputation Activity

  1. Like
    Blesta Addons got a reaction from Joseph H in [Plugin] Announcement -Released-   
    Bug Confirmed
  2. Like
    Blesta Addons got a reaction from Michael in [Plugin] Announcement -Released-   
    glad to  have worked for you .
     
    enjoy the plugin .
  3. Like
    Blesta Addons got a reaction from Michael in [Plugin] Announcement -Released-   
    Plugin Updated NOW 31-8-2014 to 1.2.0 ;
     
    i have added the fallowinf options in settings tab :
     
    - option to enable/disable widget in client side
    - set how much announcement should be displayed in widget client
    - add setting to show announcement in full width or with aside .
     
     
    Any Suggestion/Bug Please report it here .
  4. Like
    Blesta Addons got a reaction from PauloV in Paypal Standard - No Blesta Email Confirmation   
    Give the guys some time , they are now very bussy with v3.3 , i'm sure after the final  release of 3.3 they can get back for some feature request .
  5. Like
    Blesta Addons got a reaction from Michael in Dkim And Spf   
    if you have cpanel ; t*you will find a click-to-add this setting .
  6. Like
    Blesta Addons got a reaction from Michael in [Plugin] Announcement -Released-   
    a couner for announcement has no sense "in my opinion" . but maybe a will add in in some next release .
     
    about the design , i will add setting to enable/disable the full view .  (thanks for the idea) .
     
    the plugin has been updated to fix some bugs .
  7. Like
    Blesta Addons reacted to PauloV in [Cancel At End Of Term] Dosent Work Wen Client Order   
    Thanks Tyson
     
    99,99% of our clients pays by "Bank Transfer" (Manual Payment), and so we work this way, and you can get the idea wen we manage more than 5000 payment clients that have to be verified one by one
  8. Like
    Blesta Addons reacted to Michael in [Plugin] Announcement -Released-   
    If anyone likes a cleaner design like this:
     

     
    Please go to: /html/billing/plugins/announcements/views/default/client_main_view.pdt
     
    And replace the code with:
    <?php // Don't show this container when only rendering the widget section if (!$this->Html->ifSet($render_section)) { ?> <div class="col-md-12"> <?php } echo $this->Html->ifSet($message); $this->WidgetClient->clear(); $this->WidgetClient->setStyleSheet($this->view_dir . "css/styles.css", array('id' => "announcements_styles")); $this->WidgetClient->create($this->_("ClientMain.view.boxtitle_announcement", true, $this->Html->ifSet($announcement->title)), array('id'=>"announcements_client_main_article"), $this->Html->ifSet($render_section, null)); $this->WidgetClient->startBody(); ?> <div class="announcement"> <!--- <aside> <div class="col-md-3 "> <div class="panel panel-default" id="accordion"> <ul class="list-group"> <li> <a href="<?php echo $this->Html->safe($this->base_uri . "plugin/announcements/client_main/");?>" > <?php $this->_("ClientMain.view.root_directory");?> <span class="pull-right"> <span class="glyphicon glyphicon-home"></span> </span> </a> </li> <li> <a href="#" > <?php $this->_("ClientMain.view.date");?><?php $this->Html->_($announcement->date_added);?> <span class="pull-right"> <span class="glyphicon glyphicon-time"></span> </span> </a> </li> </ul> </div> </div> </aside> --> <div class="col-md-12 "> <ol class="breadcrumb"> <li> <a href="<?php echo $this->Html->safe($this->base_uri . "plugin/announcements/client_main/index/");?>"> <?php $this->_("ClientMain.view.root_directory");?> </a> </li> <li class="active" > <?php $this->Html->_($announcement->title);?> </li> </ol> <div class="page-header"> <h2><?php $this->Html->_($announcement->title);?></h2> </div> <?php if (!empty($announcement)) { ?> <div> <div class="article_view"> <?php echo $this->Html->ifSet($announcement->body);?> <!--- <?php echo $this->TextParser->encode("markdown", $announcement->body);?> --> </div> </div> <?php } else { ?> <div class="col-md-12"> <h3><?php $this->_("ClientMain.view.announcements");?></h3> <div class="alert alert-info"> <p><?php $this->_("ClientMain.view.no_announcement");?></p> </div> </div> <?php } ?> </div> </div> <?php $this->WidgetClient->endBody(); $this->WidgetClient->end(); // Don't show this container when only rendering the widget section if (!$this->Html->ifSet($render_section)) { ?> </div> <?php } ?>
    Idea mate: Maybe a counter to say how many people have viewed the annoucement?
  9. Like
    Blesta Addons got a reaction from Michael in [Plugin] Announcement -Released-   
    You have discovered a bug .
     
    normally it should display a list , theold announcemnt isthe first showen and then , so itmst DESC rather than ASC .
     
    fixed for next release .
  10. Like
    Blesta Addons got a reaction from Joseph H in [Plugin] Announcement -Released-   
    Fixed now in our test server . we will update the github later tonight .
  11. Like
    Blesta Addons got a reaction from PauloV in [Order] Payment Option For 0 (Zero) Orders   
    it would be perfect if instead of showing payment option , showing a box to confirm the client password to confirm the free order .
  12. Like
    Blesta Addons got a reaction from PauloV in Help In Appcontroller.structure Event :)   
    i'm now in the ofice so can't try anything , i need to return  to home to make some test .
     
    i hope you can arrive to w worked solution before i lose some hours in test also
  13. Like
    Blesta Addons reacted to PauloV in [Upgrade/downgrade] Cancel At End Of Term, Is Not Removed   
    Wen you have a package active with a "Cancel at end of term" active and the client login and make an upgrade to outher package without the limitation of the "Cancel at end of term" option, the current "Cancel at end of term" of the original package to the new package is still present.
     
    1- Add a package with "Cancel at end of term" option
    2- Add a second Package in the same group without the option "Cancel at end of term"
    3- Purchase the first package (add in admin because there is a bug purchasing as client), and activate
    4- Now login as client and upgrade to the new package that dosent have the "Cancel at end of term" option by default and activate
     
    You will see that the package will still terminate in the end of the first package.
     
    Solution:
     
    Wen upgrade/downgrade if there is any "Cancel at end of term" Scheduled, it has to be removed. And if the new package as also the option "Cancel at end of term", as to be added after the invoice is paid.
  14. Like
    Blesta Addons reacted to PauloV in [Cancel At End Of Term] Dosent Work Wen Client Order   
    Hello,
     
    We have added a package like this:
     
    Name = Package 1 1 Month Price = 0   Checked "Cancel at end of term"   Wen adding the service in Admin side, it Scheduled correctly the cancelation period   Wen ordering like a normal client, and activate the service in Admin side it dosent Scheduled the cancelation period.   Thanks in advance, PV
  15. Like
    Blesta Addons got a reaction from domaingood in Transaction Fees   
    if this implemented ,i think this should be per gateway , a new option in gateway about some additional fees and then he gateway should show a message to the client about this fees .
    NOTE : it can be done now with a simple modification in the gateway , we have made a custom gateway for paypal named "paypal_payments_universal" that has a built-in rate exchange/curency change/showing message to cleints about the this modification .
    @interfasys if you need helphow to do your own gateways with your idea , just PM me . (a votre service ... )
  16. Like
    Blesta Addons got a reaction from PauloV in [3.3 B1] Customer Can't Use Credit To Pay For Invoice   
    i prefer if the apply credit added to the select payment option rather than make it under the form .
     
    so the client will select wich methode he want to pay with it ,
     
    exemple :
     
    - Available Credit
    - Offline Payment
    - paypal satandar....
    - bitpay ....
    - stripe
  17. Like
    Blesta Addons got a reaction from Michael in [Order] Payment Option For 0 (Zero) Orders   
    it would be perfect if instead of showing payment option , showing a box to confirm the client password to confirm the free order .
  18. Like
    Blesta Addons reacted to PauloV in [Order] Payment Option For 0 (Zero) Orders   
    Wen adding a package with a 0 (zero) as price to offer a trial, for exemple:
     
    Package 1 1 Month Price = 0 Select "Cancel at end of term"   Wen a client tries to order and the Cart Total is 0 (zero), it still display the "Payment" options, and it should not display the Payment Option and only finish the order.     With the new option to "Upgrade/Downgrade" we can do like this:   Create a trial package with limited time, then add in the same group outher packages, and if the client dosent upgrade to anouther package it will terminate in the end of the trial
  19. Like
    Blesta Addons got a reaction from Joseph H in [Plugin] Announcement -Released-   
    1 - bug confirmed .
    2 - bug confirmed .
    stay tuned ; this night i will trace the errors and fix them .
  20. Like
    Blesta Addons got a reaction from PauloV in [Plugin] Announcement -Released-   
    I have UPDATE the plugin to version 1.1.0 . the new version has the magic code , now a widget will show in the client main page about the last announcement .
     

     
    Any Suggestion/Bug Please report it here .
  21. Like
    Blesta Addons got a reaction from PauloV in [Plugin] Announcement -Released-   
    1 - bug confirmed .
    2 - bug confirmed .
    stay tuned ; this night i will trace the errors and fix them .
  22. Like
    Blesta Addons got a reaction from PauloV in [Plugin] Announcement -Released-   
    Nice feature to add in next release (first option to show in settings tab) .
    if you didn't want to show a message in the client area just delete the content of client_widget.pdt .
  23. Like
    Blesta Addons got a reaction from Michael in [Plugin] Announcement -Released-   
    1 - bug confirmed .
    2 - bug confirmed .
    stay tuned ; this night i will trace the errors and fix them .
  24. Like
    Blesta Addons got a reaction from Michael in [Plugin] Announcement -Released-   
    Nice feature to add in next release (first option to show in settings tab) .
    if you didn't want to show a message in the client area just delete the content of client_widget.pdt .
  25. Like
    Blesta Addons got a reaction from blazedd in More Events   
    we need more event to be implemented in blesta like :
    Client Edit Profile
    Client Change Password
    Client Delete (Before & After action )
    Client Profile Tab Fields (dropdown menu)
    Contact Add | Contact Edit | Contact Delete
    Client Dashboard Page Load
    Client Pay Method
    Client Pay Confirm
    Admin Dashboard Page Load
    Daily CronJob (Before & After action )
    Invoice Payment Reminder
    Accept Order
    Delete Order
    Pending Order
    Order Checkout
    Shopping Cart Checkout Page
    Show Cart Page
    Module Create (Before & After action )
    Module Suspend (Before & After action )
    Module unSuspend (Before & After action )
    Module terminate (Before & After action )
    Admin/Client Services Tab Fields (rendered)
    upload Files action
    Ticket Plugin :
    Add - reply - close tickets
    Download Manager Plugin
    Download (Before & After action )
    order plugin
    every step event (before/after)
×
×
  • Create New...