Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
37 views

I want to multi-sort the entire export file (lots of data) via the Shopware 6 command. The command accepts an input file, which is processed through fgetcsv() loop through and read the data from the ...
wp_lancer's user avatar
1 vote
1 answer
64 views

I have the following plugins: PluginAaaa PluginBbbb (depends on PluginAaaa) PluginCccc (depends on PluginBbbb) Let's say that all 3 plugins were required by composer and all files are available in ...
Matheus Gontijo's user avatar
0 votes
0 answers
47 views

I want to access the plugins from the Shopware Store through a private JFrog Artifactory so that I don't have to share the Store Bearer Key with all Developers. I have created a remote composer ...
Polrov's user avatar
  • 53
0 votes
0 answers
76 views

I am using system_config.yaml file for my staging environment, and I want to configure some values per specific sales channels. According to the docs, it should work, but on my end, I got an error: ...
Martin Locke's user avatar
0 votes
1 answer
73 views

I am using https://github.com/shopware/acceptance-test-suite/ to run playwright tests. Part of this is that the test suite creates test users and cleans up those after the test passed or failed. For ...
Alex's user avatar
  • 35.9k
-1 votes
1 answer
49 views

I would like to create a small plugin (Shopware 6.7) that changes the customer group (with vat / without vat) via a toggle switcher in the frontend. The UI logic is already working, i store a session ...
q0re's user avatar
  • 1,347
0 votes
1 answer
68 views

I have a couple of custom scheduled tasks. When the task fails(for example, because of a timeout from the API), the task has a "failed" status. The problem is that the task never runs again. ...
Martin Locke's user avatar
-1 votes
1 answer
136 views

I am using the Shopware 6 sync API. I want to update a huge amount products, but don't know their IDs. If I knew the ID I would make calls like POST {{baseurl}}/api/_action/sync { "upsert-...
Alex's user avatar
  • 35.9k
0 votes
1 answer
38 views

In a Shopware 6 API based import I want to set the cross sellings for a product, taking care of old data to be removed. I don't want to fetch all old IDs first. I know I can use criteria sync API ...
Alex's user avatar
  • 35.9k
0 votes
0 answers
33 views

When pushing a product to Shopware 6 sync API and I want to specify a unit, I need to set unitId. There is the field unit.shortName, too. Is there a smart way to push only the shortName and have ...
Alex's user avatar
  • 35.9k
0 votes
1 answer
96 views

I am creating products with the sync REST API endpoint. I have a few custom fields that require translation. How can I translate them when creating/updating the products? My basic request to /api/...
Daniel's user avatar
  • 1,041
2 votes
1 answer
79 views

I am trying to remove the price block layout_search_suggest_result_price from the autosuggest search in Shopware v6.6.10.5. The FroshDevelopmentHelper shows it as BLOCK BEGIN ...
Alex's user avatar
  • 35.9k
0 votes
1 answer
88 views

I am developing a Shopware 6 plugin with the goal of sorting product search results by a custom field custom_product_ranking. I implemented an Event Subscriber listening to the ...
mingus2's user avatar
  • 13
1 vote
0 answers
57 views

I'm using Shopware 6.6 and encountering an issue with product associations: When I use the /store-api/search endpoint like this: POST https://localhost/store-api/search Request body: { "search&...
Leon Schwanitz's user avatar
0 votes
0 answers
32 views

I am developing a payment plugin for Shopware 6.7. Please tell me how to get a select box on the plugin settings page in the admin panel that will only contain order statuses. Currently, I can get a ...
shylosa's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
85