Mini shopping cart quantity specification always show active

This topic has 12 replies, 3 voices, and was last updated 2 years, 1 months ago ago by Tony Rodriguez

  • Avatar: salmi
    salmi
    Participant
    October 22, 2023 at 16:30

    Hi, it makes no sense to make the quantity information in the mini shopping cart only visible when you go over it, most customers will not be able to figure out that there is a hidden quantity information, this is very poorly thought out by you and must be adjusted. With which code can I get the quantity always actively displayed. An error is also present in the mobile view, there the article price is not completely displayed and the order should be.
    1. article title
    2. price
    3. quantity information

    Please, contact administrator
    for this information.
    11 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 23, 2023 at 08:16

    Hello, Salmi,

    Thank you for contacting us and for using XStore.

    It is not a bug, because the same behavior is visible on our demos. Please post your request on this page – https://www.8theme.com/taskboard/ , so our dev team read it.

    As a workaround, you can use the next custom CSS code (Global area):

    .product_list_widget li:not(:hover) .quantity-wrapper {
        -webkit-transform: translateY(0px) !important;
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
        background-color: transparent !important;
    }
    .product_list_widget .quantity-wrapper .quantity > span, .product_list_widget .quantity-wrapper .quantity input[type="number"],
    .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper span {
        background-color: white !important;
    }

    and Theme Custom CSS > Mobile:

    header .product_list_widget .quantity-wrapper.clearfix {flex-direction: column;}
    header .product_list_widget .quantity-wrapper div.quantity>span {
        padding: 11px;
    }
    header .widget .product_list_widget li {
        height: 130px;
    }

    Kind Regards,
    8theme team

    Avatar: salmi
    salmi
    Participant
    October 23, 2023 at 14:11

    Hi, thanks for the code, that worked great, how can I disable the hover effect without it moving. Have a video stored in private. Thanks a lot

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 24, 2023 at 09:56

    Hello, Salmi,

    .product_list_widget .quantity-wrapper {
        -webkit-transform: none;
        transform: none;
    }

    Kind Regards,
    8theme team

    Avatar: salmi
    salmi
    Participant
    October 24, 2023 at 12:09

    Hi, thanks for the code, I don’t want to be a pain but in the mobile view it would be cleaner if the quantity input and price are next to each other, you can take the size of the quantity input from the shopping cart page as a template, for this I have inserted a screen in private. When that is done, I would be satisfied and done for now.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 25, 2023 at 12:02

    Hello, Salmi,

    Please try to change the previous code in Custom CSS code mobile to:

    header .product_list_widget .quantity-wrapper.clearfix {flex-direction: row;background-color: white !important;}
    header .product_list_widget .quantity-wrapper div.quantity span.minus,
    header .product_list_widget .quantity-wrapper div.quantity span.plus {
        height: 50% !important;
        position: absolute;
        right: 0;
    }
    header .product_list_widget .quantity-wrapper div.quantity input[type=number] {
        border-left: 1px solid var(--et_border-color);
        min-width: 54px;
        padding-right: 24px;
    }
    header .product_list_widget .quantity-wrapper  span.plus {
        top: 0
    }
    header .product_list_widget .quantity-wrapper  span.minus {
        bottom: 0;
        border-top: none;
    }
    header  .product_list_widget .product-mini-image {
        margin-right: 15px;
    }

    Kind Regards,
    8theme team

    Avatar: salmi
    salmi
    Participant
    October 25, 2023 at 12:24

    Thank you very much, a screen is privately deposited to improve a few blemishes.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 25, 2023 at 15:34

    Hello, Salmi,

    In this case, change 15px to 3px here https://prnt.sc/WgeEP_H0mq4n and 54px https://prnt.sc/hesa15yMr3Ug to 47px.

    Kind Regards,
    8theme team

    Avatar: salmi
    salmi
    Participant
    October 25, 2023 at 15:41

    Hi, I think you didn’t understand me correctly, I mean the plus minus signs instead of on the right side position them on the left side and the price in the middle. Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 25, 2023 at 16:15

    Hello, Salmi,

    Change right to left and left to right here – https://prnt.sc/Y8AePQW1Tw7i and change
    header .product_list_widget .quantity-wrapper.clearfix {flex-direction: row;background-color: white !important;}
    to

    header .product_list_widget .quantity-wrapper.clearfix {
        flex-direction: row;
        background-color: white !important;
        display: flex;
    }

    You will get – https://prnt.sc/a-WpMwF2zOEC

    Kind Regards,
    8theme team

    Avatar: salmi
    salmi
    Participant
    October 25, 2023 at 16:37

    thank you very much works as expected.

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    October 26, 2023 at 05:51

    Hello, @salmi,

    You’re very welcome! we are delighted to hear that everything is working as expected. If you need any further assistance or have any other questions, please don’t hesitate to contact us. We’re always here to help. Thank you for choosing our services!

    Have a nice day!

    This topic is now closed.

    Best Regards,
    8Theme’s Team.

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

The issue related to '‘mini shopping cart quantity specification always show active’' 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.