Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Two more questions..


bow-viper1

Recommended Posts

My item description box is really small, how can I fix this?

itemdesprob.gif

 

Also, how can I add more privacy alike links on the page near the bottom left, which file would I do it in is my question, and then make new pages like privacy, would copying and renaming one like it work?

Link to comment
Share on other sites

items descrip box.

 

in admin/categories find:

 

<tr>
           <td class="main" valign="top"><?php if ($i == 0) echo TEXT_PRODUCTS_DESCRIPTION; ?></td>
           <td><table border="0" cellspacing="0" cellpadding="0">
             <tr>
               <td class="main" valign="top"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i][

'image'], $languages[$i]['name']); ?> </td>
               <td class="main"><?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (isset($products_description[

$languages[$i]['id']]) ? $products_description[$languages[$i]['id']] : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?></td>
               
             </tr>
           </table></td>
         </tr>

 

change the figures 70 and 15, or whatever figures you have, to what you want.

Your online success is Paramount.

Link to comment
Share on other sites

items descrip box.

 

in admin/categories find:

 

<tr>
? ? ? ? ? ?<td class="main" valign="top"><?php if ($i == 0) echo TEXT_PRODUCTS_DESCRIPTION; ?></td>
? ? ? ? ? ?<td><table border="0" cellspacing="0" cellpadding="0">
? ? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ?<td class="main" valign="top"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i][

'image'], $languages[$i]['name']); ?> </td>
? ? ? ? ? ? ? ?<td class="main"><?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (isset($products_description[

$languages[$i]['id']]) ? $products_description[$languages[$i]['id']] : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?></td>
? ? ? ? ? ? ? ?
? ? ? ? ? ? ?</tr>
? ? ? ? ? ?</table></td>
? ? ? ? ?</tr>

 

change the figures 70 and 15, or whatever figures you have, to what you want.

Thanks guys..and I changed both values to 200 and it just makes it verrrrry tall, it doesn't effect the width? Is there another value I have to set for width?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...