Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bksbeat

Members
  • Posts

    252
  • Joined

  • Last visited

Everything posted by bksbeat

  1. Hi Folks, Just added this contrib and its great, but I am having a few issues Please check my website www.nontando.com The images seem small and I am getting somewhat of a shadow. Now I have changed the code in kampanya.php to pref = 'small'; $file = DIR_FS_CATALOG . DIR_WS_IMAGES .$specials['products_image']; $newfile = DIR_FS_CATALOG . DIR_WS_IMAGES .$pref .$specials['products_image']; copy($file, $newfile); $obj = new img_opt(); // set maximum width within wich the image should be resized $obj->max_width(140); // set maximum height within wich the image should be resized // for example size of the area in which image to be displayed $obj->max_height(140); $obj->image_path(DIR_FS_CATALOG . DIR_WS_IMAGES .$pref .$specials['products_image']); // call the functio to resize the image $obj->image_resize(); So, it seems increasing the max width & height does not seem to be making much diff. Hence, is there any way I can improve the look of the images as it looks so so? Also, is there any way it can display anything else besides what I have on "specials" ** It is no biggie, but I had a swf file for my footer, and I think when I installed the javascript file it overwrote the existing file I had there, hence the footer seemed to disappear? Thanks Gary
  2. I am in the process of installing contributon. From what I can gather, I am supposed to have a file called catalog/includes/boxes/random_products.php? Just wondering if anyone has this file or better still anyone have installed this contr and how can I get a copy of this file? Thanks Gary
×
×
  • Create New...