How to prevent sticky bar or Floating mini cart from rendering in a page?
Hiding Sticky add to cart bar
There are two ways to do to prevent sticky bar from rendering in a specific page
First Method: Add the following div anywhere in the HTML code of that respective page
<div block-sticky-atc-bar/>
If you are not familiar with editing HTML code, you can follow the second method
Second Method: Add the tag block-sticky-atc-bar to the product and sticky bar won't render to this specific product.
Feel free to reach out in case of any assistance is needed.
Hiding Floating Mini cart
Add the following div anywhere in the HTML code of that respective page
<div block-corner-widget></div>
There are two ways to do to prevent sticky bar from rendering in a specific page
First Method: Add the following div anywhere in the HTML code of that respective page
<div block-sticky-atc-bar/>
If you are not familiar with editing HTML code, you can follow the second method
Second Method: Add the tag block-sticky-atc-bar to the product and sticky bar won't render to this specific product.
Feel free to reach out in case of any assistance is needed.
Hiding Floating Mini cart
Add the following div anywhere in the HTML code of that respective page
<div block-corner-widget></div>
Updated on: 19/11/2024
Thank you!