-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
so if i well understand in client order page when he select paypal . - he will redirected to the agreement page . - after accept , he will redirected to the order payment page . - when he click in paypal button page , normally it will not redirect them the to paypal payment page , it will just send a request to the paypal to apply the payment with the agrement . something like a merchant gateway ?
-
this is a more sophistical problem than just a limits . i have t found the only reliable solution it to add a packages for resellers like the packages accounts . that give more control and easy modification . i have requested to cpanel two years ago https://features.cpanel.net/topic/packages-for-resellers i have found a semilar one here also https://features.cpanel.net/topic/need-the-ability-to-create-reseller-packages
-
Page Refresh Doesn't Log Out A User Upon Ip Address Change
Blesta Addons replied to L3Y's topic in Bugs
i don't see any bug here !!! -
if well i understand the billing agreement , it mean recurring subscription with undefined amount ?
-
Reusable Product Email Templates
Blesta Addons replied to Squidix Web Hosting's topic in Feature Requests
what i need to insist hir is the multi-languages part . also the delete option , don't allow delete a welcome email if is already assigned to a package . another error what can occur is the tags , as some module has a custom tags that is deferent from other . what i suggest hir, is when saving a package , check the tags in template are accepted by the module to aviod a error in sending welcome email . -
Ability To Resend Welcome Email
Blesta Addons replied to Squidix Web Hosting's topic in Feature Requests
i heve done it for you Plugin done and released for free here http://www.blesta.com/forums/index.php?/topic/5074-plugin-resend-welcome-email/ . description taked from the Paul's JIRA CORE-1786 . added also in blesta marketplace . -
Hello Again we bring free and exclusive content , this time is the Resend Welcome Email plugin . Plugin initially developed as an utility for admins to resend the welcome email to a given client , this will reduce the time to answer some tickets and give a easy way to the staff . description from blesta staff : screenshoot : This Plugin is tested in our test server , no bugs at the moment . this plugin requiere the Access (Free) subscription . Order Link as always the installtion steps is : 1 - download the file http://blesta-addons.com/ 2 - upload the resend_welcome_email folder inside plugin directory . 3 - goto plugins , and install resend welcome email Plugin . 4 - enjoy the free content . The Plugins / Modules take from us a lot of time , so any donation are welcome . Any Suggestion/Bug Please report it here .
-
is 1 file or multiple files ? if multiple try remove all , and them ad one by one unlil the order page stop working . then try to fix the fiel caused the probleme
-
is better to adjust the js of the theme rather than touching the order js files .
-
the NOC-PS module is released in open source and under GPL as i think . i don't see any conflict here, and violation of term . the client pay for service and not for how an when he should use the API . one thing here is you need to make your own module and merge in it what you want unless @max accept changing thier module .
-
Hello All . today i will share with you a simple hack to convert gateways name to multilanguages . open gateway_manager.php in app/models . in getAllInstalledNonmerchant function . saerch foreach ($gateways as &$gw) { // Fetch all meta data for this gateway $gw->meta = $this->getMeta($gw->id); // Fetch all currencies for this gateway $gw->currencies = $this->getCurrencies($gw->id); } replace with foreach ($gateways as &$gw) { // Fetch all meta data for this gateway $gw->meta = $this->getMeta($gw->id); // Fetch all currencies for this gateway $gw->currencies = $this->getCurrencies($gw->id); // Convert gateway name to multilanguages $gateway = $this->loadGateway($gw->class, $gw->type); $gw->name = $gateway->getName() ; } as you all see , is s imple fix with just two line of codes . i hope blesta staff can add it to the next version .
-
after gateway installation , the gateway name has no relation with languages files . so edit delete has no impact of the displayed name . the only solution i see now is to hack gateway-manager.php model , to make it fetch the name from file and not from database . is not so hard , i will share my solution in the next minutes .
-
if you use the core module, there are no otion to edit the VMID locally . but if you use my reloaded proxmox module the answer is yes, just uncheck the "use module" box . and enter the info of your services .
-
How To Check If Client Has Subscription/package On Ordering
Blesta Addons replied to LukesUbuntu's question in Support
So, we can consider that the Cody will take the same Morpheus strategy ?! -
good job .
-
Page Refresh Doesn't Log Out A User Upon Ip Address Change
Blesta Addons replied to L3Y's topic in Bugs
is the box remember me was checked on login ? -
ignore them as licensecart say . and make focus in your positive points .
-
The rubbish can be transformed to robust in any time , just it need a good vision and leader-man . windows 8 was a big lose of microsoft , but after they changed the director , they have reloaded and revived again with windows 10 . the whm** has all the aspect to be the best , but their poor directors decisions is killing the software , they need to do a revolution in their mind . blesta has the best software platform , but is not targeting the adequate market , blesta should target the "HOSTING INDUSTRIES" , the big money and the big clients are in that market .
-
Limit A Customer To Ordering A Product Only Once
Blesta Addons replied to Blesta Addons's topic in Feature Requests
For trials , it need check cancel/activated/pending , normally all status. for certain case can be just in active mode . -
Invoice Number Label In Proforma Pdf
Blesta Addons replied to Blesta Addons's topic in Feature Requests
Thanks for the CORE-1803. This can be a good addition , i have resolved this by changing the name widget to "Proformas / Invoices" not a professional solution but accepted solution that we can live with it . -
yes , you are right , in the client login page it return a error page . need some further investigation EDIT : this link is working client/login/?set_language=fr_fr