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/
this.TransactionService.getInvoiceDocument(salesChannelId, Order)
.then((response) => {
// do something????
})
entityService
name for a custom entity?
heya,
someone uses 6.2.0 production template with "bin/watch-administration.sh" and has the problem that one cannot login in administration with the proxy mode?
Seems like this is due to the usage of the cookiestorage instead of the localstorage now, and the context.api.url parameter seems everytime "localhost" where my domain is another due development, so that the authToken writes to localhost instead my domain..
Someone has the same problem or a solution for this?
Hey does anyone know? how to use theme inheritance. I was adding views in theme.json like so:
"views": [
"@Storefront",
"@Plugins",
"@Simple",
"@MyTheme"
],
But it does not change anything. All layouts are default from storefront. Removing all entries, has also no change in frontend.
Hello "together." How can I incorporate the entity "unit" (pointer="product.unit") as a "<sw-entity-single-select ...> into my custom bundle? I've used {% block sw_product_price_form_unit_field %}'s content and the select list is displayed, but when I pick a unit, it throws an error: Status Code: 401 Unauthorized
Ok, I think what I need is Entity Aggregation https://docs.shopware.com/en/shopware-platform-dev-en/references-internals/core/dal#entity-aggregation