Project

General

Profile

Task #5477

Signin and payment for trainings

Added by Sofian Benaissa almost 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
High
Assignee:
Sofian Benaissa
Target version:
-
Start date:
2011-10-11
Due date:
% Done:

100%

RT ticket:

Description

  1. List trainings on services.koumbit.org
  2. Port uc_signup to Drupal 7
  3. Make sure people have to pay for their trainings before they can sign up

Subtasks

Task #5487: Configure signup emails and messagesClosedSofian Benaissa

Task #5488: Look into the error message on checkout completionClosedSofian Benaissa

Task #5489: Translate module stringsClosedSofian Benaissa

History

#1 Updated by Sofian Benaissa almost 13 years ago

I have started working on the training feature and the relevant module, here are my notes on implementing uc_signup style functionality for D7

Using hook_signup_sign_up, or a form_alter on the signup form:
  • Add the training to the user's cart if it is not already there
  • Add the validated form submission to the data field of the order
  • Display a msg thanking people and telling them they must proceed to checkout in otder
Using hook_cart_checkout, or whatever passes for it in D7:
  • On checkout completion, submit the signup.
Using form alters on the administrative forms in signup:
  • Display order payment statuses next to each signup (this will require a column on the

#2 Updated by Sofian Benaissa almost 13 years ago

  • Status changed from New to In progress

#3 Updated by Sofian Benaissa almost 13 years ago

I have finished initial configuration. Installation instructions are in the README of the repo attached to this redmine project. Entering things left to do into the subtasks

#4 Updated by Sofian Benaissa over 11 years ago

  • Status changed from In progress to Closed

Also available in: Atom PDF