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/
Hi, I need help,
I am trying to connect in shopware 6 for api/v1/integration
but somehow getting below error..
[errors] => Array
(
[0] => Array
(
[code] => 0
[status] => 404
[title] => Not Found
[detail] => No route found for "GET /api/v1/integration"
)
)
Can anyone please help me
Hi everyone, while trying bin/console sitemap:generate I receive the following error:
07:24:12 CRITICAL [console] Error thrown while running command "sitemap:generate". Message: "Provided language 3596b9b6539e4211b0b54e3 is not in list of available languages: " ["exception" => RuntimeException { …},"command" => "sitemap:generate","message" => "Provided language 3596b9b6539e4211b0b54e3f57bb1f63 is not in list of available languages: "]
In SalesChannelContextFactory.php line 484:
Provided language 3596b9b6539e4211b0b54e3 is not in list of available languages
I saw that also many other people had this problem. Does anyone know the solution ? Thank you
Hello, can somebody tell me where the price rules for the articles are used?
We have a shop where all product prices are 0€ because each customer is assigned an price list (1-10) and we have a price rule for each price list.
In the Listing, Detail, Search, Cart simply everywhere the price is printed as 0€.
Even in the Cart.
It looks like the Price Rules are completly ignored and not used… or am i missing a config or something else to get this working?