[prev in list] [next in list] [prev in thread] [next in thread] 

List:       drupal-consulting
Subject:    Re: [consulting] Form with 3 Payment options
From:       Holly Ferree <hferree () gmail ! com>
Date:       2010-02-09 16:04:23
Message-ID: C796F1B7.8231%hferree () gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Thanks.... I was thinking that it sounded more like a shopping cart than a
registration form.... And Išve always wanted to try Ubercart (heard many
good things).

Thanks for the advice,
Holly


On 2/9/10 10:34 AM, "Jason Smith" <jsmith43@yahoo.com> wrote:

> gads, sounds like what you want isn't a webform but an actual Ubercart
> product. That will provide you with all of the other features that you may
> want - order tracking, reports, extensibility (particularly with regards to
> extra payment methods that you may need in the future)
> 
> Install Ubercart and create a content type / product  for the registration.
> Set the price to $40 and add an "Attribute" for the membership type and
> options for "Individual (+$0)" and Family (+$10). Configure Ubercart to accept
> the payment types of interest. One exists for each of the options you specify
> and is far more robust than something you would throw together. 
> 
> You could add the children as an attribute, or as a  "member names" field with
> "unlimited" values. 
> 
> On Mon, Feb 8, 2010 at 7:19 PM, Holly Ferree <hferree@gmail.com> wrote:
>> Hello all,
>> 
>> I have an event registration form to set up. I like using webforms (have
>> drupal 6 site).
>> 
>> I need to know how to add payment type. Each registration is either $40 for
>> individuals or $50 for family (so I have two different amounts). And the
>> three payment options the client wants is:
>> 
>> 1) I will bring Check or Cash to registration
>> 2) online via Paypal
>> 3) I will mail a check
>> 
>> -----
>> 
>> Also in the form, I need the name and age of a child (for the daycare for
>> the event) and would like to put that on the same line so it would be:
>> 
>> Child's name:________________    Age:____
>> 
>> I figure having one child's info per line is easier to understand than:
>> 
>> 1st Child's name:
>> 1st Child's age:
>> 2nd Child's name:
>> Etc.
>> 
>> To put it on one line, should I create a form_name.tpl.php with the
>> appropriate field info to insert stuff where I want it or is there a better
>> way to do it? Or should I do Child 1 in a fieldset with the 2 fields and
>> then child 2 in another fieldset, etc. (that seems to be the easiest way for
>> drupal and just as easy to understand as the same line option)
>> 
>> Just wondering what is the best practices/way to go about the above.
>> 
>> 
>> Thanks,
>> 
>> Holly Ferree, Graphic Designer, BFA
>> 813.786.0852
>> hferree@gmail.com
>> http://www.designbyholly.com/
>> 
>> PS BTW the issue last week was solved by drupal_add_js (and I added
>> jquery_update module as well). So thank you for all those that gave advice
>> :) It worked and I'm very happy not to be limited anymore:)
>> 
>> 
>> _______________________________________________
>> consulting mailing list
>> consulting@drupal.org
>> http://lists.drupal.org/mailman/listinfo/consulting
> 
> 
> 
> _______________________________________________
> consulting mailing list
> consulting@drupal.org
> http://lists.drupal.org/mailman/listinfo/consulting


Holly Ferree, Graphic Designer, BFA
813.786.0852
hferree@gmail.com
http://www.designbyholly.com/


[Attachment #5 (text/html)]

<HTML>
<HEAD>
<TITLE>Re: [consulting] Form with 3 Payment options</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Thanks.... I \
was thinking that it sounded more like a shopping cart than a registration form.... \
And I&#8217;ve always wanted to try Ubercart (heard many good things).<BR> <BR>
Thanks for the advice,<BR>
Holly<BR>
<BR>
<BR>
On 2/9/10 10:34 AM, &quot;Jason Smith&quot; &lt;jsmith43@yahoo.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN \
STYLE='font-size:12.0px'>gads, sounds like what you want isn't a webform but an \
actual Ubercart product. That will provide you with all of the other features that \
you may want - order tracking, reports, extensibility (particularly with regards to \
extra payment methods that you may need in the future)<BR> <BR>
Install Ubercart and create a content type / product  for the registration. Set the \
price to $40 and add an &quot;Attribute&quot; for the membership type and options for \
&quot;Individual (+$0)&quot; and Family (+$10). Configure Ubercart to accept the \
payment types of interest. One exists for each of the options you specify and is far \
more robust than something you would throw together. <BR> <BR>
You could add the children as an attribute, or as a  &quot;member names&quot; field \
with &quot;unlimited&quot; values. <BR> <BR>
On Mon, Feb 8, 2010 at 7:19 PM, Holly Ferree &lt;hferree@gmail.com&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN \
STYLE='font-size:12.0px'>Hello all,<BR> <BR>
I have an event registration form to set up. I like using webforms (have<BR>
drupal 6 site).<BR>
<BR>
I need to know how to add payment type. Each registration is either $40 for<BR>
individuals or $50 for family (so I have two different amounts). And the<BR>
three payment options the client wants is:<BR>
<BR>
1) I will bring Check or Cash to registration<BR>
2) online via Paypal<BR>
3) I will mail a check<BR>
<BR>
-----<BR>
<BR>
Also in the form, I need the name and age of a child (for the daycare for<BR>
the event) and would like to put that on the same line so it would be:<BR>
<BR>
Child's name:________________    Age:____<BR>
<BR>
I figure having one child's info per line is easier to understand than:<BR>
<BR>
1st Child's name:<BR>
1st Child's age:<BR>
2nd Child's name:<BR>
Etc.<BR>
<BR>
To put it on one line, should I create a form_name.tpl.php with the<BR>
appropriate field info to insert stuff where I want it or is there a better<BR>
way to do it? Or should I do Child 1 in a fieldset with the 2 fields and<BR>
then child 2 in another fieldset, etc. (that seems to be the easiest way for<BR>
drupal and just as easy to understand as the same line option)<BR>
<BR>
Just wondering what is the best practices/way to go about the above.<BR>
<BR>
<BR>
Thanks,<BR>
<BR>
Holly Ferree, Graphic Designer, BFA<BR>
813.786.0852<BR>
hferree@gmail.com<BR>
<a href="http://www.designbyholly.com/">http://www.designbyholly.com/</a><BR>
<BR>
PS BTW the issue last week was solved by drupal_add_js (and I added<BR>
jquery_update module as well). So thank you for all those that gave advice<BR>
> ) It worked and I'm very happy not to be limited anymore:)<BR>
<BR>
<BR>
_______________________________________________<BR>
consulting mailing list<BR>
consulting@drupal.org<BR>
<a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><BR>
 </SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN \
STYLE='font-size:12.0px'><BR> <BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT \
FACE="Monaco, Courier New"><SPAN \
STYLE='font-size:10.0px'>_______________________________________________<BR> \
consulting mailing list<BR> consulting@drupal.org<BR>
<a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><BR>
 </SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier \
New"><SPAN STYLE='font-size:10.0px'><BR> <BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN \
STYLE='font-size:12.0px'>Holly Ferree, Graphic Designer, BFA<BR> 813.786.0852<BR>
hferree@gmail.com<BR>
<a href="http://www.designbyholly.com/">http://www.designbyholly.com/</a><BR>
</SPAN></FONT>
</BODY>
</HTML>



_______________________________________________
consulting mailing list
consulting@drupal.org
http://lists.drupal.org/mailman/listinfo/consulting


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic