Custom Integration

Change the location of the automatically integrated content.

Change Location of Product Page "Reserve In Store" Button

Change Location of Cart/Global "Reserve In Store" Button

Change Location of "In Stock @ Location" Text

What if I want to manually trigger the modals?

If you don't want the app to automatically insert the button into your product page then you can set the integration option to "OFF - Manual". You can then add the button wherever you want on the product page and trigger the modal with the JavaScript API.

Example 1: Custom Button to Open "Reserve In Store" Modal

<button onclick="ris.showReserveModal();">Reserve In Store</button>
<a href="#" onclick="ris.showChooseLocationModal();">Choose Preferred Location</a>

Last updated