Gerald R.

Results 40 comments of Gerald R.

@extcode As far as I can see are the fixes from this PR already included in some way or not relevant any longer. This can be closed imo.

@HenryAveMedi The JS should update the minicart but you have to follow the syntax which is demanded by the JavaScript: https://github.com/extcode/cart/blob/f1e76da8b29423b2319d470f5b3c1ff777f5d2cf/Build/Sources/JavaScript/add_to_cart.js#L108-L112 Did you follow those requirements but it's still not...

@Andy-set-studio what are you are using when you do not use Sass? Vanilla CSS Nesting? Or do you mean you are simply not using Sass but still SCSS? @peacememories You...

@derhansen thanks for your engagement and that you kept an eye on it! šŸ‘šŸ¼

@mathiasrettich have you tried a wildcard value for `reverseProxyIP`? For me a similar setup works with ``` 'reverseProxyHeaderMultiValue' => 'last', 'reverseProxyIP' => '10.0.0.0/8,172.16.0.0/12,192.168.0.0/16', 'reverseProxySSL' => '*', ```

As note for v13: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102605-TSFE-fe_userRemoved.html?highlight=globals%20tsfe%20fe_user

I can unfortunately not say anything about the schedule, I am just delivering PRs. @extcode as owner is responsible for the merges and I do not know his schedule.

https://github.com/extcode/cart/tree/v9.0.0 is a stable version compatible with v12. Some work for v13 is already done and further steps are in the pipeline.

@extcode As I understand it this is also already solved with https://github.com/extcode/cart/pull/427.

@extcode I guess this can be closed as you cherry-picked the solving commits.