Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Fundraisers - Adding new field?

Fundraisers - Adding new field?

Locked

Views: 1,481

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
24 Aug 2006, 9:01 PM
#1
copelandc2002 avatar

copelandc2002

New Zenner

Join Date:
Aug 2006
Posts:
9
Plugin Contributions:
0

Fundraisers - Adding new field?

Well, here goes. I'm fairly new to ZC but am truly digging the way it all works. We are setting up ZC to be used as a retail front for a store currently, but we also do fundraiser's. As part of the fundraising program, we offer them to also do direct gift shipping, that is, if the person doesn't order from them at the time, they can visit the store, order a product and get it shipped to them directly all the while a portion of the sale will go to the fundraiser. I've given this some thought but don't really know how to go about implementing this concept:

  1. Create Account - during this process they'd select which group they are supporting and would also have to enter a pin # for that specific group.
  2. Upon checkout - they'd see what portion of the sale went to the group.
  3. On the invoices (Admin) - we'd be able to tell how much to send to that group.

I have some background in programming and would be able to customize the code if needed, but I truly don't know where to start.

I believe I'm going to have to add another table/fields to handle the fundraiser groups selection on the account creation as well as another field in the customer table to show if they selected any with the code they put in.

I just don't want to "mess" anything up to bad as I still want to use the overrides and such. Any help/ideas?

8 Jul 2007, 1:43 AM
#2
cnburbridge avatar

cnburbridge

New Zenner

Join Date:
Jul 2007
Posts:
1
Plugin Contributions:
0

Re: Fundraisers - Adding new field?

Did you ever figure out a solution for this? This is exactly what a client of mine wants. I have thought it all through in terms of developing custom software to interact with their existing database, but now I am considering whether it would be worth switching them to Zen Cart, and doing a module there for them.

8 Jul 2007, 2:18 PM
#3
shirster avatar

shirster

Zen Follower

Join Date:
Sep 2005
Location:
Hong Kong
Posts:
301
Plugin Contributions:
0

Re: Fundraisers - Adding new field?

Hi,

Actually, that's kind of what I did with my shop. If you don't mind the trouble, you could use attributes to achieve this. No custom codes required. If you don't want to add the attributes one by one, just do a SQL import after all the products are ready.

See http://www.helptheabandoned.com/index.php?main_page=product_info&cPath=1&products_id=9&language=en

NO test accounts please !!

Shirley :)

29 Oct 2008, 7:52 PM
#4
davemehta avatar

davemehta

Zen Follower

Join Date:
Aug 2005
Posts:
130
Plugin Contributions:
0

Re: Fundraisers - Adding new field?

Ok, I'm going to resurect this one. Basically the same thing that the first poster said...

I want to do a site for a fundraising company and upon checkout they could enter a fundraising code (much the way the coupon code works). I think what would be best is if there would be a drop-down of charities and then they enter their pin. If it matches then they can checkout and it will show, for example 50% going to that charity and the sale's persons name. Also we'd want it to show on the invoice.