dna7433
07-08-2009, 10:43 PM
This isn't specific to ASP.NET, but if it's possible I would be using ASP.NET to implement the solution.
I would like to start an affiliate website for a bunch of well-known e-commerce retailers. From everything that I've read it looks like the links used by affiliate websites only link to a 'product details' type page, and then the user would need to decide to purchase that product by adding it to their cart. I would like to be able to take several such products (all selected by the user) and place them directly into the shopping cart of the user's chosen retailer automatically when, say, the user clicks a button on my site.
Here's the (very) basic process I want to use:
1. User chooses several products, or there are pre-made groups of products the user can choose.
2. User chooses a retailer they trust
3. User clicks a link or button and the items are added to the user's cart on the chosen retailer's site.
4. User is automatically taken to, or navigates to retailer's site and goes through the normal checkout process.
I would like to start an affiliate website for a bunch of well-known e-commerce retailers. From everything that I've read it looks like the links used by affiliate websites only link to a 'product details' type page, and then the user would need to decide to purchase that product by adding it to their cart. I would like to be able to take several such products (all selected by the user) and place them directly into the shopping cart of the user's chosen retailer automatically when, say, the user clicks a button on my site.
Here's the (very) basic process I want to use:
1. User chooses several products, or there are pre-made groups of products the user can choose.
2. User chooses a retailer they trust
3. User clicks a link or button and the items are added to the user's cart on the chosen retailer's site.
4. User is automatically taken to, or navigates to retailer's site and goes through the normal checkout process.