Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PW-8467] Payment methods in cart not shown or marked as not available #388

Open
andydandy80 opened this issue Jun 5, 2023 · 1 comment
Assignees
Labels
Bug report Indicates that issue has been marked as a possible bug

Comments

@andydandy80
Copy link

In shopping cart is under the order items a section for calculating the shipping costs depending on payment method and shipping method. The payment methods there are not complete or marked as "not available". On final checkout page all payment methods are correct shown.

I have investigated it and found following critical code parts:
src/Subscriber/PaymentSubscriber.php, Function onShoppingCartLoaded and there "$this->paymentMethodsFilterService->getAvailableGiftcards"

src/Service/PaymentMethodsFilterService.php, Function "getAvailableGiftcards". Here in the foreach loop all payments are removed.

Shopware version: 6.4.20.2
Plugin version: 3.11.0

Cart (../checkout/cart):
grafik

Checkout (../checkout/confirm):
grafik

@candemiralp candemiralp changed the title Payment methods in cart not shown or marked as not available [PW-8467] Payment methods in cart not shown or marked as not available Jun 9, 2023
@candemiralp
Copy link
Member

Hello @andydandy80,

Thanks for raising this issue. We successfully reproduced the issue and created an investigation ticket to solve it. You will be informed when it is done.

Best Regards,
Can

@candemiralp candemiralp self-assigned this Jun 9, 2023
@candemiralp candemiralp added the Bug report Indicates that issue has been marked as a possible bug label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Indicates that issue has been marked as a possible bug
Projects
None yet
Development

No branches or pull requests

2 participants