We want to add a Button that opens Shopify Inbox Chat below Add to Cart Button. without refreshing a page or redirecting it to other page.
I tried this
<button href=“{{request.path | append : “/?chat” }}” class=“style-css-assume”
It refreshes the page and open chat box but I want it without refreshing.