Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2009
    Location
    San Francisco Bay Area
    Posts
    1
    Plugin Contributions
    0

    Default course or class registration module

    Need to build a class registration checkout for our homeschool group. Has anyone developed a module for Zen Cart that has already done the work? Otherwise, will spend time having to work this out. TIA

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: course or class registration module

    Have you looked at MOODLE - an OpenSource Learning Platform?

    It has the capability of taking course fees as well.

  3. #3

    Default Re: course or class registration module

    I have seen many posts about this - I have thought about this and how it can be handled but do not have the complete PHP knowledge to make it work.

    I have looked into MOODLE and I don't think it is the best option.

    Two ways this can be handled:

    1: use attributes for text and have each class (product) require the person enter the students first name, last name, and addy info. Then somehow I need a report that pulls info for form letters and for later recording class score. problem: attributes would do not go in a new column but as an ID If this data could be converted to a new table recording product ID and all the attr. data that would maybe work. PHP reports could then be written to pull info.

    2: after checkout sucess but before thank you page displays (or on thank you page) zen will check for product type (all classes would be set in a different product type then actual products) for every product type class that is purchased there is a box to collect student info. which is then sent to it's own table in DB.

    I think option 2 should be do able to someone that understands all the zen programing and really shouldn't be to complicated.

    The reason I need this is that one customer my purchase classes for several people.

    here is how the code would work in flow chart form

    capture payment->
    product type = class type -> yes -> get class (product)ID -> show boxes to collect data ->
    check purchase for another class type -> yes -> repeat
    no-> finish to thank you page

    any takers from you guros?

  4. #4

    Default Re: course or class registration module

    any takers on this??? my client would be willing to pay for it as I am sure many others would be as well. Although I don't think it is a really complicated mod, I just don't have 100% knowledge of PHP

 

 

Similar Threads

  1. v150 zencart course?
    By patbb in forum General Questions
    Replies: 4
    Last Post: 5 Mar 2012, 05:36 PM
  2. Class / Event Registration Solution?
    By kmedia in forum General Questions
    Replies: 3
    Last Post: 28 Oct 2010, 04:06 AM
  3. Template help - for class registration
    By pgcotton in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 7 Sep 2008, 03:50 PM
  4. Best way to set up class registration/payment
    By mountainsmemories in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 26 Jan 2008, 06:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg