Gitter got replaced by Slack. Please use following invite link https://slack.shopware.com to rejoin the awesome Shopware community! https://www.shopware.com/en/news/an-introduction-to-the-shopware-community-slack/
'product',
'parentProduct',
'customFieldSets',
'loading'
]),
CartLineItem
inside the extension: $lineItem->addExtension(...)
LineItem
using LineItem::addExtension
or simply add another member var, since LineItem
is only a Struct (I guess it's adopted from Shopware 5, isn't it?). What's the correct way here? I couldn't find anything to that in documentation when you need additional information on one basket position
hello there o7
In shopware6, is it possible to define a different media url? i can see it's possible to switch to using S3 and such for media files, but i was thinking of using keyCDN with a Pull-Zone, where if a file isn't in the CDN, it's fetched from the main site.
I just can't find a list of environment variables or config settings that allows this - am i right to assume i gotta write a plugin to handle it? :)