This topic has 6 replies, 3 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler
Hello
Cart widget not working/not showing correctly on single produce page sidebar
https://i.imgur.com/3bzT0pK.jpg – logged in user
https://i.imgur.com/pUe8HrO.jpg – not showing for guest
on Products Page it is showing correctly
https://i.imgur.com/TyDoYPB.jpg
Hello,
Please provide FTP access also.
Regards
Here are info
Hello,
We have fixed styles of the cart widget for the single product page. We don’t see any problem with the cart widget for guests https://gyazo.com/c66065c632dd565b00d7145842dbd754
Regards
Thank you,
Could you tell me what did you do exactly, since this is my test site, and I have two live web shops with the same theme so that I can implement solution there.
Best regards,
Igor
You’re welcome!
Please add this code in Theme Options > Custom CSS, as a temporary solution:
.sidebar-widget .cart-popup-container {
position: static;
visibility: visible;
opacity: 1;
box-shadow: none;
border: none;
padding: 0;
width: auto;
}
.sidebar-widget .shopping-cart-widget, .sidebar-widget .cart-popup-container:before {
display: none;
}
.cart-popup-container p {
border: none;
}
.sidebar-widget .bottom-btn .btn {
margin-bottom: 10px;
}
and delete it after the next update of the theme, because the fix will be included in style.css.
Regards
You must be logged in to reply to this topic.Log in/Sign up