Home › Forums › WoodMart support forum › Sticky add to cart Sticky add to cart This topic has 3 replies, 2 voices, and was last updated 2 hours, 7 minutes ago by spnutratea. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 17, 2025 at 12:25 pm #646380 spnutrateaParticipant Hi Xtemos, We use WooCommerce Subscriptions for all products on our product pages. Is there a way to exclude WooCommerce Subscriptions from the sticky “Add to Cart” button? If you have a code snippet for this, please could you share with me? Kind regards, SP March 17, 2025 at 12:42 pm #646388 spnutrateaParticipant I have created attributes in the first example and second link setup with dynamic discounts. We want to keep the subscription as default. Links are shared in the private content area. March 17, 2025 at 1:34 pm #646411 Luke NielsenKeymaster Hello, 1. Use the code below for help: body .wd-sticky-btn .wcsatt-options-wrapper, body .wd-sticky-btn .promo-container { display: none; } body .wd-sticky-btn .cart { max-width: 100% !important; } 2. If we remove the Add to Cart button – https://prnt.sc/X8eoGuE_k-xk, then what is the point of the Sticky Add to Cart functionality? Kind Regards March 17, 2025 at 1:59 pm #646428 spnutrateaParticipant Hi Luke, Thank you for sharing the CSS code. What I mean is, is there a code snippet that would exclude WooCommerce Subscriptions from sticky add to cart button and only display the Purchase one time option selection for single products? Apologies for the miscommunication. Kind regards SP Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register