Vitalij Mik
Vitalij Mik
Also @designcise i published an article on sitepoint last year https://www.sitepoint.com/clean-code-architecture-and-test-driven-development-in-php/ ignore the TDD Part for a while. If you don't rely on Frameworks, you have less to fear if...
@designcise youre working with PHP you can just make your webpage faster with another server and loadbalancer before your webserver, you can scale everything. if you want to go really...
@Arrvi http://tablesorter.com/docs/example-parsers.html you can add custom parser
@gaffling kann es sein dass du nicht XAMPP benutzt?
Interessant, HTTPS ist auch nicht überall verfügbar, kommt auf die Version an, ich müsste wohl beides Prüfen
well, basicly you could create an interface e.g. Interactable and let your controller implement it, then your controller action could call the methods to invoke, but i dont see the...
@SeanMerger sadly this is currently not possible. The variables which are used in E-Mail templates are generated from the last Order. Which means if we add new variables, they will...
@SeanMerger currently you have even access to the variables. if your last order was made via mollie, you have access to order.customFields.molliePayments and there you have all variables. how ever...
@AndreasA i tried to reproduce the error in order to fix the bug, but it seems like it was fixed by another ticket. can you try it again? i assume...
@m-waechter thanks for the ticket, have you tried to use the extra tab in Product settings? Under specifications you see the custom fields, but we added extra an overview "Mollie"...