Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/2014 in all areas

  1. It sounds like the Order plugin would have to support and listen to its own custom events in the case you described. Plugins supporting their own events would be interesting, but I think the OP's feature could be resolved simply by updating the Order plugin to support the 'one service per client' feature. As Licensecart mentioned, this does bring up some potential issues, such as when the service is cancelled, can they order the service again? What if an admin manually adds multiple services to the client? Would this negatively affect you, the client, or the services in some way? And how would this affect addons? Could addons be ordered multiple times if they are added onto separate services? Some things to think about..
    2 points
  2. This important to me for customers who have domains purchased through me. I would prefer to give them more notice than the customers who are paying for hosting. For example say 10 days for domain renewal and 5 days for hosting. This will let the invoice be generated thusly giving the client more time to respond rather than scrambling after a long weekend and noticing their domain expired on break. The first idea that went through my mind was to set a schedule (In the Invoice and Charge setting) and then attach packages to that schedule for sending email reminders.
    1 point
  3. It's included with the license manager plugin directory: blesta/plugins/license_manager/dist you will find an example and the files you need to initialize the licensing.
    1 point
  4. Paul

    Eu - New Vat Rules

    It seems to me if someone provides a fake address to avoid paying VAT, then they are the ones who are committing tax fraud. This makes EU businesses into detectives. Anyway, very good suggestions @naja7host!
    1 point
  5. We are talking about service .so addons Is Not the interest here and can be ordered as many times. If i want a package per Client i will never put it in addons .For the admin side, or for cancelled service ,a simple option to allow this or disable it . I think the OP request this because some clients ordering more than one time the trial modules . For me , the interest here is a event for the order plugin .
    1 point
  6. Blesta Addons

    Eu - New Vat Rules

    yes, you can . and it work also . all my works/project i inject the js to the footer section .
    1 point
  7. +1 . is easy to do a plugin tha can determine if the client already has a service from the package X . the probleme is how to implement it in the order form (without hacking the core files ) ?! the solution is a new event for that. and another time i will push the events subject , the more event we have the more plugins we can do .
    1 point
  8. Yes Ingram Micro, il sent their email im PM
    1 point
  9. Is this the entirety of your validation? If so, that is not sufficient, and the reason you're able to continue on to the next page is because no validation occurs. You have defined a rule in $rules, but never use it for Input validation, e.g. public function validateService($package, $vars=null) { $rules = array( ... ); $this->Input->setRules($rules); return $this->Input->validates($vars); }
    1 point
  10. Paul

    Void Invoice Activates Service

    The pending service should be deleted first. The way pending services are activated is when nothing is due for them, voiding an invoice results in nothing due. But, you make a good point, it would be ideal if when voiding an invoice you'd get a confirmation that there are pending services.
    1 point
×
×
  • Create New...