Home Forums WoodMart support forum Issue on the Sticky Add to Cart

Issue on the Sticky Add to Cart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #127808

    covicon
    Participant

    Hi Woodmart Team

    I recognized an issue by using the (Original) Woocommerce Bundle Plugin. By using the Function under “Linked Product -> Frequently bought together” it integrates it into Sticky Add to Cart Area and it looks Wrong and too big. Would it possible to excluge it from the Sticky Add to Cart? In Private Content i send you a Link to the Page. Also a Screenshot attached here.

    Brg Jack

    Attachments:
    You must be logged in to view attached files.
    #127821

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-sticky-btn .cart{
    display:none;
    }

    Best Regards

    #127837

    covicon
    Participant

    Hi Elise, thanks, but this works not correct, because also the Add to Cart button is hided than.

    Attachments:
    You must be logged in to view attached files.
    #127848

    Hello,

    Please replace the code:

    body .woodmart-sticky-btn .cart .bundle_sells_title,
    body .woodmart-sticky-btn .cart .bundle_sells_form,
    body .woodmart-sticky-btn .cart .quantity{
    display:none;
    }

    Best Regards

    #127949

    covicon
    Participant

    Perfect, this works as expected, thank you!

    #127977

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Issue on the Sticky Add to Cart’ is closed to new replies.