Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. if there are a lot of users that will buy my module , i will offer it for a low price , but if not i will offer it with high price, that wayd i can monetize my time of work .
  2. I dont know how this happen . I have qouted you in other post not here !!!! I will delete it now
  3. Sorry , is 2 files coded, 1 controller and 1 model file .
  4. i have the module already done, it need just to add the installation tab ... it work with ovh, soyoustart, kimsufi and EU or CA .
  5. your callback url should be set in blesta gateways and send via options to your whmcs gateway . something like Configure::get("Blesta.gw_callback_url") . Configure::get("Blesta.company_id") ."/your_blesta_gateway/?client_id=" . $this->ifSet($contact_info['client_id'])
  6. change this <?php if ($this->Html->ifSet($logged_in)) { ?> by <?php if ($this->Html->ifSet($client)) { ?>
  7. when we edit a service , and error reporting is set to -1 , the fallowing error appear . Undefined index: coupon_code on line 3952 in /home/xxxxxx/public_html/app/controllers/admin_clients.php so is better to check if the coupon_code is set or not isset() . this just improuvement and not a bug i think .
  8. you need to debug this , try firebug first . then try to re-upload all the blesta files ...
  9. maybe plugin use a php function that is not enabled in the settings or a rewrite issue .
  10. error 500 is related to httpd or php settings/config . like suphp or anything related to apache/php . is not a blesta issue .
  11. can you check the http error log ... also can you delete any third party plugins from ftp . any disabled function in php.ini ?
  12. we need to see a feature to make the addons services renew dates auto sync with parent services . this task can't be done with a custom plugin, it need a core modification . in a lot of case the client renew the main service and ignore the addons domain id the adons domain is ordered separately . and others are claim about the prices , they need to pay just to the end of term of the parent services .
  13. we need to remove the manual thing from our tasks .
  14. we have some services as addons of other services, when the client order the addons, the renew date should be the same as the main service , is there a setting for this ? sample : hosting 1 year , order 1-1-2016 . addon (ip adresse) 1 year , ordered 5-5-2016 . now every service has it own renew date , normmaly i need the addon renew date should be sync with master service, also in activation the client pay a prorata amount (5-5-2016 to 1-1-2017) this is possible with blesta now ?
  15. from his answer , i have tested blesta in linux so many months ago and it was working fine for me .
  16. have you used the firebug to see if a error is deny the site from loading in linux browsers , blesta staff also should investigate this .
  17. what i think is the fallowing easy conditions . no soft delete if the pricing_id is used in a active service , even if is 1 service . that is totally clear and we don't have any claim in this . now , if the pricing_id is used in 1 or more services n and that services all are canceled , as now in blesta there are no option to re-activate canceled services , so we can delete the pricing id from the system and from database without any problem . i don't see any problem here . my DELETE = delete from database , not just hide it or make it unused . if you want a true case take this . i have selling package "XXX" with 5 terms , after some time we have decided to let only 3 term , we have changed the order form (blesta v2) and we forced client in renew to choose new term , the two other terms now are not used in any active service ; in actual order form the two term are shown and client can select them , we was forced to delete them from database .
  18. Logs has XXX time to be deleted . If not, it called "Museum" .
  19. Fontawesmone will be shipped with the theme or as vendors ? I suggest to make bootsrap and fontawsmone shipped as vendors , that way it will be used anywhere in blesta and easy to maintain updates in min release .
  20. Sessions ... !!!
  21. @Paul in my poor logic : Delete a pricing or a package that has all related services canceled should be exist and handled . I dont see any obstacle for this . It has no sense for me at least save a package in restrict status just because 1 pricing is was used for so many edge ago !!! every year i sbould make universary party for my old packages and services
×
×
  • Create New...