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
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
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
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
1 vote
1 answer
77 views

What’s the order of how component overrides from plugins are applied in the administration? So if two plugins override the exact same twig-block in the administration, which override comes first?
newgennerd's user avatar
  • 1,236
0 votes
1 answer
144 views

In my work shopware project I build the storefront and administration, the storefront loads with only html no styling applied, checking the source code it shows that it's trying to use: https://to-d2c-...
Gjergj Kadriu's user avatar
0 votes
1 answer
77 views

I am creating custom plugin for Shopware 6. Below is zip file structure: └── SwagOktaSSO/ ├── src/ │ ├── Controller/ │ │ ├── AuthController.php │ ├── Resources/ │ │ ├── ...
padha's user avatar
  • 13
1 vote
1 answer
108 views

<mt-tabs @new-item-active="setActiveItem" :items="[ { label: '1', name: 'tab1' }, { label: '2', name: '...
sh0pware_n00b's user avatar
1 vote
1 answer
219 views

import './component/my-component'; is used in src/Resources/app/administration/src/main.js and within src/Resources/app/administration/src/component/my-component/index.js the code looks like this: ...
sh0pware_n00b's user avatar
1 vote
1 answer
69 views

According to this page it is now possible and recommended to define entities without the use of getters and setters for the fields. But when I define my Entity like this in "shopware/core": &...
Tom M's user avatar
  • 2,917
0 votes
0 answers
80 views

Internal Server Error An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'swag_example_size' for key 'custom_field.uniq.custom_field....
Gjergj Kadriu's user avatar
0 votes
1 answer
188 views

I'm following: Shopware 6 - Developer Training Basic (EN) From: https://academy.shopware.com/courses/take/shopware-6-developer-training-english/lessons/9225171-entities Service "Shopware\Core\...
Gjergj Kadriu's user avatar
0 votes
2 answers
104 views

I can pass parameters like filters and limits to the Shopware Admin API by simply passing them in my URI: GET http://127.0.0.1:8000/api/order?limit=2. But I want to pass these parameters in my request ...
O'Niel's user avatar
  • 1,693

15 30 50 per page
1
2 3 4 5
100