Page 1 of 1

I need to have a per Product text field

Posted: Wed Apr 28, 2010 4:56 am
by johnchi
I need to have a per Product text field just below the Add to Cart button area and then have that displayed on the Checkout screen and saved in the database.

I have the display all setup by adding one line of code to
catalog/view/theme/default/template/product/product.tpl at line 100.

<input type="text" name="product_COMMENT" value="TEST7" size="30" />

but now i need to store the text and display it later in the checkout for.

I am a PHP and js programmer but new to the MVPL framework though i like it as i study it.

Any thoughts? i need guidance.

john in chicago

Re: I need to have a per Product text field

Posted: Wed Apr 28, 2010 5:03 am
by johnchi
just to fibihs my thoughts:

i think this would be a good feature to have for a future release. although the Options feature is great sometimes a customer just needs to request something not available in a drop-down box.

I am working on a restaurant app and online orders need to request multiple toppings on dishes or extra sauce.

john in chicago

Re: I need to have a per Product text field

Posted: Wed Apr 28, 2010 6:05 am
by Xsecrets
there is a commercial contribution that adds this functionality.

Re: I need to have a per Product text field

Posted: Wed Apr 28, 2010 8:11 am
by Qphoria

Re: I need to have a per Product text field

Posted: Thu Apr 29, 2010 4:28 pm
by itrends
Does it work with the latest version of open cart as it says updated for a few versions back but not 1.4.7

Re: I need to have a per Product text field

Posted: Sun May 02, 2010 3:17 am
by opencartster
Second that. Does it work with the latest version of open cart, 1.4.7?

Re: I need to have a per Product text field

Posted: Sun May 02, 2010 8:44 am
by Qphoria
He just updated it with the latest merge:
http://www.alreadymade.com/shop/index.p ... duct_id=82

Re: I need to have a per Product text field

Posted: Sun May 02, 2010 10:10 am
by Jeffrey06
Qphoria wrote:He just updated it with the latest merge:
http://www.alreadymade.com/shop/index.p ... duct_id=82
How is this different from your options plus mod?

Re: I need to have a per Product text field

Posted: Mon May 03, 2010 12:13 am
by Qphoria
i dont add text options

Re: I need to have a per Product text field

Posted: Wed Jun 09, 2010 7:17 pm
by hockings
I'm currently looking at porting my shop to zen-cart as I can't find a way to have a text box that's linked to a dropdown (ie. you have a dropdown that says "do you want a design - yes/no" and if you say yes checks whether you've put something in a text box. Similarly it needs to check if you have something in the text box that the design pulldown is "yes") - can you do that in conjunction with this module easily?

Re: I need to have a per Product text field

Posted: Wed Jun 09, 2010 9:00 pm
by Xsecrets
hockings wrote:I'm currently looking at porting my shop to zen-cart as I can't find a way to have a text box that's linked to a dropdown (ie. you have a dropdown that says "do you want a design - yes/no" and if you say yes checks whether you've put something in a text box. Similarly it needs to check if you have something in the text box that the design pulldown is "yes") - can you do that in conjunction with this module easily?
Well you could hack that module to work that way I'm sure, but easily will depend on your level of php knowledge, but last I checked zencart doesn't have anything like this either, so I don't see where moving to that will help you much.

Re: I need to have a per Product text field

Posted: Wed Jun 09, 2010 9:48 pm
by Qphoria
Its redundant to have a yes/no box for a text box. but the dropdown would just be a javascript trigger. The textbox would have the real field data.

readyman has a text options mod that will do this. If you really want to include the superfluous yes/no option, you can add that on top of his mod.