The Sticky Add To Cart bar is overlapping the Cart Slider or hiding the Cart Slider checkout button.
You can fix this by adjusting the "Stack order" for the Desktop & Mobile Settings. Please make the stack order less than the Cart Slider. Try to set it in between 9 to 99.
β
The Sticky Add To Cart button is not auto-translating to user selected langauge
By default Sticky Add To Cart button text show the same text as your product regular Add To Cart button text. In case if you add the text into "Override button text" the auto translation will not work. To make the Auto Translation work for the sticky Add To Cart bar please make sure to keep the "Override button text" field empty.
The Sticky Add To Cart bar is not showing
If your store has a sticky header and you have set the position offset value to 0, the Sticky Add To Cart bar may be hidden beneath the sticky header. To fix this, either reposition the Sticky Add To Cart bar to the bottom of the screen or disable your theme's Sticky or Fixed Header feature.
The cart slider's close button is not showing
Sometimes your theme CSS overlaps with the cart slider & hide the button. Please add the custom CSS given below to show the close button.
.satcb-cs a:empty,
.satcb-cs div:empty{
display: block !important;
}
Quick Buy button is not clickable or redirects to the product page
This issue is because of the theme product tiles CSS. Please add the custom CSS given below to fix this issue.
.satcb_quick_buy_container {
z-index: 9 !important;
}

