Follow these steps to trigger your custom checkout page on click:


1. Select "Stay on page"



2. Change the confirmation time to "0"



3. Click "Save".


4. Open "Advanced" tab and click "custom JS" 



5. Copy and paste this code inside:


window.conversionBearStickyBar.setOnAddCart(function(){

     var href = "[LINK]"

      if (href) {

        window.location.href = href;

      }

 });




6. Change "[LINK]" to be your desired checkout destination, for example: "https://mywebsite.myshopify.com/a/secure"


7. Click "Save"


8. Head over to your store and make sure it's working properly.


Anything's not working as expected? reach out to us directly.