Stephan Grass
Stephan Grass
addToCartByAjax will not work in teaser pugins, if more than one article is shown per page. In cart.js the action ist called by $("#add-product-form").submit(function(e) { ... } and in CatForm.html...
localized products will not shown in teaser view. I think you must change in the repository-function findByUids: $query->matching( $query->in('uid', $uids) ); by something like (I don't know, if this is...
I tried to use select boxes that allows multiple selections as femanager fields. One for my own model and the country field from femanager. In both cases I will get...
How can I use my own UploadViewHelper-Template. I tried: `plugin.tx_mediaupload {` ` view {` ` widget {` ` Fab\MediaUpload\ViewHelpers\Widget\UploadViewHelper {` ` templateRootPath = EXT:myext/Resources/Private/Templates/` ` }` ` }` ` }`...
- TYPO3 version(s): [10.4.32] - news version: [10.0.3] If there are several news items with the same title, a news item that is set to the language "All" is not...
Hi, it will be nice to have an option to delete fe_users after unsubscription in the unsubscription-plugin. This should cause in removing the fe_user record or set deleted to 1....
Hi, I would like to include a link to the "web view" of the newsletter in the newsletter I have sent. Can I get to the uid of the sending...
The feature "Load CSS files now inline in HTML-tags" leads to the fact that not the complete Zurb CSS is loaded anymore. So the responsive behavior has been lost. No...
After updating to TYPO3 10.4.4 with luxletter 2.2.0 I get the error `TypoScriptFrontendController must be constructed with a valid SiteLanguage object or a resolved site in the current request as...
In an IONOS web hosting package, the RewriteRule ^ %{REQUEST_FILENAME}\.webp [L,T=image/webp] returns a 404 error. If you replace it with RewriteRule ^ %{REQUEST_URI}\.webp [L,T=image/webp], it works. Perhaps this will help...