Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Text Area Product Attribute?


Guest

Recommended Posts

I run a site that sells wedding invitations. blissink.com

 

I am looking for a contribution that allows my customers to input the text they want on their wedding invitations.

 

So far I have found Option Type Feature here:

 

http://www.oscommerce.com/community/contributions,160

 

The limitations are that I can only have one or a series of 32 character lines.

 

What I am looking for is something like this:

 

http://www.blissink.com/paradise_invitation_order.html

 

where my customers can type their text in a box and have it show up as an attribute in the cart and in the order.

 

I am thinking that I could just use a series of these 32 character lines, which may work but it would be easier for the customer to just type away in a box, much like the comments box in OsC.

 

Anyone know of a contrib that could handle this? Or how to mod the Option Type Feature to allow a textarea instead of a text input form field?

 

Cheers

Link to comment
Share on other sites

I've made a 255 character text area before. I'll see if I can find the code. If so, I'll add it to the File Upload contribution.

 

Basically, you need to change the option value name field in customers_basket_attributes and orders_products_attributes to be varchar(255) and add an option type for text areas.

 

Hth,

Matt

Always back up before making changes.

Link to comment
Share on other sites

defender39 - I am only using 1 language - English

 

ecartz - Thanks. If you could post the code when you find it I think I'll understand more clearly. I am really green on php but am willing to get in over my head :blink:

 

So you think I will be able to get a text area like in this example?

 

http://www.blissink.com/paradise_invitation_order.html

 

I guess I will need a few differnt named text areas like:

1.)invitation text

2.)reception card text

3.)save the date text

4.)return address

 

You may be wondering why I need a new cart system if I already have one that works?

 

I really like the modules and contribs in OsC - especially the fed-ex and payflow link contribs plus the ability to NOT have to write an HTML page for every product.

 

Anyways- this is a great shopping cart system (and much more) and I thank you for your replies.

 

Steve

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...