Studio Version: Sticky Add To Cart Button

Studio Version: Sticky Add To Cart Button

PPUSA
Excursionist
36 0 11

Hi there,

 

Does anyone know the code to make the Add To Cart Button sticky on scroll for the Studio Version theme?

 

Thanks,

 

 

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
11754 2305 2488

Hi @PPUSA

You can try one of these apps from here

https://apps.shopify.com/search?q=Add%20To%20Cart%20Button%20sticky

- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

PPUSA
Excursionist
36 0 11
We're trying to avoid apps as they slow down the site too much.
Dan-From-Ryviu
Shopify Partner
11754 2305 2488

Hi, so you can try following this article 

https://www.shopify.com/partners/blog/112052742-how-to-create-a-sticky-add-to-cart-button-on-scroll

- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Shop_Lovers
Shopify Partner
281 46 72

Use Below CSS

button.product-form__submit.button.button--full-width.button--secondary {
display: block;
position: fixed;
bottom: 0;
left: 0;
z-index: 100;
width: 100%;
}