-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
Price Override Coupon Amounts
Blesta Addons replied to Squidix Web Hosting's topic in Feature Requests
So is not my road . I always try to find solutions far form the core files . But anyway , you can post your modifcations , there are a lot of users has are ready to hack core files to get what they need . Thanks for your contribution . -
Price Override Coupon Amounts
Blesta Addons replied to Squidix Web Hosting's topic in Feature Requests
Have you made your own odrer template or you have hacked the order class core file? -
In imvoixe setting . when you set a logo or background . can you see your logo and background in the PDF ? If yes . then the problem is just in support manager . have you any mod security rules installed? Try a simple I Upload form script to test the upload .
-
PM me . i have a beta release for this feature and i need testers .
-
[Plugin] Cpanel Csf Tounblock Ip In Cpanel
Blesta Addons replied to Blesta Addons's topic in Extensions
I wil check it this weekend to reproduce and correct if it need correction . -
This can be done without any code . In blesta set up the default language . In yiur profile set the english language . My question was for giving the visitor/clients option to change langauge without changing the profile . Ihave already completed this task . Now every one can change the language in any place in blesta from a dropdown language selector . If i have time i will write a howto without hacking the core files
-
i think a sql query can do that in phpmyadmin . but not sure of this .
-
anywhat was your response , thanks for take time to response
-
i have test it , the first observation , the size of the uploaded image is the same as the image in my pc .so the upload/download is completed . now to do more test , if you download the image with ftp programm , can you see it ? have you tried a simple upload form with php ? this is just to be more sure the probleme is from the upload proccess in the server or from the blesta upload system .
-
Hello , first , i know that using hyphens "-" in a variable is not recommanded , we should use "_" instead . but for a porject i work for it, the client already has a big and tremendous data , and almost is impossible forit to change this , and we are forced to work the hyphens . i get a sql query error SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-`depends`='12346',`status`='active'' at line 1 on line ..... i have the fallowing code in a model $fields = array("package", "name", "version", "depends" , "pre-depends", "status" ); $this->Record->where("id", "=", $package_id)->update("packages", $vars, $fields); when i remove the "pre-depends" from the fields it work perfectly . i have tried "{pre-depends}" ; "pre\-depends" without success . how i can pass this without hacking he core record.php ?
-
try this line $domain->attach($fields->fieldText("ispconfig_domain", $this->Html->ifSet($vars->ispconfig_domain), array('id'=>"ispconfig_domain", 'placeholder' => 'yourdomain.at')));
-
already requested .... please use search frm to ad your votre for a previos request .
-
[Plugin] Cpanel Csf Tounblock Ip In Cpanel
Blesta Addons replied to Blesta Addons's topic in Extensions
Normally it should work . You can test it and send feedback , is thier any bug i will correct it . Best regards . -
thier ltest activity in github was 10 months ago. thier are a alternative named expose , but it use the same phpids rules https://www.awnage.com/2014/01/06/ids-showdown-phpids-vs-expose/ Docs : https://expose.readthedocs.org/en/latest/
-
How To Create Packages (No Module) And Put Into Recurring Invoices
Blesta Addons replied to jjsararas's question in Support
It will renew every day from 12 april . -
[Gateway] Paypal Payments Universal
Blesta Addons replied to Blesta Addons's topic in The Marketplace
normally this is what is should be done . what do you have in your gateways log ? -
can you put in the same level the CORE-1287
-
Check Image Upload On Record A Payment.
Blesta Addons replied to Paul...'s topic in Feature Requests
I like the idea. But -1 for saving images in database . I prefer save them in upload directory outside the public_html . Or add ability to attach notes with transactions. -
So i can resume , the due date should be showed in proforma invoice , after convertion to final invoice is not needed to be shown , for that reason is safe to not change the due date . It remain a reference for proforma invoice .
-
i finished a call now with an accountant , due date is not needed in the official invoice . so it can be ignored if proforma is activated . (i'm talkingabout morocco , but i think almost all the laws here are the same as the EU laws ) .
-
@PaulV , i think cody ask about the due date and not the invoice date , and her question is clear , is the same issue as @phamhung has . sometimes the due date will be earlier than the invoice date . @Cody , i have asked about this subject , the answer was no probleme , because the due date can also be referrel to the proforma , and in most case the due date is not needed to be mentioned if the invoice is paid fully , as is not a legal element that the invoice should have , as the date and the number and other info . but i preffer listen to more EU customers about this subject .
-
[Gateway] Paypal Payments Universal
Blesta Addons replied to Blesta Addons's topic in The Marketplace
i don't understand your answer ?! what you mean about Automatic invoice confirmation . -
as i though the due date should not be changed . because the due date is a fixed date in the proforma . what others thinks ? due date should have date earlier than invoice date ? if yes , is should be the invoice date ? i can change the code to make it as the invoice date . but ned more opinions about this subject .
-
as i though the due date should not be changed . because the due date is a fixed date in the proforma . what others thinks ? due date should have date earlier than invoice date ? if yes , is should be the invoice date ? i can change the code to make it as the invoice date . but ned more opinions about this subject .
-
Eu Invoicing ? Proforma Yes But Not Eu Complient ?
Blesta Addons replied to wanah's question in Pre-Sales Questions
in resume it will make proforma and invoice under controle , so : - sequencial in proforma numbering not reused numbering. - invoice date will have the date of converstion from proforma to invoice and not the the date of generating the proforma .