- or
No existing idea results
- ~ No ideas found ~
1498 results found
-
Subscription price adjustments in the Shopware Store
At the moment there is no basic feature to adjust the subscription prices of already subscribed apps or plugins.
In the future, there should be the possibility to adjust the prices even after signing up for a subscription.
Especially in times of high inflation and annually increasing costs (hosting, employees, other expenses) it is important that there is the possibility of price adjustments.
9 votesHello, we will evaluate the topic and see what such a process might look like. I will keep you up to date if we plan to implement the idea.
-
Support for returnable packaging and refuding
More and more companies in the online business are focusing on their environmental footprint.
For them, one place to work on is, of course, the packaging, which is used.More and more services rise which offer replaceable packaging with refunding the money in the online store.
https://www.boomerangpack.eu/
https://www.heycircle.de/
https://recup.de/We, as shopware, should support such initiatives and should either support them already by shopware in default or at least offer clear programming interface for implementing refunding in Shopware for the different payment providers like paypal, klana, stripe, apple pay etc. so that the replaceable packaging can be implemented.
Since the process of adapting refunding in payment providers takes a long time for them, it is required to implement this from the code side as early as possible.There are already other e-commerce solutions like shopify which support this by default (refunding payments per position and replaceable packaging) and take their position in making online shopping less environmental damaging.
More and more companies in the online business are focusing on their environmental footprint.
For them, one place to work on is, of course, the packaging, which is used.More and more services rise which offer replaceable packaging with refunding the money in the online store.
https://www.boomerangpack.eu/
https://www.heycircle.de/
https://recup.de/We, as shopware, should support such initiatives and should either support them already by shopware in default or at least offer clear programming interface for implementing refunding in Shopware for the different payment providers like paypal, klana, stripe, apple pay etc. so that the replaceable packaging can be implemented.
Since the…2 votes -
Reply directly to a contact form
It should be possible to reply to a contact form. Email from the contact request/contact form should jump in directly as a recipient when one clicks on reply.
10 votes -
Admin Extension SDK: Iframe full height
When creating a custom module via the manifest.xml, the iframe is always full-sized, nicely filling in all usable space in the Administration.
When creating a custom module using the Admin Extension SDK, the iframe has a dynamic height and is not full sized. This is understandable when using the iframe in a 'card' component, but for a custom module, it should be an option to automatically size the iframe to fill the admin page.5 votes -
Admin Extension SDK: Hide page header
As an App developer, I want to hide the entire header of the page on my custom modules.
It is currently only possible to hide the search bar.
5 votes -
Scheduled price validities
We define price validities as our prices change on certain dates. So a price of 15,90 EUR might be valid from 1.1.2023 to 14.11.2023 and 16,90 EUR from 15.11.2023. This means that the price of 15,90 should be shown in the frontend today (on November 14th) and the price of 16,90 tomorrow. The price feed comes from an external system where price validities for price types are defined.
3 votes -
Search Keywords
It should be possible to store search keywords for landing pages. This means, for example, that the career page could also be found under the search keyword job, jobs...education.
5 votes -
Use abandoned carts to increase customer loyalty
What should be possible?
Collect abandoned cart for logged users, ability to review them in the admin, design email template and schedule reminder email to customers with their cards, auto-generate coupons for these emails.
This could increase the CLV35 votes -
Splitting the prices for user roles
The rights for productprice can be assigned under users and roles in the detailed privileges.
However, productprice includes the complete pricing, so it is not possible, for example, to assign rights only for the basic price so that a user does not have access to the extended prices, for example.
It would be user-friendly if there was a further division here than putting everything in product_price.1 vote -
Custom field (labels) should be translatable
It should be possible to translate the additional field labels. If I tick "Maintain in all administrator languages" in the settings, I can still only translate in DE and EN.
1 vote -
Admin Search - Preserve Searchresults
When searching for entities in admin you are getting a list of results. After entering a entity in that list and pressing the the „back“ icon in the left corner, the you will be brought back to a list - but not the previous result list. You should be brought back to the result list…
6 votes -
Discount for identical products in the shopping cart
It would be useful to have a rule that recognizes duplicate products in the shopping cart.
The rule could look something like this: Item same product quantity is equal to 2"
As an application example:
A store operator wants to give a discount on the second product if there are two of them in the shopping cart.
So twice product A and once product B there should be a discount on one of the products A.
Twice product B, but only once product A, there should be a discount on product B.1 vote -
Clear cache after replacing an image
We would prefer that after the one-to-one replacement of images in the media manager automatically clears the cache.
This is already known from other CMS systems.The reason why the feature would be good is that the page does not display an image without clearing the cache. Since the old assignment was overwritten and the new assignment is not active
4 votes -
Switcher B2B / B2C
As a merchant I want to have the possibility to restrict the product view & price display (VAT) depending on if the customer is a private one or a company.
This should be already possible on the homepage, preferably without just a login screen.
As an example see: conrad.de12 votes -
Deactivate the newsletter in the footer of the Showroom theme
It should be possible to deactivate the newsletter field in the footer of the Showroom theme by default without the need for any extra template customization.
This would be a useful extension for many users if it could be easily deactivated in the admin.1 vote -
status DELIVERED and delivered_partially
As a merchant I want to have the an option to set status DELIVERED and delivered partially when customer receive his order.
I set status shipped when I send order and when customer received order I can set status delivered.shopware have status shipped but do not have status DELIVERED.
also, if in shopware exist status shippedpartially should be a functional to set what items from order are shipped what not,
otherwise how to know what item was shipped. I should do inventory in other app if I use shippedpartially.src/Core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryStates.php
public const STATEMACHINE = 'orderdelivery.state';
public const STATEOPEN = 'open';
public const STATEPARTIALLYSHIPPED = 'shippedpartially';
public const STATESHIPPED = 'shipped';
public const STATEPARTIALLYDELIVERED = 'deliveredpartially';
public const STATEDELIVERED = 'delivered';
public const STATEPARTIALLYRETURNED = 'returnedpartially';
public const STATERETURNED = 'returned';
public const STATECANCELLED = 'cancelled';As a merchant I want to have the an option to set status DELIVERED and delivered partially when customer receive his order.
I set status shipped when I send order and when customer received order I can set status delivered.shopware have status shipped but do not have status DELIVERED.
also, if in shopware exist status shippedpartially should be a functional to set what items from order are shipped what not,
otherwise how to know what item was shipped. I should do inventory in other app if I use shippedpartially.src/Core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryStates.php
public const STATEMACHINE = 'orderdelivery.state';…1 vote -
Better deletion of customers in admin: after opens a customer a delete button is needed
Currently, only in the customer overview, while selecting the three dots you can delete the customer.
The problem: if you search customer by exact name or mail address it is not possible to highlight the customer in the overview so can't easily delete the customer account. If you have many customers and some requests to delete the account, there is a problem (time consuming) the finish this task.
So please add the function to delete the customer account after open the customer account.
2 votes -
Jump to section after saving a shopping experience
After saving a section in a shopping experience, you must scroll down to this specific section to edit more content. If the shopping experience has lots of content and sections, scrolling is annoying. As a content manager, it would be helpful if the browser would jump to this section.
2 votes -
SwagPublisher - Allow selection of Sales Channel for preview of drafts
Currently, when previewing a draft, it will always preview the whole thing with the theme you've selected in your "standard" shopping channel. So when previewing a draft you designed for an entirely different channel with a different theme, the draft is not terribly helpful.
5 votes -
Additional field document upload
Additional field document upload
If you create an additional field in which you can upload documents and you upload documents here, they will simply be thrown into the media management.
It would be good if you have a selection option here when uploading where you can decide where these documents are stored.6 votes
- Don't see your idea?