osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

adding a fill in form to order of certain items

This is a discussion on adding a fill in form to order of certain items within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello All I posted this in oscommerce forum but did not receive reply. I need help with this First-I have ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 07-31-2005, 06:50 PM
New Member
 
Join Date: Mar 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
plus766
Default adding a fill in form to order of certain items

Hello All I posted this in oscommerce forum but did not receive reply.
I need help with this
First-I have personalized items that require people to fill in information with their order. since 90% are children, I want this to be done under the ssl, so nobody can obtain the children's info.
How do I add a form to individual items? ie.. they could order a baby book for suzie and a sibling book for johnny...
I can handle the html form, but I don't know where (what file) to put it, and where in the php file that it will be safe and not bomb the php. I think that if you put it in <html> it will be alright, am I correct?

Thanks
Pam
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 08-01-2005, 04:01 AM
Member
 
Join Date: May 2005
Location: Berkshire, UK
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
beahawk
Default RE: adding a fill in form to order of certain items

Do you have the ssl set up already? Is this information that they need to enter during the checkout process? If you could add some further detail as to what you want to achieve you may get more response. I have a feeling what you want to do is more complicated than you are expecting.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 08-01-2005, 07:12 AM
New Member
 
Join Date: Mar 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
plus766
Default RE: adding a fill in form to order of certain items

Yes, I'm using a shared ssl. The information needs to be entered when they order specific things. I didn't know if I could attach a form to a specific product, and not the others.
for instance on one product:
When ordering, please include you child's name, age, address, hometown, fishing partner, name of lake or stream and the names of up to three friends. is the information for that book.
If I could have a redirect to a form for instance that they email, and if the form could have that invoice number on it I could match them manually.
I hope this is enough information, if not, please let me know.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-01-2005, 08:04 AM
New Member
 
Join Date: Mar 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
plus766
Default RE: adding a fill in form to order of certain items

possibly I could add a field in the database to "require" form, then have it call the form; which I could use a drop down menu for part numbers, then post the form to email then a continue button?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 08-01-2005, 08:23 AM
Member
 
Join Date: May 2005
Location: Berkshire, UK
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
beahawk
Default RE: adding a fill in form to order of certain items

That could get complicated. Also you would have to manually match up the form to the order.

I would try something simpler like modifying the existing checkout process to accomodate your needs.

Perhaps you could edit the "Add Comments About Your Order" text area on each stage of the checkout process to gather the info you require?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 08-01-2005, 09:36 AM
New Member
 
Join Date: Mar 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
plus766
Default RE: adding a fill in form to order of certain items

which file is that located in?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 08-01-2005, 10:00 AM
Member
 
Join Date: May 2005
Location: Berkshire, UK
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
beahawk
Default RE: adding a fill in form to order of certain items

'Add Comments About Your Order' text is in catalog/includes/languages/english/ then checkout_shipping.php and checkout_payment.php etc


the text area for the comments is in your template folder /content/ checkout_shipping.tpl.php etc etc
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 08-01-2005, 10:04 AM
New Member
 
Join Date: Mar 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
plus766
Default RE: adding a fill in form to order of certain items

thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 08-02-2005, 05:34 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,684
Thanks: 2
Thanked 94 Times in 80 Posts
Rep Power: 12
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default RE: adding a fill in form to order of certain items

What you might want is atttibute with TEXT FEILDS. One for each of your required bits of information (that way the will see if somthing is needed and is in the DB and the order it self)

Product Attributes - Option Type Feature
http://www.oscommerce.com/community/contributions,160

This contribution specifically adds the ability to display options with text input boxes. This allows a store owner to collect customization/personalization information for a product from the end user.

Child's name: ____________
Age: ___
Address:_____________
Hometown:_____________
Fishing partner:________________
Name of lake or stream:____________
Friend#1:___________
Friend#2:___________
Friend#3:___________

And can be differnt for each book.

Good Luck
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 08-04-2005, 08:07 AM
New Member
 
Join Date: Mar 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
plus766
Default RE: adding a fill in form to order of certain items

Hi all, Thanks jpf!
I installed the contribution, and is working wonderfully. I actually found it by searching the live shops, and emailing a couple shop owners. I love oscommerce!
Thanks for all your help!
Pam
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Sort the items in shopping cart, in Descending Order sarath26 osCMax v2 Features Discussion 0 12-27-2006 06:37 AM
adding product images without uploading thru form? tbone osCMax v2 Installation issues 0 07-22-2005 05:21 PM
product attributes listed in different order for items stevensdesign osCMax v1.7 General Mods Discussion 0 04-21-2005 12:26 PM
Quick order form / index ? twinklep osCommerce 2.2 Modification Help 2 09-28-2004 09:44 AM
adding a new page with a form in it jloyzaga osCMax v1.7 Discussion 0 02-01-2004 04:53 PM


All times are GMT -8. The time now is 03:32 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax