Cart widget not working on single produce page sidebar

This topic has 6 replies, 3 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler

  • Avatar: igor03
    igor03
    Participant
    September 8, 2019 at 10:44

    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

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2019 at 14:02

    Hello,

    Please provide FTP access also.

    Regards

    Avatar: igor03
    igor03
    Participant
    September 17, 2019 at 13:41

    Here are info

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 18, 2019 at 17:28

    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

    Avatar: igor03
    igor03
    Participant
    September 19, 2019 at 10:59

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2019 at 15:52

    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

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

You must be logged in to reply to this topic.Log in/Sign up

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