Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Default Product Description


ddesatnik

Recommended Posts

Posted

Is there a way to default some text into the product description field in the admin section? I see on line 414 of admin/categories.php the following line for the input textarea:

 

<?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (($products_description[$languages[$i]['id']]) ? stripslashes($products_description[$languages[$i]['id']]) : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?>

 

What I want is so that when the admin user logs in to add a new product the product description has a default value of:

 

<font color="#000000">"OEM Number="</font>

 

Where it becomes easy for the user to add the OEM # without having to type or dopy and paste the html into each product each time.

 

Is this possible?

 

Thanks!!

 

Doug

Archived

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

×
×
  • Create New...