Double "compare button" for configurable products since 6.4.13
constancyGmbH opened this issue · 3 comments
constancyGmbH commented
PHP Version
No response
Shopware Version
6.4.13
Actual behaviour
As you can see, with configurable products the Button for compare is doubled since the update to Shopware 6.4.13
You can check it online on our store: https://www.niesky-moebel-shop.de
Expected behaviour
Show Button only once
Steps to Reproduce?
We just did the Update to Shopware 6.4.13
constancyGmbH commented
Since I can't find the Problem, I qickfixed it with a css class
.card .card-body .product-info .compare-button:nth-child(2){
display: none;
}
But this is no final solution 😔
vienthuong commented
Hi @constancyGmbH,
Could you try to describe the bug more specific?
Maybe your theme or some other plugins make the bug happend, I'm currently on 6.4.13 but the button only displays once
shyim commented
I will close this as inactive