Issue on the Sticky Add to Cart
-
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.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-sticky-btn .cart{
display:none;
}
Best Regards
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.
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
Perfect, this works as expected, thank you!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Issue on the Sticky Add to Cart’ is closed to new replies.