- Create an app with slug buy-propectus and name Buy Prospectus
- Individual prospectus will save within prospectus cpt
- It will have metas for saving pdf file (prospectus_url), price(prospectus_fees) and saving valid form ids (valid_form_ids)
- When students wants to purcase the propectus, they will be shown a form with following fields (/buy-prospectus/form/<prospectus_id>)
- Name
- Mobile Number
- All fields are required.
- When student submits the form, it will be saved in CPT prospectus_sale. along with prospectus id. This CPT will have course and Academic year attached.
- Along with this the generated form ID will be saved by appending to prospectus valid_form_ids meta. The ID will be of format year+sale_id == 201712134
- Once all this is save, student will be redirect to payment page URL for that is /payments/pay/prospectus/<propectus_sale_id>
- On successfull purchase user will be taken to purchase success page within buy-propectus app, and student will recieve an email with PDF attached, FORM ID and link to admission form.
- On failure we will take them to purcase failed page, when we will ask them to try again or contact School admin.
7 thoughts on “Prospectus Purchase Flow”
Comments are closed.
Task assigned to bhagyashree nikumbh
Changed the status to development-pending
Due date changed to 2017-06-19
Task assigned to savita s
Changed the status to sign-off-pending
Changed the status to signed-off