Sales booster, Quantity discounts – make Quantity stay visible on Single Product Page

This topic has 5 replies, 2 voices, and was last updated 1 years ago ago by creativesite

  • Avatar: Barbara
    creativesite
    Participant
    April 21, 2023 at 14:54

    Hi again,
    How can I make in the quantity [ – ] [ + ]
    stay visible on Single Product Page in “Sales booster, Quantity discounts, buy more, save more”?
    https://postimg.cc/PLXM0CCq

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 21, 2023 at 15:18

    Hello, Creativesite,

    Please try to use the next custom CSS code:

    .sales-booster-quantity-discounts .quantity-discount-item:not(:hover) .quantity {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    Kind Regards,
    8theme team

    Avatar: Barbara
    creativesite
    Participant
    April 21, 2023 at 15:27

    Hi Rose,

    thank you for the quick response.
    Unfortunately it did not make it visible. I put !important there as well, but it still did not change. (I deleted cache and cookies)
    Maybe the “show only on hover” function should be turned off? (I’m just guessing)

    Thank you in advance!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 21, 2023 at 15:59

    Hello, Creativesite,

    .single-product .sales-booster-quantity-discounts .quantity-discount-item:not(:hover) .quantity {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    Kind Regards,
    8theme team

    Avatar: Barbara
    creativesite
    Participant
    April 21, 2023 at 16:02

    Thank you !!

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

The issue related to '‘Sales booster, Quantity discounts – make Quantity stay visible on Single Product Page’' 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.