Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MarcelN

Archived
  • Posts

    5
  • Joined

  • Last visited

Everything posted by MarcelN

  1. how exactly does the code have to look like i have to set? i tried adding 1. SMALL_IMAGE_WIDTH="25" and so on 2. WIDTH="25" and so on Example: $info_box_text .= tep_image (DIR_WS_IMAGES . $category['image'], $category['name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="2" vspace="3"'); $info_box_text .= tep_image (DIR_WS_IMAGES . $category['image'], $category['name'], 'WIDTH="25" HEIGHT="25"', 'hspace="2" vspace="3"'); but both only lead to one result: http://marcelniggemann.bplaced.net/catalog...s/Unbenannt.JPG thats what happens if i change the values. but if i change the SMALL_IMAGE_WIDTH and HEIGHT, the product images in the boxes will look blurred, so i dont want to change that value (of course it would kick this problem outta the world, but create another one)
  2. how can i edit the sizes of the images shown in the box on index.php? they are resized and look pretty bad because they use the values of SMALL_IMAGE width and height. is there any way I can change that? Cause Width is OK, but height is not. EDIT: and I cannot change the sizes of SMALL_IMAGE cause that would ruin all the images using those values.
  3. changed in german.php: // Categories images box define('BOX_HEADING_CATEGORIES_IMAGES',' Kategorien'); i guess theres nothing elsethat needs to be updated, works fine now :D
  4. got a small problem: BOX_HEADING_CATEGORIES_IMAGES is shown as title on the categories box on my index.php. may this be related to the language used? i use german for my shop. do i have to modify something in the german files? if yes, what exactly? thanks in advance and great contribution!
×
×
  • Create New...