Jump to content

Daniel B

Members
  • Posts

    682
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    Daniel B reacted to Paul in Clients Can't Upgrade Nor Downgrade Services   
    See CORE-1396
  2. Like
    Daniel B reacted to chickc in Need To Remove Tax Id Number From Registration   
    Perfect. Thanks so much.
  3. Like
    Daniel B got a reaction from Michael in Need To Remove Tax Id Number From Registration   
    Core-547 should help deal with this by allowing to hide/require certain fields, but in the mean time...this should work for you.
     
    In /plugins/order/views/templates/standard/types/registration/signup.pdt
     
    Find:
    <hr>                           <div class="row panel-fix"> <div class="col-md-12"> <h4><?php $this->_("Signup.index.heading_billing");?></h4> <div class="form-group"> <?php $this->Form->label($this->_("Signup.index.field_taxid", true), "tax_id"); $this->Form->fieldText("tax_id", $this->Html->ifSet($vars->tax_id), array('id' => "tax_id", 'class' => "form-control", 'placeholder' => $this->_("Signup.index.field_taxid", true))); ?> </div> </div>   </div> Replace with:

    <!-- <hr>                           <div class="row panel-fix"> <div class="col-md-12"> <h4><?php $this->_("Signup.index.heading_billing");?></h4> <div class="form-group"> <?php $this->Form->label($this->_("Signup.index.field_taxid", true), "tax_id"); $this->Form->fieldText("tax_id", $this->Html->ifSet($vars->tax_id), array('id' => "tax_id", 'class' => "form-control", 'placeholder' => $this->_("Signup.index.field_taxid", true))); ?> </div> </div>   </div> --> <?php $this->Form->fieldHidden("tax_id", $this->Html->ifSet($vars->tax_id), array('id' => "tax_id", 'class' => "form-control", 'placeholder' => $this->_("Signup.index.field_taxid", true))); ?>
  4. Like
    Daniel B 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
  5. Like
    Daniel B reacted to Paul in Observium Module   
    I added some lines to my config.php file in observium, and got the API menu to appear with API docs for billing, inventory, packages, so we'll see how it goes. I wish we could export the actual graphs, but it looks like just the data.
  6. Like
    Daniel B reacted to Tyson in [Maintainence Mode] Markdown   
    Here is my *very legitimate* mathematical proof:
    -1 MINUS = (-1) (MINUS) = (-1)(-) = (-1)*(-) = (-)(-1) = +1
  7. Like
    Daniel B reacted to Paul in [Fraud Protection] Maxmind & Fraudlabspro   
    We would need to make some changes to allow multiple fraud detection options to be used simultaneously. It's also possible that some fraud options in the future may not play nicely together, so this is something that will need to be considered.
  8. Like
    Daniel B got a reaction from PauloV in Clients Can't Upgrade Nor Downgrade Services   
    +3^Bacon+3.14
  9. Like
    Daniel B reacted to Cody in [Maintainence Mode] Markdown   
    I like this idea.
     
    I also like the idea of showing a maintenance-specific page, instead of the login.
    CORE-1395
     
     
    Please +1 this.
  10. Like
    Daniel B reacted to Michael in Clients Can't Upgrade Nor Downgrade Services   
    Like this mate:
     

  11. Like
    Daniel B reacted to Michael in Clients Can't Upgrade Nor Downgrade Services   
    Would this be better guys?
     

  12. Like
    Daniel B reacted to Blesta Addons in Clients Can't Upgrade Nor Downgrade Services   
    the way upgrade/downgrade - change term - cancel options is not well done ,
     
    i prefer if this option rendered as a buttons under or inline with the active status . that is better and make visiblity sense for clients .
     
    the more button is shown directly the less "How todo ...." questions by clients .
  13. Like
    Daniel B reacted to Joseph H in Making The Wizard Slider More Effective   
    Hi, If you have noticed the wizard slider Is kind of slow in responding compared to other new wizard list. If a client clicks insteads of sliding It gives wrong information (unless the client double clicks). I have uploaded a video showing an example of how the slider can be deceiving
     
    http://youtu.be/WehrQo4A9Dg
  14. Like
    Daniel B got a reaction from PauloV in [Order] More Then One Currency   
    Settings > Currencies > "Automatically Update Exchange Rates"
     
    check that box, and then uncheck "Use Package Pricing for New Services Only"
  15. Like
    Daniel B got a reaction from Michael in [Order] More Then One Currency   
    Settings > Currencies > "Automatically Update Exchange Rates"
     
    check that box, and then uncheck "Use Package Pricing for New Services Only"
  16. Like
    Daniel B reacted to Blesta Addons 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
    Daniel B got a reaction from Michael in Release 3.3.0-B1   
    Woohoo, installing a dev instance now
  18. Like
    Daniel B reacted to Tyson in Interworx Reseller Package Doesn't Save Radio Button State   
    Thanks - CORE-1376
  19. Like
    Daniel B reacted to Michael in [3.3 B1] Customer Can't Use Credit To Pay For Invoice   
    Would there be a way to have a option work if the credit matches the invoice amount? But if it isn't going to cover the full amount they'd have to select an option above as-well as the credit box.
     
    Because that's confusing to the customer and us, as Paul informed me that it would be best to disable the automatically apply credits to invoice if we was allowing the customers to use the credit as they want?
  20. Like
    Daniel B reacted to Michael in [Maintainence Mode] Markdown   
    May we be able to use Markdown on the Maintenance mode please guys. So we can Bold / add Links etc.
  21. Like
    Daniel B reacted to Cody in Release 3.3.0-B1   
    Version 3.3.0-b1 is now available. You can download it in the Client Area.

    This is a BETA feature release. This release is not considered stable enough for production use. Please report any bugs in the 3.3 beta bug forum.

    Installing Blesta

    See Installing Blesta in the User Manual for instructions.

    Upgrading Blesta

    See Upgrading Blesta in the User Manual for instructions.

    Release Notes

    See Blesta Core - Version 3.3.0-b1.

    For older releases see all Change Logs.
  22. Like
    Daniel B got a reaction from Blesta Addons in Merging Accounts - Duplicate Accounts   
    What I did a while ago (and thanks for reminding me to redo this on my new install) is just to remove the option of selecting a username.  That way it forces people to use their email as their username...and would then catch this issue if it happens again.
     
    Remember though, you'll have to redo this edit for any update that replaces this file since it's editing a core file.
     
    Edit this file: /plugins/order/views/templates/standard/types/registration/signup.pdt
     
    Find and [either remove or comment out]:
    <div class="radio"> <label> <?php $this->Form->fieldRadio("username_type", "username", ($this->Html->ifSet($vars->username_type) == "username"), array("id"=>"username_type_username")); $this->_("Signup.index.field_username_type_username"); ?> </label> </div>
  23. Like
    Daniel B reacted to Blesta Addons in [Plugin] Announcement -Released-   
    what i have in my note lists for client area , a widget that will show the new or last announcement , with some settng to select how mush days the announcement shold be appear in client side .
    a popup windows can't be done now , until the v3.3 is realsed to benefict from preaction.structure event.
    any other suggestion i'm open to it .
  24. Like
    Daniel B reacted to Cody in Package Price With Setup Fee Or Without   
    There are a number of things to consider if we were to allow multiple prices per term and period through the order system. I think that it's something that can technically be done, but there are also a lot of potential issues.
    Obviously, the more people that want this the more likely it is we'll take time away from other tasks to tackle those issues.
  25. Like
    Daniel B got a reaction from Michael in [Plugin] Announcement -Released-   
    I was just getting ready to start working on that Mike, thanks for the time saver
×
×
  • Create New...