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/
<component name="sw-entity-single-select">
<name>myMailTemplate</name>
<entity>mail_template</entity>
<label>Foo</label>
</component>
filesystem:
allowed_extensions: ["exe", "jpg", "jpeg", "png", "webp", "gif", "svg", "bmp", "tiff", "tif", "eps", "webm", "mkv", "flv", "ogv", "ogg", "mov", "mp4", "avi", "wmv", "pdf", "aac", "mp3", "wav", "flac", "oga", "wma", "txt", "doc"]
@peter-bztrs @aleckscastro Agreed. I am building a shop to replace a Magento shop and I know they will need to edit orders, refund partially, ship items separately, etc.
From the db structure, all this seems to be possible - but it is VERY unclear how these things are supposed to work in the admin and/or what is supported and what is not
<sw-sales-channel-switch
ref="salesChannelSwitch"
:label="$tc('sw-seo-url.labelSalesChannelSelect')"
@change-sales-channel-id="onSalesChannelChanged">
</sw-sales-channel-switch>
@azngeek I am also Migrating from Magento. Be aware that in Magento we have "product attributes" and in Shopware we have "properties" and "custom fields".
Probably you will want to split the Magento product attributes and transform some into properties and some into custom fields !
@azngeek read these:
https://docs.shopware.com/en/shopware-6-en/products/properties
and
https://docs.shopware.com/en/shopware-6-en/settings/custom-fields
It took me some days of messing around before I noticed this is not the same as in magento