Can a list of permanent items be added to the shopping cart?

This topic has 14 replies, 3 voices, and was last updated 2 years, 3 months ago ago by Goostaf

  • Avatar: Goostaf
    Goostaf
    Participant
    December 26, 2021 at 11:01

    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?

    13 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 26, 2021 at 14:13

    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

    Avatar: Goostaf
    Goostaf
    Participant
    December 26, 2021 at 17:02

    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?

    Please contact administrator
    for this information.
    Avatar: Goostaf
    Goostaf
    Participant
    December 26, 2021 at 19:39

    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.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 27, 2021 at 09:28

    Hello,

    Theme Options > WooCommerce > Shop > Products style > Box Shadow On Hover > Off

    https://ibb.co/V2Kvr5Q – provide the URL of this page.

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    December 27, 2021 at 20:15

    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 ..

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 28, 2021 at 15:56

    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

    Avatar: Goostaf
    Goostaf
    Participant
    December 28, 2021 at 17:19

    Great, it helped, thanks 🙂

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 28, 2021 at 18:20

    Hello,

    You are welcome.

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    January 4, 2022 at 15:24

    Hello, can you decide that the card will pop out from above in the basket when you hover over it?

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 4, 2022 at 18:09

    Hello,

    I removed z-index https://prnt.sc/26004t6
    Check now.

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    January 10, 2022 at 12:58

    Thank you, we really still have the quick view unchanged, can this be fixed?

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 10, 2022 at 14:56

    Hello,

    Add the below code to Theme Options > Custom CSS

    .product-view-default .footer-product {
        z-index: auto;
    }

    Regards

    Avatar: Goostaf
    Goostaf
    Participant
    January 11, 2022 at 09:04

    Thank you so much 🙂

  • Viewing 14 results - 1 through 14 (of 14 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.