[Mobile] Stick Add to Cart button

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 年 前
Hi!
we make some optimizations in our nopcommerce theme, and i don't found plugin / possibility to make "sticky" add to cart button in mobile/desktop.

How it's works?
Here they show in shopify how to do this.
https://www.youtube.com/watch?v=uxnbz3y_qbw


Someone maybe do something similiar for nopcommerce? for me better place to stick is right side of screen.
3 年 前
Zyje_sobie wrote:
Hi!
we make some optimizations in our nopcommerce theme, and i don't found plugin / possibility to make "sticky" add to cart button in mobile/desktop.

How it's works?
Here they show in shopify how to do this.
https://www.youtube.com/watch?v=uxnbz3y_qbw


Someone maybe do something similiar for nopcommerce? for me better place to stick is right side of screen.


Hi,
nopcommerce is not provide stick of setting but you can do it using css position sticky.

#example
.classname {
position: sticky;
top: 0;
}
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.