- or
No existing idea results
- ~ No ideas found ~
1267 results found
-
Build scss with node-sass
If nodejs is available on the system use node-sass instead of PHP Scss and Autoprefixer to compile the theme.
2 votes -
"tag"-filter in order overview
The "tag"-filter should validate on tags within the "product" entity and therefore show orders, which include articles with this specific tag / these specific tags.
2 votes -
Login with mobile number
Not everyone has an email address, but most have a cell phone number. Therefore, it would be cool if you could register in the store with your cell phone number instead of your email address, optionally if necessary.
2 votes -
Differ scale unit for selling unit and base price
Enable the option to define a base price for verticals like food products that can be displayed on the storefront.
Currently, it's not possible to differ the scale unit for the actual content and the base price.
Example:
A food product that comes in a package of 50 gramm, but base price is set per 1 kilogramm.
When i define the scale unit as "kilogramm", it always shows also my selling unit (package of 50gramm) as "0.05 kilogramm", not "50 gramm"3 votes -
Click & Collect
Introduce the option for merchants with local brick & mortar stores to offer click & collect in the checkout.
12 votes -
Product configurator
Somewhat similar to custom products: There's no option tho to change "normal" variant, for example if a "blue" variant should always cost 5€ more than the main product. When Changing the price of the main product, the variant price should be changed automatically aswell.
3 votes -
Remove limitation to 25 results in lists, comboxes, etc.
Remove the limitation to 25 results in lists, comboxes, etc.
If you manage more than 25 languages or have more than 25 promotion rules with similar names - this problem is easy to understand. There are various places in the admin where pagination or auto-reload is given when scrolling.
The request to Shopware:
Please make this universal, and don't limit it to max 25 search results.
8 votes -
It should be possible to restrict the export of orders in the date.
It should be possible to restrict the export of orders. For example, only the orders of the last month could be exported.
5 votes -
Flow Action improvements
Flow Actions require some changes.
1) Optional config, headers and parameters
Currently according to the flow-action.xsd the tags header, config and parameters are required. Because of this, we had to add a config tag even if our action has no configs at all. It is strange that the meta tag is not required.
Solution: set minOccurs="0" for config, header and parameters tag in the xsd
2) it is not possible to pass the the configured checkbox over parameters. the checkbox is a boolean field and parameter is a string field, because of this, the action will not be triggered.
Solution: allow boolean fields to be converted to string
3) Documentation for Flow Action xml is wrong
here are examples how we can define the options inside flow-action.xml
the correct way to do so is
<options>
<option value="yes">
<label>Yes</label>
<label lang="de-DE">Ja</label>
</option>
<option value="no">
<label>No</label>
<label lang="de-DE">Nein</label>
</option>
</options>there is no id or value tags which are defined in the xsd.
Solution: Either change xsd or change the documentation
4) Flow Action webhooks does not contain any information about the app like the shopId
this part just use the configured content and sends it to the webhook. if we want to execute something via flow builder action instead of app action, we cannot do this because shopId is missing.
Solution: Add app related data over headers to the Flow Action hook
Flow Actions require some changes.
1) Optional config, headers and parameters
Currently according to the flow-action.xsd the tags header, config and parameters are required. Because of this, we had to add a config tag even if our action has no configs at all. It is strange that the meta tag is not required.
Solution: set minOccurs="0" for config, header and parameters tag in the xsd
2) it is not possible to pass the the configured checkbox over parameters. the checkbox is a boolean field and parameter is a string field, because of this, the action will not be triggered.
Solution:…
2 votes -
Structure elements in menus: Choose visibility on viewports
If customers use structure elements in menus, these elements will lead to another click in the mobile menu. Example: Our standard menu clothing > ladies. If you add a structure element clothing > clothing > ladies, the second clothing will be ignored in the desktop menu. In mobile view you have to click on the first clothing and then on the second clothing to open the menu you wanted to reach. Make it decisible for clients.
1 vote -
Improve Variant generator
Simplify and fix the generating of variants with several Improvements like automatically assign the properties to the variant product that have been choosen to generate it etc
12 votes -
Shopping Experiences: Product slider with less than 3 products
If you insert a product slider into a shopping experience and you use less than 3 products, the products will not be centred on the page but left-aligned.
If you want to adjust this via the layout settings (for example 500px left margin), the mobile display is no longer centred.
It should therefore be possible to centre the slider regardless of the number of products stored.
1 vote -
Countdown as a content element in Shopping Experiences
In order to make customers aware of a limited-time promotion in the store, it would be cool to be able to embed a countdown that indicates the end of the promotion.
2 votes -
Rule based preview for Shopping Experiences
Currently, there is no way to test the rules placed at a block in the Shopping Experiences. For this, it would be helpful to be able to test the rules placed on a block in a preview. The customer should be able to check if what he has configured works.
2 votes -
Improve email template UX
The email templates have an outdated user experience and need easier options to edit and customise them.
13 votes -
Content search
As a shop owner, my customers should be able to find every content of the shop, not only products.
13 votesWith the integration of native blog functionalities, this feature will become even more important.
-
Scheduled import/export
Implement an option that allows to schedule imports/exports periodically.
7 votes -
Database ENGINE=InnoDB;
When Shopware creates new database tables, it should always add tags like the following. At least when these are the collations that are needed. Otherwise a little database misconfiguration can stop you from installing B2B-Suite for example.
COLLATE=\'utf8unicodeci\'
ENGINE=InnoDB;1 vote -
Video in Slider
It should be possible to add videos in a "picture slider" aswell or maybe add another slider block with the option to choose between multiple different kinds of elements (pics/ videos/...)
7 votes -
3D Product Visualization / Configurator
Especially for B2B merchants, basic product configuration solved with our Custom Products feature is not enough. Highly complex and individual configurations must be supported, e.g. to configure products like hardware parts, individual window/door requirements etc.
3D Visualisation could reduce complexity, for example with explosion graphics demonstrating machines and their individual (spare) parts.
2 votes
- Don't see your idea?