-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
The form token is invalid. Client login page only.
Blesta Addons replied to dimsum's question in Support
Are you using the default theme ? When you load the login page , check in the source the content of th hidden input token . Then open the page in other browser and check the token , they sbould'n be the same token value . -
I use i the universal paypal payment gateway, it was cloned from the core paypal standard and never experienced this case . i will check tomorow for more test about them .
-
Locked domain = can t change whois or nameservers or any other info related to the domain . But normally it should return a error mesage not a success message . Can you post the log module response and the domain status .
-
Custom Report - Services with Configurable Option
Blesta Addons replied to John's question in Support
first you need to get the module_row id for the logicbox . then create a custom request to database with this code public function searchServiceFields($module_id) { $fields = array("services.*",'service_options.*'); return $this->Record->select($fields)-> from("services")-> innerJoin("module_rows", "module_rows.id", "=", "services.module_row_id", false)-> innerJoin("service_options", "service_options.service_id", "=", "services.id", false)-> where("services.module_row_id", "=", $module_id)-> group("services.id")->fetchAll(); } you can use the function like $services = $this->searchServiceFields(7); // 7 is the module row id print_r($services); this custom code will return just the service that use the module "XXXX" that has configoption . -
[Custom Report] Paid Invoices Ids Per Day Of Month
Blesta Addons replied to Rodrigo's topic in Contribute
have tried this report , is not returning any data . -
Custom Report - Services with Configurable Option
Blesta Addons replied to John's question in Support
wich registrar module you use ? -
i have modified logicboxes module and is working for me . try to test my logicboxes reloaded module and see if you recieve the same error . normally in the module logs you should see the response data .
-
Hello . the domain refactor will be released in v4.1 , and appear is will take a long time . we are searching a way to accomplish the feature of free domain with packages "xx" . we have worked hard in a new order type for the order plugin without touching any core files , and we have arrive to a true hosting order form , we have created a new plugin that act in the vent "Invoice.Add" , when a invoice is created and have both the package "XXXX" and domain service, the line for the domain is changed to 0$ . when invoice is paid the domain + hosting is renewed . at here all thing is wonderful . now it left for us just the option of free domain with a selected packages in the order form , the problem we are facing is that every package need a pricing_id , and we can't make a new term pricing with 0$ ,as the smarty client can change the term price for a single domain . the obstacle is that the cart is getting the prices form database directly for every pricing_id . and we cant just change the pricing view in the cart to 0$ . we have looked to use a hidden coupon, and in our order form type , we have magic function that check the cart content , and if the package "XXXX" + domain exist we apply the coupon, if not the coupon is not applied . do you think this is real solution or something we can really relay in it ? any help in a idea is welcome , we will release the order form type when we are 100% satisfied with our work with the extra plugin . thanks for all in advance .
-
Suspension Error Email , Reason As The Same For All Emails.
Blesta Addons replied to Blesta Addons's topic in Bugs
yes that is the case , even if i have unset the $errors , i still receiving the wrong email , what i suspect is that the $this->Services->errors() is still has the old value , and we should clear or empty the error set . any quick fix to test it ? -
Suspension Error Email , Reason As The Same For All Emails.
Blesta Addons replied to Blesta Addons's topic in Bugs
Anyone can duplicate this bug ? we have the fallowing case : Service A , B , C , D . they all will be suspended at the same date . Service A , Well Suspended , so no error generated . Service B , Error in suspension, email sent with error code XXXXXX . Service C , Well Suspended , but an email with error sent withe the previous error XXXXXX . Service D , Well Suspended , but an email with error sent withe the previous error XXXXXX . -
update to 1.0.8 now. thanks to mcarcadex for his collaboration .
-
i'm forcing a https redirect via htaccess , and we get the paypal notification without any problem .
-
Hello All . LAST UPDATE 09-08-2016 IF YOU WANT TO THANK ME WITH A LITTE DONATION , you can do it with PAYPAL DONATION from here a lot of users request a option to delete invoices , and as promised , we are providing the plugin to delete invoices . the plugin work withe the event invoices.edit, when a invoice is set to voided the plugin delete it and all related lines and recurring and delivery . NOTE : if the plugin is installed , when you click void invoice , the plugin will delete that invoice immediately . the plugin also has two extra options : 1 - cronjob to auto delete voided invoices that has more than xx old days , with option to delete proforma type also . 2 - a mass delete option to delete the voided invoices . as always the installtion steps is : 1 - download plugin from Blesta Addons . 2 - upload the delete_invoices folder inside plugin directory . 3 - goto plugins , and install Delete Invoices. 4 - enjoy the free content . Screenshot the code source are here don't use the github files , as the installer plugin is not available in github . ANY BUG/SUGGESTION REPORT IT I THIS THREAD . Best regards
-
New release are available now , 1.0.7 it was not pushed to github or blesta-addons the update has a improuved way to delete services (services, service_fields, service_options, service_changes) and invoices (invoice_delivery, invoice_lines,invoice_line_taxes, invoices, recurring_invoices) NOTE ; i think this thread should be moved to marketplace section .
-
when i get time i will make a further investigation in this . what i can imagine is the services are canceled for all the unused pricing maybe , but not sur .
-
so i'm not lonely here .
-
for that reason i have not included the pending order in the clean process .
-
normally , the plugin should clear/clean active orders that are not paid for XX days . this plugins is tested in my site and some other sites as well . from your screenshot , the order status is accepted , the the plugin should clean it . can you change the "set order lifetime" to 7 days or 30 days and test again . check if you are using the latest version of the plugin 1.0.7 . also set invoice and service action to void , canceled respectively , as the delete invoices and services need some tweaks . if not resolved PM me .
-
The order status i think is the cause . The plugin clean only active orders . I will release a update to include pending orders . For blesta staff . What is the defirence between pending orders or active orders?
-
Yes totally certain they are not in use . only 1 term line is used . They are created from the import proccess .
-
as mentioned above , for some package we can't put them in inactive or restricted . my question is why some terms are not in use and we can't delete them ? like my screenshot , i have tried to delete one by one but always the same error .
-
maybe i have a unique situation . i have a package normally with 3 term or 1 term , and the doubled term is 0$ term , and i'm sure only one term is used , but i don't know why is not the other term cna't be deleted , they was added when we have imported the database fromv2.5 .
-
a soft delete of pricing is a must have now, we have the same probleme in so many packages . we are sure the term price is not used anywhere . when we have imported from v2.5 , some package has a lot of term price doubled 10 times or more, and we can't delete it from admin UI , an we can't restrict package as it used in so many plans . no time for me to enter database & delete about 100 lines .all of them are 1 term with price 0 . i remember a task for this already exist . i hope it done in v 4 .
-
i believe you have not received any email from the plugins ? if no email recieved that mean the plugin has not cleaned any order . what is the status of your abandoned orders ? active or pending ?
-
the code is no longer working after upgrade to 3.6.2 ... nos sure why , but the fallowing code will work . if (isset($vars->module_group) && $vars->module_group == "") { if (isset($vars->module_row) && $vars->module_row > 0) { $rows = $this->getModuleRow($vars->module_row); } else { $rows = $this->getModuleRows(); } } else // Fetch the 1st server from the list of servers in the selected group $rows = $this->getModuleRows($vars->module_group);