Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Anyone used "html area" for products description b


westkoast

Recommended Posts

Posted

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...

Posted

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...