This topic has 14 replies, 3 voices, and was last updated 2 years, 10 months ago ago by Goostaf
Hello, the question is not entirely on the topic, but can you tell me. Is it possible to list permanent items in the cart (cross-section) for all items at once?
Hello,
The functionality of Cross-sells comes from WooCommerce – https://woocommerce.com/document/related-products-up-sells-and-cross-sells/#section-2 , by default, there is no mentioned possibility. Try to contact the support of WooCommerce.
You can create a static block with the desired products, then show it on the Cart page as Prefooter https://prnt.sc/24n78ey
Regards
Super, I think this will work for us, thanks 🙂
Sorry, one more question about the layout, we already have so much that we are lost 🙂 We use the function: Box Shadow On Hover, but noticed that a second shadow still appears on the card on hover, that is, one around and the second inside, Can I remove the shadow inside?
You can create a static block with the desired products, then show it on the Cart page as Prefooter https://prnt.sc/24n78ey
It turned out, the only thing, when hovering over the header, I see that Z-index: 1, maybe in this question.
Hello,
Theme Options > WooCommerce > Shop > Products style > Box Shadow On Hover > Off
https://ibb.co/V2Kvr5Q – provide the URL of this page.
Regards
Theme Options > WooCommerce > Shop > Products style > Box Shadow On Hover > Off
We like this effect, the enlargement of the cards on hover, but the second shadow is superfluous, if it can be removed with styles, I will be glad. I’m talking about the shadow that appears inside the block. Or just apply an increase somehow only then separately 🙂 The link to the page is attached + video
Sorry for a bunch of questions ..
Hello,
Add the below custom to remove that shadow
@media only screen and (min-width: 993px){
.products-hover-shadow.with-ajax .ajax-content .product:hover .content-product,
.products-hover-shadow:not(.with-ajax) .product:hover .content-product {
-webkit-box-shadow: none;
box-shadow: none;
}
}
Regards
Great, it helped, thanks 🙂
Hello,
You are welcome.
Regards
Hello, can you decide that the card will pop out from above in the basket when you hover over it?
Thank you, we really still have the quick view unchanged, can this be fixed?
Hello,
Add the below code to Theme Options > Custom CSS
.product-view-default .footer-product {
z-index: auto;
}
Regards
Thank you so much 🙂
Tagged: best selling, list, permanent items, shopping cart, themes, woocommerce
The issue related to '‘Can a list of permanent items be added to the shopping cart?’' has been successfully resolved, and the topic is now closed for further responses