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 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?
Hello
I am new to Shopware community
Can anyone please tell me where to get "sw-context-token" in Shopware6 using store APIs, I need to fetch orders but the order API gives the following response :
{ "errors": [ { "status": "403", "code": "CHECKOUT__CUSTOMER_NOT_LOGGED_IN", "title": "Forbidden", "detail": "Customer is not logged in.", "meta": { "parameters": [] } } ] }
https://shopware.stoplight.io/docs/store-api/storeapi.json/paths/~1account~1login/post
Says you will get "sw-context-token" after login but this API response throws the following error.
"errors": [ { "status": "400", "code": "FRAMEWORK__MISSING_REQUEST_PARAMETER", "title": "Bad Request", "detail": "Parameter "sw-context-token" is missing.", "meta": { "parameters": { "parameterName": "sw-context-token" } } } ] }
MyService extends ApiService
and the super constructor. But now the Shopware object only returns the api-service.factory.js
and not the base class. How can I still use the api.service.js
class when I'm not allowed to use src importy from the shopware core.