westkoast Posted May 12, 2003 Posted May 12, 2003 I want to put an html editor in the products description box so that I can add html tags easily. Has anyone integrated this mod yet? I'm not sure if I should write a function that draws the box, or how I should do it. Also, what would the name be of teh feield? 'products_description' ? I need to read the rules more often...
delaen Posted May 12, 2003 Posted May 12, 2003 http://www.oscommerce.com/community/contributions,301 Here you go.
westkoast Posted May 12, 2003 Author Posted May 12, 2003 K, got it workng. In the name of the form you need to dynmically create it. I did it like this: <textarea name="<?php echo 'products_description[' . $languages[$i]['id'] . ']'; ?>" Works great! I need to read the rules more often...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.