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/
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
$array["prices"]['0']['ruleId'] = '780753d6ad57490593da1cc3926d4a92';
$array["prices"]['0']['quantityStart'] = 1;
$array["prices"]['0']['quantityEnd'] = 999;
$array["prices"]['0']['price']['0']['currencyId'] = 'b7d2554b0ce847cd82f3ac9bd1c0dfca';
$array["prices"]['0']['price']['0']['net'] = '100';
$array["prices"]['0']['price']['0']['gross'] = '119';
$array["prices"]['0']['price']['0']['linked'] = true;
With this array it will not replace the data