User Flow - AddToCart

* Buyer clicks on the AddToCart button
* Buyer is taken to cart summary page. They can see the items in the cart
* Buyer clicks on the "Continue Shopping" button. They will be taken to whatever you set in Continue Shopping URL
* Buyer adds another item to cart and is again taken to cart summary page.
* Buyer now clicks on 'Complete My Purchase' button.
* Buyer is taken to the Checkout page where they can put in their CC info, address, email and other details and when they hit Submit, their purchase is completed.
* DAP automatically creates the member account, logs in the user to their membership area, and sends thankyou email with login info to the buyer
* After purchase, the Buyer will be redirected to whatever you set in Payment Success Page in your button code.

Note: You can create a members area and redirect users to that page upon purchase