Welcome to the web page BoxNow Developer for returns
      Here is an expample of how to create an HTML button and pass the appropriate parameters url on our web page.
  
  
       
			
            
              <body>
 
              <input type='button' value='Returns with BoxNow' onclick='redirectPage()' />
              </body>
              <script>
    
       <!--Here are the three values that you need to pass to our URL-->
              let redirectPage = () => {
              let v1 = '<-- Here goes your Partner ID -->';
              let v2 = '<-- Here goes your Warehouse Location ID -->';
              let v3 = '<-- Here goes your E-SHOP name -->';
              const url = "https://returns.boxnow.gr/returns-step-one/" + v1 + "/" + v2 + "/" + v3;
              window.location.href = url;
              }
              </script>
    		
	  
      
  
  
  
  How to contact us?
  Call us at +30 2111005301,
  Mon-Sat from 8:00 to 22:00,
  and Sunday from 10:00 to 18:00
  Or e-mail us :  [email protected]
  
  
  
  
  
            
              <body>
 
              <input type='button' value='Returns with BoxNow' onclick='redirectPage()' />
              </body>
              <script>
    
       <!--Here are the three values that you need to pass to our URL-->
              let redirectPage = () => {
              let v1 = '<-- Here goes your Partner ID -->';
              let v2 = '<-- Here goes your Warehouse Location ID -->';
              let v3 = '<-- Here goes your E-SHOP name -->';
              const url = "https://returns.boxnow.gr/returns-step-one/" + v1 + "/" + v2 + "/" + v3;
              window.location.href = url;
              }
              </script>
    		
	  
      
  How to contact us?
Call us at +30 2111005301,
Mon-Sat from 8:00 to 22:00,
and Sunday from 10:00 to 18:00
Or e-mail us : [email protected]