Zen Cart Logo
Forums / General Questions / Can't add textarea in product description

Can't add textarea in product description

Locked

Views: 1,455

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
13 Mar 2009, 8:41 PM
#1
spydercanopus avatar

spydercanopus

New Zenner

Join Date:
Feb 2006
Location:
Jonesboro, Arkansas
Posts:
82
Plugin Contributions:
0

Can't add textarea in product description

Zen Cart v1.3.8a/v1.3.8

I have have a textarea box in two of my products and if works... but! Each time I edit the product with that syntax, i have to retype the ending /textarea AND everything past it is gone as well.

It's not an urgent bug, but it is there. If you don't retype the /textarea the page breaks.

Edit:
This is an example page:
http://byteusa.com/en/index.php?main_page=product_info&cPath=7&products_id=3

13 Mar 2009, 10:27 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Can't add textarea in product description

You have something busted bad at the moment as the System Steup page is showing ...

14 Mar 2009, 9:02 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Can't add textarea in product description

Sorry, it was never designed to build custom forms inside product descriptions.
If you use attributes to collect custom text input content from your customers, the textarea form fields from the text attributes will handle the layout for you.

14 Mar 2009, 6:39 PM
#5
sfklaas avatar

sfklaas

Zen Follower

Join Date:
Mar 2008
Posts:
219
Plugin Contributions:
0

Re: Can't add textarea in product description

I have the same problem and put one or two threads asking about this but with no answer. I've tried it on my ezpages rather than the product page. <textarea> does not work as it deletes everything after the code.

Here are my two threads with no luck...
http://www.zen-cart.com/forum/showthread.php?t=121747&highlight=sfklaas

and this one (4th or 5th reply)
http://www.zen-cart.com/forum/showthread.php?t=122514

let me know if you ever get it to work!!

14 Mar 2009, 10:33 PM
#6
spydercanopus avatar

spydercanopus

New Zenner

Join Date:
Feb 2006
Location:
Jonesboro, Arkansas
Posts:
82
Plugin Contributions:
0

Re: Can't add textarea in product description

I moved the textarea to an iframe. Works like a charm.

15 Mar 2009, 3:22 PM
#7
sfklaas avatar

sfklaas

Zen Follower

Join Date:
Mar 2008
Posts:
219
Plugin Contributions:
0

Re: Can't add textarea in product description

ahhh.... iframe. Good call. However, can an iframe be used to submit information within a form (have customer type something to submit)?

if not, are there any other options other that a textarea?

16 Mar 2009, 4:46 PM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Can't add textarea in product description

That's what product attributes are for ...