Return address
The Sandberg Guide may be expanded with an order button, that transfers the products found into the shopping cart on your e-commerce site. To do this, you must specify a return_url , which is the address on a section of code that must be on your web server. The code must be configured so that it can receive Sandberg item numbers and place them in the shopping cart. It therefore requires some programming know-how to add the order button to the Sandberg Guide, so that your e-commerce site will be able to place the items in the shopping cart.
The Sandberg Guide sends the list of item numbers as a QueryString products to the address return_url in the following format, where Sandberg's item numbers from the search results in the Guide are inserted into a comma-separated list:
http://www.mysite.com/addSandbergOrder.aspx?products=125-26,440-79,508-67
All you need to do is make sure that the code in your e-commerce site is set up to retrieve products in the example above with the script you specify as return_url and the item numbers are replaced with item numbers for the products identified by the guide.
Sandberg Guide replaces http://www.mysite.com/addSandbergOrder.aspx in the example above with the script you specify as return_url and the item numbers are replaced with item numbers for the products identified by the guide.