ANSWERED

Affiliate Membership Flow with Subscription Signup Before Application

**Problem:** Client has a separate business entity that will be collecting the fees for the Affiliate Membership Subscription fees. This business entity is not using the same merchant processor as the standard product ordering or Affiliate application process. We have set up a custom store (we re-used the Party store and renamed it) and have put the inventory and merchant information in this store. This project is to implement the back end ties in the Retail Shop to this custom store with a separate checkout flow on a custom page. The Client understands that because the fees to collect the Membership Subscription will be collected by one merchant and the orders placed for product will be collected through a different merchant that the user will have to enter their credit card information and check out twice. **The flow will be as follows:** 1. Home page: 1. User clicks to become an Affiliate through the banner link or clicks on the navigation bar to Join as an Affiliate. 2. Custom Membership Subscription/Checkout page: 1. This page will use storeID:? and automatically add in itemID:? (Client Membership Fee Subscription Monthly) to the cart. 2. After the user successfully enters their information to create their account and pay for their order, they will be created as associate type=1 and the order will be placed 3. Instead of being redirected to the order confirmation page, they will next go to the Application page to complete the rest of the affiliate sign up process. (/Application?type=1) 3. Application page: 1. The application page needs a new section with the order confirmation for the membership subscription fee. 2. The rest of the application will remain designed as it is today but all fields already collected (name, email, address) will be carried over to the application page. 3. NOTE: The CC info will be different so we can not take that info from the membership page to the application page. **Additional Requirements:** The user should not be able to get to the application page as a type=1 user without first going through and successfully purchasing a subscription.