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
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
Have you looked at MOODLE - an OpenSource Learning Platform?
It has the capability of taking course fees as well.
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?
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