Skip to content

Instantly share code, notes, and snippets.

View romainsassareu's full-sized avatar

Romain Sassareu romainsassareu

View GitHub Profile
<style type="text/css">
body {
overflow: hidden;
}
.notification-bar {
display: none;
}
.site-header {
position: fixed;
z-index: 10000;
#if($!props.display.showBuyButton && $product.tags1Contains("add-to-cart"))
<button onclick="Nosto.addProductToCart('$!product.productId', this); return false;" class="nosto-btn">$!props.display.buyButtonCopy</button>
#end