Georg Ringer

Results 73 issues of Georg Ringer

See https://review.typo3.org/#/c/56147/ backport der entsprechenden changes

The package `cweagans/composer-patches` is highly useful to apply patches after composer install. However it seems the command `patch` is not available? ```bash docker container run --interactive --tty --rm edbizarro/gitlab-ci-pipeline-php bash...

What about having a printable view in the backend which basically means some additional css and a toolbar icon triggering the print dialog? ![image](https://user-images.githubusercontent.com/1905663/138276914-c630dbe3-05c6-40f5-a949-72aa513a51b4.png) I can share some code if...

The comment of an order should also be IMHO shown in the show action of the backend module

Hi, we currently saw that the taxIdentificationNumber of the billing address is not shown in the email templates. IMO this should be shown there as well

it is impossible to override the fluid emails as the extension from current request will come last ![image](https://user-images.githubusercontent.com/1905663/110316777-7ae8ba00-800b-11eb-8c2c-7744c9601e3d.png) I propose to provide a custom TemplatePaths object and take a custom...

9.x
needs feedback

## Feature Request If a frontend user is logged in, the billing address should be filled with the values. Currently I am using the hook in the `CartController` `ext_localconf.php` ```php...

enhancement

## Bug Report **Current Behavior** Emails sent to buyer and seller are missing the fromName value. **Expected behavior/output** Not only the from email address but also the from name must...

It is just a suggestion but it would be cool if the file `app/web/index.php` would be removed from the repository as this file will be always changed by kind of...