GENActive ActiveBasket Demonstration. Using HTML only - Basic Implementation


Code Description Unit Price
123ABC Large Garden Rake EACH 25.20
234DEF Very Large Garden Rake EACH 49.99
456MAY Childs Rake Add and Return example EACH 1.00
998PNG Special Rake for use in Zero G with Qty Selection EACH 1244.98
         
  DATA Appends data to the basket drop that is sent to GENActive.    
  ADVANCED Appends data tot he basket drop then adds an item to the basket. (heavy stuff)    
         
EXAMPLE Fast Purchase, Click and Checkout EACH 25.25
       

This example of how to use ActiveBasket demonstrates how easy it is to integrate with a standard HTML website. There's no active scripting either client or server side on this webpage. All the work is done by the basket.asp processor which takes its parameters from the GET data passed to it. As in the example above, the processor can either show the basket after adding the item, or return to whatever page you indicate after processing. Along with the GET data block is a chunk of encrypted HEX data which is obtained via the GENActive configuration screens. The whole process runs outside of SSL because the only sensitive data is encrypted already making the response times considerably quicker. Using this simple implementation you can add e-commerce to ANY website in 30 minutes or less.