Niklas Wolf

Results 31 comments of Niklas Wolf

Maybe this would be an option yes, but maybe also worth investigating why the calculated tax amount from shopware is not used in the first place. I understand that it's...

@BlackScorp unfortunately I don't think that there is a reliable way to verify this. At least with the external tax provider we're using, they do not use the official TaxProvider-Interface...

Thanks @jleifeld , I'll try it this way :)

This can happen, when the post which seems to be japanese has set the language to english. Then Elk's translation feature will not trigger, because the author tells explicitely that...

@Servelan did you provide the languages you speak/understand in the language settings of elk? You can choose all languages you speak and for all posts that have set one of...

@Servelan sorry for assuming that you're familiar with developer-terms, my bad. I tested this in my feed: - set the language to English - searched for a post in my...

I think we could get the preview-functionality working with the template-files, but we'd need a slight non-breaking change in the administration: In the component that triggers the API-Call to `\Shopware\Core\Content\MailTemplate\Api\MailActionController::send`...

@Schrank you are right, because[ my PR](https://github.com/shopware/shopware/pull/4850) was merged :) Should be there since 6.6.7.0 So now we could progress with https://github.com/FriendsOfShopware/FroshPlatformTemplateMail/issues/34#issuecomment-2363260413

@tinect for the first problem (theme:compile always creating a new folder) you can use the following config in your `z-shopware.yaml` ```yaml storefront: theme: theme_path_builder_id: Shopware\Storefront\Theme\MD5ThemePathBuilder ``` But I also have...

see https://github.com/shopware/shopware/issues/11140 Should be possible now to get the right context using the deep link :)