This topic has 8 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Is there a way to add a Sticky add to cart button to product page?
That when i scroll down the Produkt or the add to cart button is also viewable???
It would push the conversion hard.
Hello,
Try to activate Fixed product content option in Theme Options > E-Commerce > Single Product Page.
Regards
sry but this does not solve it 🙁
It doesnt changed anything
Hello,
In this case, please describe in details desired result to help me understand more, and please provide your site link in Private Content.
Regards
i mean in mobile version. That the “Add to cart button” is sticky at the bottom of the screen,
like in this video https://www.youtube.com/watch?v=K1mAVwsy0vM ( i know its for shopify, but i want to know if this is posible)
Hello,
Try to add this code in Theme Options > Styling > Custom css > Custom css for mobile:
.single_add_to_cart_button {
position: fixed;
bottom: 0;
transform: translateX(-50%);
width: 100%;
z-index: 3;
}
Regards
thx it worked. But some times on mobile the positioning is not rly great. But thanks for the hint 🙂
You’re welcome!
Let us know if you need any further assistance.
Regards
You must be logged in to reply to this topic.Log in/Sign up