How to stop showing content on the sticky add to cart?

This topic has 8 replies, 3 voices, and was last updated 10 months, 1 weeks ago ago by Tony Rodriguez

  • Avatar: PR
    PR
    Participant
    May 30, 2023 at 09:45

    Hello,

    We have added a domain link on the PCA.
    When we scroll down, we just want to show the add to cart button, but currently other content is also being shown.

    How can we only show the add to cart/buy now buttons with the price and nothing else?

    We have added details on the PCA.

    Thanks!

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 30, 2023 at 10:56

    Hello PR,

    Thank you for contacting us and for using XStore.

    This content comes from 3rd party plugins activated on your site. You can try to use the next custom CSS code:

    .etheme-sticky-cart .tc-extra-product-options,
    .etheme-sticky-cart .tc-totals-form,
    .etheme-sticky-cart .mob-hide,
    .etheme-sticky-cart .rrp-sale {
        display: none;
    }
    .etheme-sticky-cart  ins {
        padding-left: 0px !important;
    }
    .etheme-sticky-cart .et_col-xs-7 {
        width: 100%;
    }

    Kind Regards,
    8theme team

    Avatar: PR
    PR
    Participant
    May 30, 2023 at 23:52

    Hi Rose,

    thanks!
    how can we keep everything as before, but just remove the content from “extra product options”

    when we add the code it also removes the product images and name etc.

    thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 31, 2023 at 09:51

    Hello PR,

    Thank you for your response.

    In this case, please try:

    .etheme-sticky-cart .tc-extra-product-options,
    .etheme-sticky-cart .tc-totals-form,
    .etheme-sticky-cart .rrp-sale {
        display: none;
    }

    Kind Regards,
    8theme team

    Avatar: PR
    PR
    Participant
    June 1, 2023 at 03:58

    Hello Rose,

    thanks!
    if you don’t mind,

    does the code above remove these words

    “Special Sale Price, Canadian Dollars”?

    We added the code and looks great, just that we want it to show the words above. They get removed when the code is added.

    thanks for your help!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2023 at 14:02

    Hello PR,

    Thank you for your response.

    In this case, please try:

    .etheme-sticky-cart .tc-extra-product-options,
    .etheme-sticky-cart .tc-totals-form {
        display: none;
    }

    Kind Regards,
    8theme team

    Avatar: PR
    PR
    Participant
    June 23, 2023 at 21:49

    Hello Rose,

    thank you very much, it worked!

    have a great day.

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    June 24, 2023 at 08:55

    Hello, @PR

    You’re welcome! We’re glad to hear that it worked for you.

    If you have any more questions or need further assistance, feel free to reach out to us.

    Have a fantastic weekend!

    Best Regards,
    8Theme’s Team.

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

The issue related to '‘How to stop showing content on the sticky add to 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.