Settings and activity
151 results found
-
3 votes
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
An error occurred while saving the comment -
1 vote
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
-
5 votes
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
-
3 votes
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
-
41 votes
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
20 votes
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
4 votes
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
-
1 vote
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
-
4 votes
An error occurred while saving the comment Possible fix from customer:
The change we did in shopware terms is to first decorate the Shopware\Commercial\B2B\QuoteManagement\Domain\CartToQuote\QuoteRequestRoute class in the plugin and changed the request functionAdded code for removing the discount items from the cart before the validate function is called. So that there will be no validation error when creating a Quote which has discount items in the cart.
$cart = $this->cartService->getCart($context->getToken(), $context); if ($cart->getLineItems()->filterType(LineItem::PROMOTION_LINE_ITEM_TYPE)->count() > 0) { $discountItems = $cart->getLineItems()->filterType(LineItem::PROMOTION_LINE_ITEM_TYPE)->getElements(); $discountItemIds = array_map(function (LineItem $item) { return $item->getId(); }, $discountItems); $this->cartService->removeItems($cart, $discountItemIds, $context); } $this->validateCart($cart, $context->getContext());
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
21 votes
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
An error occurred while saving the comment Time and again, customers have the problem with the mailer. It would be helpful and less time-consuming for customers and support if there were a test function for the access data in the mailer.
This means that it is not necessary to first look in the shopware logs or test mail templates.
Since the error message is available in the shopware log, it could be read out by the test function and reported to the customer.
-
7 votes
An error occurred while saving the comment See screenshot.
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
-
8 votes
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
37 votes
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
2 votes
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
-
3 votes
An error occurred while saving the comment The problem is that the discount is listed as an individual item and is therefore not included in the customs documents. As a result, the customs costs are calculated on the basis of the original price (without the discount) and customers are therefore charged too much in customs costs.
If the discount were calculated directly by Shopware on an item-related basis (and not listed as an individual item), the items would be included directly in the customs invoice at the reduced price and the customs costs would be calculated correctly accordingly.
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
5 votes
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
10 votes
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
3 votes
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
-
10 votes
An error occurred while saving the comment I would like to have the ability to sort all customer accounts by account creation date in the customer overview to see if a customer has created multiple customer accounts within a few minutes, possibly due to technical errors in the checkout process.
This should also be visible within the actual customer in order to be able to directly assess how long the customer has already existed so that further action can be taken based on this.
AdminBenjamin Hummel
(Admin, shopware AG)
shared this idea
·
-
77 votesIN RESEARCH · 15 comments · Shopware 6 - Product Feedback & Ideas » Products, Prices & Properties · Admin →
AdminBenjamin Hummel
(Admin, shopware AG)
supported this idea
·
Screenshot change language