The confirm script needs to be implemented on the order confirmation page that is only reachable after the payment was made.
Add this script tag to the body of your HTML:

      <script type="text/javascript">
        var ShoeSizeShoppingCartConfirmation = {
          shopID: "SHOP_ID",
          orderID: ORDER_ID
        };

        // Do not modify
        (function() {
          var script = document.createElement('script');
          script.type = 'text/javascript';
          script.src = 'https://shoesize.me/plugin/confirm.js?'+
            'shopid='+encodeURIComponent(ShoeSizeShoppingCartConfirmation.shopID)+
            '&sid='+Math.round(new Date().getTime()/1000);
          (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
        })();
      </script>
    
Your browser is out of date!

Update your browser to view this website correctly. Update my browser now

×