Guest Posted December 18, 2004 Share Posted December 18, 2004 hallo, I have installed the Best Sellers v1.4 contribution. Installing was succesful but the image in the bestsellers box isn't a thumbnail. It scrolls the image in the original size, so the image is showen partial or not at all !!! :huh: Any Help ?! :'( Thanks Link to comment Share on other sites More sharing options...
JnJSpdShop Posted January 5, 2005 Share Posted January 5, 2005 hallo, I have installed the Best Sellers v1.4 contribution. Installing was succesful but the image in the bestsellers box isn't a thumbnail. It scrolls the image in the original size, so the image is showen partial or not at all !!! :huh: Any Help ?! :'( Thanks <{POST_SNAPBACK}> Same problem here, I am dying to know the answer Link to comment Share on other sites More sharing options...
happydance Posted January 12, 2005 Share Posted January 12, 2005 Hey. I've got the same problem with my pictures being strange. Also, there is a huge gap between the end and start of the best sellers that shows through to the box color. Nasty. Anyone got an answer? Carol Link to comment Share on other sites More sharing options...
hyuned Posted August 26, 2005 Share Posted August 26, 2005 Same problem here. But nobody sems to know the answer Link to comment Share on other sites More sharing options...
Guest Posted August 26, 2005 Share Posted August 26, 2005 I think this is because in includes\boxes\bestseller2.php this line 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers["products_id"], 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . $best_sellers['products_image'], $best_sellers['products_name']) . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers['products_id'], 'NONSSL') . '">' . $best_sellers['products_name'] . '</a><b><br>' . $currencies->display_price($best_sellers['products_price'], tep_get_tax_rate($best_sellers['products_tax_class_id'] . '</b>'))); calls the tep_image function without the image dimensions. As a test replace that line with this: 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers["products_id"], 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . $best_sellers['products_image'], $best_sellers['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br>' . ' <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers['products_id'], 'NONSSL') . '">' . $best_sellers['products_name'] . '</a><b><br>' . $currencies->display_price($best_sellers['products_price'], tep_get_tax_rate($best_sellers['products_tax_class_id'] . '</b>'))); Link to comment Share on other sites More sharing options...
hyuned Posted August 26, 2005 Share Posted August 26, 2005 1000x thx m8 I have search a long time i go try it right away. I think this is because in includes\boxes\bestseller2.php this line 'text' ?=> '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers["products_id"], 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . $best_sellers['products_image'], $best_sellers['products_name']) . '</a><br>' . ?' <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers['products_id'], 'NONSSL') . '">' . $best_sellers['products_name'] . '</a><b><br>' . $currencies->display_price($best_sellers['products_price'], tep_get_tax_rate($best_sellers['products_tax_class_id'] . '</b>'))); calls the tep_image function without the image dimensions. As a test replace that line with this: 'text' ?=> '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers["products_id"], 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . $best_sellers['products_image'], $best_sellers['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br>' . ?' <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers['products_id'], 'NONSSL') . '">' . $best_sellers['products_name'] . '</a><b><br>' . $currencies->display_price($best_sellers['products_price'], tep_get_tax_rate($best_sellers['products_tax_class_id'] . '</b>'))); <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
hyuned Posted August 26, 2005 Share Posted August 26, 2005 Whouw Wokring 100% Many thanks :D Link to comment Share on other sites More sharing options...
lilqhgal Posted October 11, 2005 Share Posted October 11, 2005 Can anybody link me to this bestseller contribution? I can't seem to find it anywhere! Link to comment Share on other sites More sharing options...
Guest Posted October 11, 2005 Share Posted October 11, 2005 http://www.oscommerce.com/community/contributions,1944 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.